karfly / learnable-triangulation-pytorch

This repository is an official PyTorch implementation of the paper "Learnable Triangulation of Human Pose" (ICCV 2019, oral). Proposed method archives state-of-the-art results in multi-view 3D human pose estimation!
MIT License
1.1k stars 181 forks source link

Preprocessing h36m #85

Closed urs-waldmann closed 4 years ago

urs-waldmann commented 4 years ago

Hi!

I think there are two minor fixes necessary for the preprocessing of h36m.

1.) h5py module is missing in requirements.txt 2.) File path in step 8 is missing "processed" at the end in order to be consistent.

Cheers, Urs

shrubb commented 4 years ago

Thanks a lot!