Samleo8 / learnable-triangulation-pytorch

The repository that this is forked from 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! This repo aims to extend the capabilites to the CMU dataset
MIT License
27 stars 11 forks source link

Testing on H36M #1

Closed jamalknight closed 3 years ago

jamalknight commented 3 years ago

You mentioned that there was code provided to test the 'learnable triangulation' algorithm on H36M, but I could not find it on their github page, could you please point out to where it is?

Thanks

Samleo8 commented 3 years ago

https://github.com/karfly/learnable-triangulation-pytorch/blob/master/mvn/datasets/human36m_preprocessing/README.md

jamalknight commented 3 years ago

thanks