-
Currently, in `Evaluation-Tools/Step2_AnalysisofResults.py`, MSE is computed [using this code](https://github.com/AlexEMG/DeepLabCut/blob/a88a3325f661ff1cf798d7e80bfc7228b2e05ea7/Evaluation-Tools/Step…
-
Hello , if i understand correctly, first you do 2D pose estimation and then lift them up for 3d pose estimation by regressing on 2D joint points ? If so , can it be extended to posenet ?
-
Could you please provide with pretrained weights.
Thank you
-
Hi @mks0601, thanks for sharing your great and organized code.
Actually, I am working on 3D pose estimation method using the Human3.6 dataset and I want to jointly regress 3D and 2D joints. My train…
-
Hi, thank you for sharing you work.
I read the TPAMI paper, but i didn't found the two stream architecture in this repositories. The paper propose Pose Adaptive Convolution and Projected Normalized …
-
```
CL_PATH = 'gs://bucket-name/VGGFace2_classlabels.txt'
DATASET_PATH = 'gs://bucket-name/VGGFace2_tfrecs'
TB_PATH = 'gs://bucket-name/vggface2_deepface_tensorboard'
```
What locations are abo…
-
Hi,
I experienced a lot of issues when compile *yarpOpenPose* with [newest commit](https://github.com/CMU-Perceptual-Computing-Lab/openpose/commit/fc6d35998da5d2153fc0705f9ee74dd6fd4931cd) of *open…
-
Hi,
In the description of human-pose-estimation-0001.md it states that the mean Average Precision on Coco is 42.8%. In the OpenPose paper, the authors report an mAP of around 60%. Does this mean that…
-
Hi Joss,
A quick question in advance of making a submission. I am one of the developers of the [landlab](https://github.com/landlab/landlab) landscape evolution modeling package. Version 1.0 of th…
-
I'm trying to perform real-time inference on the ITOP dataset. I would appreciate any help in that direction.
I did load the pretrained model and run test. But do I have to use matlab/octave to visua…