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...
Hello! Thanks for your work! I am writing to request access to the model trained on the CMU Panoptic dataset.I encountered a problem that a model trained on Human36 performs...
Hello, thank's for sharing the code of this project. I have some questions : 1./ Possibility estimate 3D pose for a custom image (internet image) (should we have at least...
Bumps [pillow](https://github.com/python-pillow/Pillow) from 6.2.0 to 10.0.1. Release notes Sourced from pillow's releases. 10.0.1 https://pillow.readthedocs.io/en/stable/releasenotes/10.0.1.html Changes Updated libwebp to 1.3.2 #7395 [@radarhere] Updated zlib to 1.3 #7344 [@radarhere] 10.0.0 https://pillow.readthedocs.io/en/stable/releasenotes/10.0.0.html Changes...
Does heatmap i.e. alg_confidence in the code represent the confidence of the predicted 2D keypoints, which I found to keep a small value. If not, where can I get the...
Bumps [torch](https://github.com/pytorch/pytorch) from 1.0.1 to 1.13.1. Release notes Sourced from torch's releases. PyTorch 1.13.1 Release, small bug fix release This release is meant to fix the following issues (regressions /...
Hello, can the dataset of 8 cameras be tested with the given model, and if so, which files do I need to modify
Bumps [scipy](https://github.com/scipy/scipy) from 1.3.1 to 1.10.0. Release notes Sourced from scipy's releases. SciPy 1.10.0 Release Notes SciPy 1.10.0 is the culmination of 6 months of hard work. It contains many...
Hi. You mentioned several times in the paper that your volumetric triangulation method could learn a human pose prior. But I can not see that thing clearly. Could you please...
Hi, thanks for your great work. I am trying to train a model which supports the detection of more joints. So could you share more details about how to preprocess...
Hi, referencing #75. It seems that because the CMU dataset is looking for a different set of joints, if I would like to train using the CMU dataset, I will...