-
Notifications
You must be signed in to change notification settings - Fork 7.1k
Added CUB200-2010 and 2011 version #279
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
Conversation
The next commit will include the CUB200-2011 version of the CUB200 dataset. More information can be found here. |
Hi, I believe both datasets are the same except for the downloadable files. Could you merge both in a single class and have a Also, there is a lot of copy-paste in the One last thing, I suppose you put all the images in a single file because the dataset is small and can fit in memory. But are the original images |
Thanks for the feedback. I have a few queries:
|
|
@fmassa I have changed a few things after your suggestions. Please let me know what you think. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Resolve possible merge conflicts
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi,
I did a quick pass, and there seems to be a problem with the current code.
Once you address it, I'll have a more in-depth look.
Thanks!
README.rst
Outdated
Contributing | ||
============ | ||
We appreciate all contributions. If you are planning to contribute back bug-fixes, please do so without any further discussion. If you plan to contribute new features, utility functions or extensions, please first open an issue and discuss the feature with us. | ||
You can find the API doucmentation on the pytorch website: http://pytorch.org/docs/master/torchvision/ |
This comment was marked as off-topic.
This comment was marked as off-topic.
Sorry, something went wrong.
This comment was marked as off-topic.
This comment was marked as off-topic.
Sorry, something went wrong.
torchvision/datasets/cub200.py
Outdated
Returns: | ||
tuple: (image, target) where target is index of the target class. | ||
""" | ||
path, target = self.data_set[index] |
This comment was marked as off-topic.
This comment was marked as off-topic.
Sorry, something went wrong.
This comment was marked as off-topic.
This comment was marked as off-topic.
Sorry, something went wrong.
Following this pull request, I have decided to first add the CUB200-2010 version of the CUB200 dataset. Details can be found here.
Hope this fits in well with the current setup. This code doesn't leverage any existing datasets.
If this works out well, I am also considering adding the CUB200-2011 version of the CUB200 dataset.