|
For example, for iWildCam dataset, I want to write a training data loader of the specific location No. 296 |
Answered by
ssagawa
May 17, 2022
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_loaderfunction.