roboflow / notebooks

Examples and tutorials on using SOTA computer vision models and techniques. Learn everything from old-school ResNet, through YOLO and object-detection transformers like DETR, to the latest models like Grounding DINO and SAM.
https://roboflow.com/models
4.78k stars 744 forks source link

the module of the sv in how-to-use-polygonzone-annotate-and-supervision.ipynb maybe should be updated. #184

Closed wenbindu closed 10 months ago

wenbindu commented 10 months ago

Search before asking

Notebook name

file: how-to-use-polygonzone-annotate-and-supervision.ipynb

Bug

problem: maybe the show_frame_in_notebook in supervision has been updated to :plot_image, but the code is still old

Environment

Minimal Reproducible Example

sv.show_frame_in_notebook(frame, (16, 16))

Additional

No response

Are you willing to submit a PR?

github-actions[bot] commented 10 months ago

👋 Hello @wenbindu, thank you for leaving an issue on Roboflow Notebooks.

🐞 Bug reports

If you are filing a bug report, please be as detailed as possible. This will help us more easily diagnose and resolve the problem you are facing. To learn more about contributing, check out our Contributing Guidelines.

If you require support with custom code that is not part of Roboflow Notebooks, please reach out on the Roboflow Forum or on the GitHub Discussions page associated with this repository.

💬 Get in touch

Do you have more questions about Roboflow that we haven't responded to yet? Feel free to ask them on the Roboflow Discuss forum. Our developer advocates and community team actively respond to questions there.

To ask questions about Notebooks, head over to the GitHub Discussions section of this repository.

SkalskiP commented 10 months ago

Hi @wenbindu 👋🏻! I just made some fixes: https://github.com/roboflow/notebooks/blob/main/notebooks/how-to-use-polygonzone-annotate-and-supervision.ipynb. Could you take a look?

wenbindu commented 10 months ago

Hi @wenbindu 👋🏻! I just made some fixes: https://github.com/roboflow/notebooks/blob/main/notebooks/how-to-use-polygonzone-annotate-and-supervision.ipynb. Could you take a look?

Great job, thanks. It worked well.