-
Notifications
You must be signed in to change notification settings - Fork 7.1k
OxfordIIITPet dataset #5116
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
OxfordIIITPet dataset #5116
Conversation
💊 CI failures summary and remediationsAs of commit f248e70 (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. |
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 a lot @pmeier , I made a few comments below, LMK what you think.
When running the tests locally I get a bunch of warnings about files not being closed, e.g.
/Users/nicolashug/dev/vision/test/datasets_utils.py:163: ResourceWarning: unclosed file <_io.BufferedReader name='/var/folders/s_/440yv1k94yz4py2hr4l06qqc0000gn/T/tmpv6brn28c/oxford-iiit-pet/annotations/trimaps/Abyssinian_1.png'>
This could be related to the windows failures we're observing?
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 a lot @pmeier , LGTM! I don't see the warnings anymore so I assume the windows CI will go green :)
Summary: * add prototype dataset for oxford-iiit-pet * add old-style dataset * add tests * fix mypy * fix test * remove properties and use pathlib * target_type to target_types * move target annotation * add docstring * fix test Reviewed By: sallysyw Differential Revision: D33479273 fbshipit-source-id: ecd1dd6b6271328ce485e28e6fcb5d2856627fb1
Addresses #5108.
cc @pmeier @bjuncek