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
5.09k stars 788 forks source link

module 'supervision' has no attribute 'show_frame_in_notebook' #96

Closed joseribeiro99 closed 1 year ago

joseribeiro99 commented 1 year ago

Search before asking

Notebook name

zero-shot-object-detection-with-grounding-dino.ipynb

Bug

By just running the notebook on colab i get the following error: "module 'supervision' has no attribute 'show_frame_in_notebook'"

Environment

Google Colab

Minimal Reproducible Example

Just run the standard notebook on colab

Additional

No response

Are you willing to submit a PR?

github-actions[bot] commented 1 year ago

👋 Hello @joseribeiro99, 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 1 year ago

Hi, @joseribeiro99 👋🏻! Sorry for that. I just fixed the bug. Feel free to reopen the issue if you will face any more problems.

mbugua225 commented 10 months ago

hey am running into this bug :module 'supervision' has no attribute 'get_video_frames_generator'

MuhammedEnesGurkan commented 9 months ago

AttributeError: module 'supervision' has no attribute 'BoxAnnotator' in pycharm

SkalskiP commented 9 months ago

hey am running into this bug :module 'supervision' has no attribute 'get_video_frames_generator'

@mbugua225, what version of supervision you use? Where do you use it?

SkalskiP commented 9 months ago

AttributeError: module 'supervision' has no attribute 'BoxAnnotator' in pycharm

@koftee same question. What version of supervision are you using?

MuhammedEnesGurkan commented 9 months ago

AttributeError: module 'supervision' has no attribute 'BoxAnnotator' in pycharm

@koftee same question. What version of supervision are you using?

0.1.0

SkalskiP commented 9 months ago

@koftee, any reason you decided to use the 0.1.0 version? We are already at 0.16.0.

MuhammedEnesGurkan commented 9 months ago

@koftee, any reason you decided to use the 0.1.0 version? We are already at 0.16.0.

I watched your previous videos and insee you are using 0.1.0 so i install it.

ArupSankarRoy commented 6 months ago

module 'supervision' has no attribute 'get_video_frames_generator' I'm not sure but think this problem lies on colab ..

DanielSouza-DevOps commented 5 months ago

Module 'supervision' has no 'annotations_detections'

SkalskiP commented 5 months ago

Hi @DanielSouza-DevOps 👋🏻 Which tutorial contains annotations_detections instruction?