docs: add sample image download and sv.plot_image() to detect_and_annotate tutorial - #2242
Conversation
|
|
@PatelPrem21 ^^ could you pls sign it or share a print-screen that you already did? 🦝 |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## develop #2242 +/- ##
=======================================
Coverage 78% 78%
=======================================
Files 66 66
Lines 8374 8374
=======================================
Hits 6501 6501
Misses 1873 1873 🚀 New features to boost your workflow:
|
Hey @Borda the CLA Link stuck and doesnt load anything how can i just agree to it?? |
Thank you 🦝 |
There was a problem hiding this comment.
Pull request overview
This PR updates the “Detect and Annotate” documentation tutorial to be self-contained for first-time users by providing a downloadable sample image and demonstrating sv.plot_image() for visualizing results (addressing #1830).
Changes:
- Added a “Sample Image” tip with a download command for
dog.jpeg. - Updated tutorial code snippets to use
dog.jpegas the input image path. - Added a
sv.plot_image(annotated_image)call in the segmentation example to show the annotated output.
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>




…otate tutorial
Before submitting
Description
New users following the tutorial had no image to test with and
didn't know sv.plot_image() existed. Added the official dog.jpeg
sample image download command and plot_image() call so the tutorial
is fully self-contained.
Closes #1830
Type of Change
-[X] 📝 Documentation update
Motivation and Context
Closes #(issue)
Changes Made
Testing
Google Colab (optional)
Colab link:
Screenshots/Videos (optional)
Additional Notes