-
**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…
-
```python
from skrobot.models.pr2 import PR2
from skrobot.models.urdf import RobotModelFromURDF
pr2 = PR2()
pr2.reset_manip_pose()
q_reset = pr2.angle_vector()
def print_frame(frame):
w…
-
Hello, thanks for your wonderful work.
I've got some questions about the dataset.
Which file includes the extrinsic parameters (W2C), and the intrinsic parameters?
I found head pose folder a…
-
-
Hi, grateful for your excellent work! I want to ask a question that when the code of **head-pose estimation and age estimation** could be updated? Thanks a lot!
-
Hello, and thank you very much for sharing this dataset!
I am trying to use the SynthFace data in order to render a 3D face with the camera intrinsics and extrinsics provided as well as the head pose.…
-
### Prerequisite
- [X] I have searched [Issues](https://github.com/open-mmlab/mmcv/issues) and [Discussions](https://github.com/open-mmlab/mmcv/discussions) but cannot get the expected help.
- [X] Th…
-
Is it possible to get the 3D head pose translation / position using SPIGA?
-
Hi, is there any way to overlay the reconstructions(mesh) to the image, as you've done in your demo videos?
-
How cna we create custom poses templates? Doing it through code is possible but a hassle, is there any way to export the poses/animations form blender? We wanted to make a floating bee, so we canno us…