-
For example, for iWildCam dataset, I want to write a training data loader of the specific location No. 296 |
Beta Was this translation helpful? Give feedback.
Answered by
ssagawa
May 17, 2022
Replies: 1 comment 2 replies
-
You should be able to select a relevant subset using |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
ssagawa
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You should be able to select a relevant subset using
WILDSSubset
(defined here) and then pass the subset into the usualget_train_loader
function.