-
Notifications
You must be signed in to change notification settings - Fork 634
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
fixing to_tensorflow method to take any shape #44 #90
Conversation
Codecov Report
@@ Coverage Diff @@
## master #90 +/- ##
=======================================
Coverage 64.30% 64.30%
=======================================
Files 39 39
Lines 1496 1496
=======================================
Hits 962 962
Misses 534 534
Continue to review full report at Codecov.
|
@prithviraj-maurya thanks for your contribution to Hub! There's a couple of other things mentioned in #44, including changes to the Coco example. It'd be great if you could do that as well and then test that everything's working fine by storing and loading the dataset. I've mentioned the details in the comments of #44. Let me know once that's one and we should be good to merge! |
Does it satisfy all requirements now ?? |
@prithviraj-maurya thanks for the attempt. Some of the fixes that you made to the Coco dataset are incomplete and also syntactically incorrect at places. Other fields such as bbox, iscrowd also need to be changed in meta. Please make these changes. Then upload the dataset to hub and try loading it back to confirm that everything is working properly as described here:- #44 (comment) Once this is done, it should be good to merge. |
Please have a look now |
Hey @prithviraj-maurya - thank you so much for volunteering for more tasks! Here's a tutorial for uploading datasets using Hub that might be helpful for you! Once you've looked through the tutorial, please take a look at our issue dashboard to choose a dataset task that is not taken, or feel free to suggest a dataset of your own. |
Is this PR still valid ? |
Closes #44