Skip to content
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

No module named 'visualization' ,can't import VideoVisualizer #234

Open
shahchhatru opened this issue Feb 23, 2023 · 1 comment
Open

No module named 'visualization' ,can't import VideoVisualizer #234

shahchhatru opened this issue Feb 23, 2023 · 1 comment

Comments

@shahchhatru
Copy link

I am unable to import VideoVisualizer

I am following offical guide https://pytorchvideo.org/docs/tutorial_torchhub_detection_inference
but i am unable to import the above library

@vasuprint
Copy link

The method I fix is copy visualization.py. This file can be seen in pytorchvideo github pytorchvideo/tutorials/video_detection_example/visualization.py. When you copy this file to paste on your directory, it work for me.

If this method doesn't work, you can clone all repository pytorchvideo and create directory and copy file visualization.py
this path is pytorchvideo/tutorials/video_detection_example/visualization.py and then paste on your directory.

Screenshot 2567-04-10 at 17 19 38

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants