Deep3DFaceRecon_pytorch
Deep3DFaceRecon_pytorch copied to clipboard
Accurate 3D Face Reconstruction with Weakly-Supervised Learning: From Single Image to Image Set (CVPRW 2019). A PyTorch implementation.
Hi, Thanks for your great work! I was wondering is there a way to visualize the face mesh on 2D image without texture and color? One good example is 3rd...
it is no using .where to use it?
When I attempt to run the following command. python test.py --name= --epoch=20 --img_folder=./datasets/examples Since I'm on windows, I couldn't do cp -r and instead manually copied the contents inside insightface/recgonition/arcface_torch...
Hi! Thanks for sharing your code, it is a great work! But there are something confusing me, could you please give some explanation? The first one is the rescale factor...
Hi, This project result mesh vert shape is (71418,3), but standard BFM2009 vert shape is 53490, my question is how to convert reusult mesh to standard BFM2009?
===================================================================================== root@9cc02a0fda9b:/docker_workspace/Deep3DFaceRecon_pytorch# python test.py --name=aiche --epoch=20 --img_folder=input /opt/conda/lib/python3.7/site-packages/kornia/augmentation/augmentation.py:1875: DeprecationWarning: GaussianBlur is no longer maintained and will be removed from the future versions. Please use RandomGaussianBlur instead. category=DeprecationWarning, /opt/conda/lib/python3.7/site-packages/torch/utils/tensorboard/__init__.py:5: DeprecationWarning: distutils...
When I run scripts in python test.py --name=face_recon_feat0.2_augment --epoch=20 --img_folder=./datasets/examples,there is always an error: No module named 'nvdiffrast_plugin_gl' loading the model from ./checkpoints/face_recon_feat0.2_augment/epoch_20.pth 0 ./datasets/examples/000002.jpg Traceback (most recent call last):...
I find the index of 3d landmark is so accurate. How can you get it? I want to use BFM 2019 model for face reconstrustion. Can you tell me how...
Thanks for the work, it is very helpful. But I got some problem on test for now challenge. I tested the pretrained model that you supply on Now challenge and...
Hi, thanks for your great work! Following the installation instructions, I changed three servers, and the same error occurred. Is there any problem with this installation method or I haven't...