-
In image_dataset.py, if we activate shuffle_mode and then the image will be cropped. Now if a person is cropped out of the region, the 2d kps will mostly fall out of the image region, and these outlie…
-
## 一言でいうと
3D空間上のキーポイントを、ラベルからではなく視点の異なる2つの2D画像から推定する手法の提案。推定したキーポイントが他方の2D画像上でも同じ点となるか(Multi-view consistency)、それぞれ推定したキーポイントの位置関係から視点差(回転)を復元できるか、の2点を目的関数に組み込み学習する。
![image](https://user-images…
-
I tried to predict 3D kypoints from 2D keypoints of my own images, but I can't download the dataset h36m.zip. As a result, I cannot run the the script openpose_3dpose_sandbox.py. I think I don't need …
-
I want to visualize other format of human pose. Do 3D Realtime visualization support this ?
-
Hi, thanks for your work. But I have some problems about BMC Loss.
I want to add BMC Loss in my experiment which estimates 3d hand pose from a single gray image. But, it's **hard to converge**. When …
-
From what I know, the open pose network outputs 22x2, i.e 2d coordinates for each keypoint. Why does it use 3d coordinates from the hand keypoints from the synth hands?
-
Hi,
I am using your library to predict 3D keypoints for a dataset of individuals walking. The camera I am using is ceiling mounted with the individuals walking toward the camera. I use the 243 pt pr…
-
Hi, thanks for your work.
I have successfully replicated your work, and it is truly impressive. However, I have encountered an issue regarding multiperson videos. The pose estimation becomes unstab…
-
Dear authors,
Thank you very much for sharing us the excellent code for the 'KM3D' paper .
I would like to reproduce your results on the KITTI dataset and then apply your method to a customed da…
-
Hi, I'm trying to lift 2D pose to 3D using custom model and custom data. My 2D pose estimation model outputs the 17 COCO keypoints in [0,1] interval. My model is in ONNX format so I'm also converting…