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.09k stars 181 forks source link

Test only one sample #163

Closed Oruka94 closed 1 year ago

Oruka94 commented 1 year ago

Hello. I see that you provided code for training and evaluation, but not for testing. Because I don't have a strong server to train the model, I would like to know if I can get the output of testing with only one sample from H36M. If it is possible, what can I do?