learnable-triangulation-pytorch
learnable-triangulation-pytorch copied to clipboard
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 p...
I disabled anomaly detection since it crashed. Without it I get the error: Warning: NaN or Inf found in input tensor. Error: svd_cuda: the updating process of SBDSDC did not...
Following the instructions at issue #24 and #19, I was able to successfully test on the CMU Panoptic Dataset using the provided pretrained Human36M weights (more specifics [here](https://github.com/Samleo8/learnable-triangulation-pytorch/tree/master/mvn/datasets/cmu_preprocessing)) on the...
I have tried training the volumetric model on the CMU dataset, but am encountering more problems with training. The model is able to successfully train an epoch from checkpoint of...
This is an expansion of issue #75 where I was able to successfully test on the CMU Panoptic Studio dataset, with pretrained weights from Human3.6M dataset. When I use only...
As per issue #73