반응형
개발 환경
우분투 20.04, 파이썬 3.7
우분투 20.04에 파이썬 3.7 설치 방법: https://grow-up-by-coding.tistory.com/10
상황 설명
$ python demo.py --vid_file sample_video.mp4 --output_folder output/ --display
VIBE 코드 실행 중 해당 에러가 발생했습니다.
https://github.com/mkocabas/VIBE
mkocabas/VIBE
Official implementation of CVPR2020 paper "VIBE: Video Inference for Human Body Pose and Shape Estimation" - mkocabas/VIBE
github.com
해결 방법
$ sudo apt install ffmpeg
을 통해 ffmpeg를 설치해주면 해결이 됩니다.
반응형