mkocabas / VIBE

Official implementation of CVPR2020 paper "VIBE: Video Inference for Human Body Pose and Shape Estimation"
https://arxiv.org/abs/1912.05656
Other
2.88k stars 548 forks source link

Colab demo not working [BUG] #248

Open arditobryan opened 2 years ago

arditobryan commented 2 years ago

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!
eliohead commented 2 years ago

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"

Timkeeper2018 commented 2 years ago

@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 commented 2 years ago

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