-
Notifications
You must be signed in to change notification settings - Fork 7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add iNaturalist dataset #3292
Comments
According to scholar, there are already 9 papers citing the dataset in 2021. Code cited above is for Deit (12/2020) paper. |
Just to be clear: I'm in favor of adding this. |
This comment was marked as resolved.
This comment was marked as resolved.
@arch-user-france1 There is no mistake in the documentation since it doesn't describe the module, but rather the class:
Seeing the |
This comment was marked as outdated.
This comment was marked as outdated.
I think there is a memory leak in the dataset or DataLoader - is it supposed to use more than 30GB of RAM? It does not free any memory, so a dataset of a this size would be unusable. Nobody has 200GB RAM... |
@arch-user-france1 This has nothing to do with this issue. Please open a new one following the steps in the form. |
Hi Do anyone know how to access the supercategory label in 2021 version. In tensorflow it has supercategory label but not seen in pytorch. |
🚀 Feature
A feature request to discuss about about adding iNaturalist dataset wrapper of ImageFolder (maybe, even without downloading tools).
Motivation
We can see in the research code custom dataset implementation which can be also in torchvision. For example, here:
https://github.com/facebookresearch/deit/blob/ab5715372db8c6cad5740714b2216d55aeae052e/datasets.py#L13
Being also aware of our not-yet-defined procedure on which datasets to add, feel free to close the FR if we can not move forward.
cc @pmeier
The text was updated successfully, but these errors were encountered: