Hzzone / pytorch-openpose

pytorch implementation of openpose including Hand and Body Pose Estimation.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

laolihaile opened this issue · comments

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

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

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

image
image

shell=True可解决问题