VIBE icon indicating copy to clipboard operation
VIBE copied to clipboard

Colab demo not working [BUG]

Open arditobryan opened this issue 2 years ago • 3 comments

When running the colab file and restarting it after dependencies have been installed, the code runs an error at the following line:

# Run the demo
!python demo.py --vid_file sample_video.mp4 --output_folder output/ --sideview

#Output:
Input video "sample_video.mp4" does not exist!

arditobryan avatar Apr 29 '22 08:04 arditobryan

Sample video is the name of the video you want to process. -Upload your video on Colab. -Replace --vid_file sample_video.mp4 with --vid_file "/content/yourvideoname.mp4"

eliohead avatar Apr 30 '22 20:04 eliohead

@eliohead another question. It got stuck at "Input video number of frames 300", when I tried to locate the problem, it was found in "yolo.py" "self.model = Darknet(model_def, img_size=img_size).to(device)" How to solve this problem please?

Timkeeper2018 avatar May 01 '22 12:05 Timkeeper2018

@eliohead Sorry to bother, I found the reason, my CUDA version is too low

Timkeeper2018 avatar May 01 '22 12:05 Timkeeper2018