Skip to content

Latest commit

 

History

History
26 lines (19 loc) · 532 Bytes

README.md

File metadata and controls

26 lines (19 loc) · 532 Bytes

Pose-Compare

安装

依赖

安装

$ pip install mxnet-cu102 -f https://dist.mxnet.io/python/all
$ pip install -r requirements.txt

运行

提取示例视频数据

$ python data.py --input 示例视频 --output 示例数据.tsv

动作对比

$ python run.py --input 输入视频 --demo 示例视频 --data 示例数据.tsv