MVIG-SJTU / AlphaPose

Real-Time and Accurate Full-Body Multi-Person Pose Estimation&Tracking System
http://mvig.org/research/alphapose.html
Other
8.03k stars 1.97k forks source link

a question about deepmatching #166

Closed my-hello-world closed 6 years ago

my-hello-world commented 6 years ago

Thanks for your works and sorry to bother you again. shell python matching.py --orb=0
I got the error sh: 1: ./deepmatching/deepmatching: not found can you help me? 3q

YuliangXiu commented 6 years ago

I recommend you to use orb version, by this means there is no need to install DeepMatching.

my-hello-world commented 6 years ago

thanks for your reply. i have got it use ORB version without installing DeepMatching lib. I think there are some problems when installing DeepMatching lib. but i can import deepmatching in ./deepmatching path. emmmm.... i will try it again.