Hzzone / pytorch-openpose

pytorch implementation of openpose including Hand and Body Pose Estimation.
2.07k stars 395 forks source link

FileNotFoundError: [WinError 2] 系统找不到指定的文件。 #54

Open laolihaile opened 3 years ago

laolihaile commented 3 years ago

当运行 python demo_video.py images/1.mp4 时, ffprobe(args.file),这句会返回FileNotFoundError: [WinError 2] 系统找不到指定的文件,请问怎么解决 image

nongmo677 commented 3 years ago

当运行 python demo_video.py images/1.mp4 时, ffprobe(args.file),这句会返回FileNotFoundError: [WinError 2] 系统找不到指定的文件,请问怎么解决 image

ffprobe 是ffmpeg的一个工具包吧,你安装了ffmpeg吗?最好设置环境变量,或者搜索一下ffmpeg相关的内容

lihua7351 commented 3 years ago

image image

shell=True可解决问题