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

keypoints loss #138

Open asw91666 opened 3 years ago

asw91666 commented 3 years ago

Hi! I wonder why did you use "scale_keypoints_3d". Is it just to reduce the scale of loss?

https://github.com/karfly/learnable-triangulation-pytorch/blob/9d1a26ea893a513bdff55f30ecbfd2ca8217bf5d/train.py#L217