SelfReconCode
SelfReconCode copied to clipboard
This repository contains a pytorch implementation of "SelfRecon: Self Reconstruction Your Digital Avatar from Monocular Video (CVPR 2022, Oral)".
Hello, can I reconstruct the human body with your method and then measure the waist circumference
Hi! Thanks for your great work! I'm now trying to make the same animation as the synthetic data that you have released. But I fail to find a self-rotation motion....
Whether should i run PIFuHD and Lightweight Openpose models after installing them, or just use python generate_boxs.py --data $ROOT/female-3-casual/imgs . Error comes like: `FileNotFoundError: [Errno 2] No such file or...
The results of SelfRecon are very surprising. Thanks for open source this work. But, I don't know how to simplify and parameterize the template mesh tmp.ply, and generate uvmap.obj. Can...
Thanks for your codes released. I have some questions about one of the formula derivations in your paper, and I hope you can answer it. Specifically, I don’t quite understand...
Hello, thank you for sharing your work. May I know about how can we test our own data and what are the data requirements ? Thank you
您好,我在执行 CUDA_VISIBLE_DEVICES=1 python train.py --gpu-ids 0 --conf config.conf --data female-3-casual --save-folder result时,返回了如下的错误。 Traceback (most recent call last): File "train.py", line 3, in from dataset.dataset import getDatasetAndLoader File "/home/gaoxin/sfc/SelfReconCode-main/dataset/dataset.py", line 7,...
I would like to animate a model reconstructed by SelfRecon. Ist it an easy task? Is there documentation for that?
I am very confused about your rotation matrix to process the gt normal map you use camera.R[0] @ [[-1,0,0][0, 1, 0][0, 0 ,-1]] @ gtnormal. I do not know where...
[  ](url)  Thanks for your great work! After extract the texture on the female-3-casual dataset, I got the result like this. Is this normal?