-
Notifications
You must be signed in to change notification settings - Fork 211
Minor FiftyOne integration tweaks #418
Minor FiftyOne integration tweaks #418
Conversation
… into feature/fiftyone
… into feature/fiftyone
Codecov Report
@@ Coverage Diff @@
## master #418 +/- ##
==========================================
- Coverage 90.08% 90.07% -0.02%
==========================================
Files 112 112
Lines 6999 7000 +1
==========================================
Hits 6305 6305
- Misses 694 695 +1
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
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.
@ehofesmann Nice! I've updated the embeddings image. Other than that just minor comments
Co-authored-by: Ethan Harris <[email protected]>
Co-authored-by: Ethan Harris <[email protected]>
Awesome, thanks a lot! |
@ehofesmann We've been getting this error quite a bit today on docs builds:
It usually is fine if I just re-trigger the build, but that's not really sustainable. Do you have any idea what might be causing the issue? |
We've spent some time looking into this and haven't been able to reproduce those issues locally or in our own fork's actions. We did push website updates yesterday and it is possible that our hosting provider may have a hiccup today. Let me know if this keeps showing up and we will continue to investigate it. |
@ehofesmann cool, will do, thanks for investigating 😃 |
What does this PR do?
This PR adds a couple small tweaks to the FiftyOne integration, primarily to the documentation:
visualize()
method can be used (shell, script, Jupyter notebook, Colab, remote, etc)resnet101
to match other flash embeddings examples. @ethanwharris Please replace the previous embeddings image you uploaded with this one if possible: https://user-images.githubusercontent.com/21222883/122239476-f79ef600-ce8e-11eb-814c-910fbc6d07ed.pngHere's the content of the new README section (all Flash code)
Visualization
Predictions from image and video tasks can be visualized through an integration with FiftyOne, allowing you to better understand and analyze how your model is performing.
Before submitting
PR review
Anyone in the community is free to review the PR once the tests have passed.
If we didn't discuss your PR in Github issues there's a high chance it will not be merged.
Did you have fun?
Make sure you had fun coding 🙃