-
Notifications
You must be signed in to change notification settings - Fork 632
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
Working with Images documentation #743
Conversation
Locust summaryGit referencesInitial: f19d566Terminal: 56e9248 benchmarks/benchmark_dataset_comparison.pyChanges:
hub/api/dataset.pyChanges:
hub/exceptions.pyChanges:
hub/report.pyChanges:
hub/store/dynamic_tensor.pyChanges:
hub/store/metastore.pyChanges:
benchmarks/benchmark_compress_time.pyChanges:
benchmarks/benchmark_dataset_iter.pyChanges:
benchmarks/benchmark_random_access.pyChanges:
benchmarks/benchmark_sequential_access.pyChanges:
benchmarks/benchmark_sequential_write.pyChanges:
hub/auto/infer.pyChanges:
|
Codecov Report
@@ Coverage Diff @@
## master #743 +/- ##
=======================================
Coverage 89.26% 89.26%
=======================================
Files 63 63
Lines 4378 4378
=======================================
Hits 3908 3908
Misses 470 470 Continue to review full report at Codecov.
|
Hey @thisiseshan thanks for the PR. I noticed you resized images before pushing to Hub. Could you convert the dataset to Hub format, and then use Hub to resize images? It would be feel more functional (rather than procedural), which should be the goal of any dataflow pipeline. A good place to start is with this notebook. |
Absolutely! 😄 |
@thisiseshan Thanks for including an example of One more thing: I noticed you collected image filenames in a |
I prefer |
Hey @thisiseshan! Can you please add a quick note in the guide that using |
The same has also been added to the linked Colab file 😄 |
Thanks a lot @thisiseshan! |
Add "Working with Images on Hub section"
Add "docs/source/img" directory to store images linked to documentation
Add link to Colab file for Working with Images