VIBE
VIBE copied to clipboard
Official implementation of CVPR2020 paper "VIBE: Video Inference for Human Body Pose and Shape Estimation"
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...
Thanks for your interest in our research! If you have problems running our code, please include; 1. your operating system and the version, 2. your python version, 3. your pytorch...
1. operating system and the version: ubuntu 18.04 2. your python version: 3.7 3. your pytorch version: 1.4 4. the stack trace of the error that you see, [stacktrace.txt](https://github.com/mkocabas/VIBE/files/8535772/stacktrace.txt) After...
``` File "demo.py", line 414, in main(args) File "demo.py", line 95, in main yolo_img_size=args.yolo_img_size, File "/mnt/zhoudeyu/project/save_video/dengyuanzhang/VIBE-master/multi-person-tracker-master/multi_person_tracker/mpt.py", line 53, in __init__ device=self.device, img_size=yolo_img_size, person_detector=True, video=True, return_dict=True File "/mnt/zhoudeyu/project/save_video/dengyuanzhang/VIBE-master/yolov3-pytorch-master/yolov3/yolo.py", line 51, in...
Sorry to bother you. I use 'pose' as track method, and when I run the code, it will show the 3D joints in the video at the beginning, and that's...
It needs fixup all the `data['mocap_framerate']` in lib/data_utils/amass_utils.py to `data['mocap_frame_rate']` In the newest AMASS,the key word 'mocap_framerate' has been changed Hope you guys never get puzzled as I am lol
hi i m using the windows version provided by carlos but when i run this commad python demo_alter.py --vid_file sample_video.mp4 --output_folder output/ --display i get RuntimeError: CUDA error: no kernel...
If I would like to increase the capture area, can I use a higher resolution image? So instead of using a video resolution of 1280x720, can I record in HD...
Hi, This happens when I try to run demo.py using the code snippet given in the readme. Ubuntu 20.4 Python 3.8 I was also unable to install tensorflow 1.15