-
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
Implementation of Stanford Cars prototype dataset #5442
Conversation
💊 CI failures summary and remediationsAs of commit 801e9b0 (more details on the Dr. CI page): 💚 💚 Looks good so far! There are no failures yet. 💚 💚 This comment was automatically generated by Dr. CI (expand for details).Please report bugs/suggestions to the (internal) Dr. CI Users group. |
I have got a problem and I am not able to fix it. So as per my understanding first object will be related to images(
but sometimes both the dps are related to the labels and bounding boxes;
I do not understand why this is happening? cc @pmeier |
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.
Thanks @abhi-glitchhg for reporting this. This is a bug in our resource loading. I've send a patch in #5447 that should fix this behavior. After that is merged, you can update your branch and the issue should be gone.
I had an superficial look and so far this looks really good! I'll do another round after you mark the PR as ready for review.
Sorry for the delay! I will try to finish this by the weekend! |
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.
Thanks @abhi-glitchhg, we are almost done! Just a few minor comments including #5442 (comment) from a previous review left. After that we are good to merge!
12d422e
to
a8d88d1
Compare
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.
Awesome, thanks a lot for the patience @abhi-glitchhg!
Hey @abhi-glitchhg, we appreciate your responsiveness, but you don't need to update the branch for every new commit on the One exception is if GitHub auto-detects some conflicts. In that case, feel free to address them before the final approval. |
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.
Stamping, thanks @abhi-glitchhg
Summary: * basic stanford cars structure added. * added class in the init. * how to decode the images * fix typo in init * works partially * formatting * formatting * formatting * formatting * formatting * minor changes * minor changes * issue resolved * both datapipes are in sync * checksum dict keys changed * formatting * "ufmt formatting" * "ufmt formatting" * formatting * minor change * minor change * test added * lint (end of line issue) * lint (end of line issue) * minor changes * mock dataset formatting * minor changes * hopefully final * formatting * prototype test * prototype test * prototype test * prototype test * prototype test * prototype test * prototype test * prototype test * Update builtin_dataset_mocks.py * Update stanford_cars.py * Update torchvision/prototype/datasets/_builtin/stanford_cars.py * Update torchvision/prototype/datasets/_builtin/stanford_cars.py * Update torchvision/prototype/datasets/_builtin/stanford_cars.py * Update torchvision/prototype/datasets/_builtin/stanford_cars.py * formatting and cleaning * formatting and cleaning * Update torchvision/prototype/datasets/_builtin/stanford_cars.py * generate catefories script * generate categories script added * sigh * sigh * sigh * minor changes * linting Reviewed By: vmoens Differential Revision: D34879003 fbshipit-source-id: d9ffca1e9c2f5758dc0f4571f4e915fe45cb4b68 Co-authored-by: Philip Meier <github.pmeier@posteo.de> Co-authored-by: Philip Meier <github.pmeier@posteo.de> Co-authored-by: Philip Meier <github.pmeier@posteo.de> Co-authored-by: Philip Meier <github.pmeier@posteo.de> Co-authored-by: Philip Meier <github.pmeier@posteo.de> Co-authored-by: Philip Meier <github.pmeier@posteo.de> Co-authored-by: Nicolas Hug <contact@nicolas-hug.com>
stanford cars prototype dataset #5336