You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I want to run run_net.py, this error showed up.
Traceback (most recent call last):
File "/home/matthew_kwok_tictag_io/event_detection/slowfast/tools/run_net.py", line 9, in
from vision.fair.slowfast.tools.demo_net import demo
ModuleNotFoundError: No module named 'vision'
How can I solve this
The text was updated successfully, but these errors were encountered:
When I want to run run_net.py, this error showed up.
Traceback (most recent call last):
File "/home/matthew_kwok_tictag_io/event_detection/slowfast/tools/run_net.py", line 9, in
from vision.fair.slowfast.tools.demo_net import demo
ModuleNotFoundError: No module named 'vision'
How can I solve this
The text was updated successfully, but these errors were encountered: