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.
File "E:\Deep3DFaceRecon_pytorch\models\base_model.py", line 162, in test self.forward() File "E:\Deep3DFaceRecon_pytorch\models\facerecon_model.py", line 140, in forward self.pred_vertex, self.facemodel.face_buf, feat=self.pred_color) File "E:\anaconda3\envs\deep3d_pytorch\lib\site-packages\torch\nn\modules\module.py", line 722, in _call_impl result = self.forward(*input, **kwargs) File "E:\Deep3DFaceRecon_pytorch\util\nvdiffrast.py", line 61,...
Hi, Is there a demonstration code available for running videos or webcam feeds? Thank you.
For example, if the photo has a smiling expression, I would like it to generate a standard expression without smiling, is this possible? Or is there another repository that can...
Very interesting work. I am wondering how can we use it for facial effects like making nose smaller or eyes bigger? Is these a straight forward way to do it...
我出现了ImportError: /home/chenxinyu/.cache/torch_extensions/py38_cu117/nvdiffrast_plugin_gl/nvdiffrast_plugin_gl.so: cannot open shared object file: No such file or directory这个问题,请问应该怎么解决?
fatal error: cuda_runtime_api.h: No such file or directory; ninja: build stopped: subcommand failed.
Can anyone help me fix this issue? /home/me/anaconda3/envs/deep3d_pytorch/lib/python3.6/site-packages/torch/include/ATen/cuda/CUDAContext.h:5:10: fatal error: cuda_runtime_api.h: No such file or directory #include ^~~~~~~~~~~~~~~~~~~~ compilation terminated. ninja: build stopped: subcommand failed.
Thank you for your excellent work. When I used this work to evaluate the face alignment task, I found that the landmark coordinates differed significantly from the ground truth of...
when do the test.py run: ValueError: setting an array element with a sequence. The requested array has an inhomogeneous shape after 1 dimensions. The detected shape was (5,) + inhomogeneous...
i try the test code it is running at this step so long: loading the model from ./checkpoints/shd/epoch_20.pth what can i do