-
Notifications
You must be signed in to change notification settings - Fork 27
Add Pascal VOC Datasets for image detection and segmentation #209
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
… years for seg dataset mlverse#139
|
@cregouby the original website is down. |
|
@cregouby This PR is ready for review. |
cregouby
left a comment
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.
praise Nice shoot, with very effective example. Thanks !
todo see inline
Co-authored-by: cregouby <cregouby@users.noreply.github.com>
…shed/torchvision into feat/pascalDatasets
cregouby
left a comment
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.
todo major performance improvement is needed. Some hints are included.
cregouby
left a comment
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.
praise This is much better now. Thanks for the update
todo see inline
| classes = c( | ||
| "background", "aeroplane", "bicycle", "bird", "boat", "bottle", | ||
| "bus", "car", "cat", "chair", "cow", "diningtable", "dog", | ||
| "horse", "motorbike", "person", "pottedplant", "sheep", | ||
| "sofa", "train", "tvmonitor" | ||
| ), |
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.
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.
classes = c(
"background", "aeroplane", "bicycle", "bird", "boat", "bottle",
"bus", "car", "cat", "chair", "cow", "dining table", "dog",
"horse", "motorbike", "person", "potted plant", "sheep",
"sofa", "train", "tv"
),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.
I have made the above change. It would help if I knew where the voc_segmentation_classes are from so I can make them consistent.



This PR adds two datasets:
pascal_segmentation_dataset()andpascal_detection_dataset()Closes #139