akanazawa / hmr

Project page for End-to-end Recovery of Human Shape and Pose
Other
1.54k stars 395 forks source link

Batched demo & several compatibility fixes #109

Open Lotayou opened 5 years ago

Lotayou commented 5 years ago

Hi akanazawa, thanks for the great work. I created a batched demo version that loops over an image folder, hope you find it useful.

In addition, two bugs are fixed:

To validate my pull request, you can run

python -m demo_batch --img_path data/small --json_path data/small_keypoints_18 --result_path results

Note: tqdm is required for monitoring progress.