video2mocap icon indicating copy to clipboard operation
video2mocap copied to clipboard

The calculation of match_score seems to hickup on some video sequences

Open PixelPartner opened this issue 5 years ago • 0 comments

Calling HMR with python3 ends up in this error: ` File "...\video2mocap\3rdparty\hmr\src\util\openpose.py", line 76, in sort_keypoints match_score = min(match_scores)

ValueError: min() arg is an empty sequence`

PixelPartner avatar Oct 15 '19 20:10 PixelPartner