-
**With Clothes**
1.Learning to reconstruct people in clothing from a single rgb camera(2019)
code:https://github.com/thmoa (no training code) (same link to 1,2,3)
2.Multi-garmentnet: Learning to…
-
Hi @Jeff-sjtu, I want to reproduce HybrIK-X on 3d hand pose estimation. I found that you did not provide the related code. Could you please provide the code for 3d hand pose estimation? Thank you very…
-
Hi @garyzhao, thanks for your amazing work and sharing your codes!
I guess your method should also work for 3D hand pose estimation. Have you ever tested your method on 3D hand pose data sets and c…
-
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 …
-
Traceback (most recent call last):
File "7.real_time_3D_handpose_estimation.py", line 71, in
_, est_pose_uv, est_pose_cam_xyz = model(frame_device, K, pose_scale)
File "/soft/Anaconda/lib/…
-
|id|title|author|year|
|---|---|---|---|
|209|3D Convolutional Neural Networks for Efficient and Robust Hand Pose Estimation From Single Depth Images|Ge, Liuhao and Liang, Hui and Yuan, Junsong and Th…
-
Hello!
First of all, thank you for delivering this incredible work!
I'm interested in customizing the current model to estimate the 3D pose of objects like a baseball bat or tennis racket in the h…
-
Hello,
I have some questions regarding 2d hand key point annotations. The dataset has 2D hand key point annotations on the exo-views, even when the hands are completely occluded.
Because there …
-
Hi, it is gratefull for your works.When I use the HO3D for my hand 3d pose estimation(just the 21 joints location, not the mesh), I found that the evaluation split just has the root joint 3d anno abo…
-
Hello, I want to compile a 3D multiple hand detection aar.
My script is like this:
```
load("//mediapipe/java/com/google/mediapipe:mediapipe_aar.bzl", "mediapipe_aar")
mediapipe_aar(
name =…