Deep3DFaceReconstruction icon indicating copy to clipboard operation
Deep3DFaceReconstruction copied to clipboard

Accurate 3D Face Reconstruction with Weakly-Supervised Learning: From Single Image to Image Set (CVPRW 2019)

Results 99 Deep3DFaceReconstruction issues
Sort by recently updated
recently updated
newest added

(deep3d) user02@lthpc:~/liweijie/Deep3DFaceReconstruction-master$ python demo.py /home/user02/.conda/envs/deep3d/lib/python3.6/site-packages/tensorflow/python/framework/dtypes.py:516: FutureWarning: Passing (type, 1) or '1type' as a synonym of type is deprecated; in a future version of numpy, it will be understood as (type,...

At first, I get bfm2009_model from 01_MorphableModel.mat. Then I use texture_coordinates from stn/BFM_UV.mat (size of [2 53490], range [0 1])and texture_triangle_indices from" bfm2009_model['tl'] - 1". However, the obj result of...

removed `cd renderer` because it doesn't needed. Or `renderer` should be added to next two lines.

![bazeltestfailed](https://user-images.githubusercontent.com/76882094/110004734-c36b5380-7d3d-11eb-9d59-d4407ab68d30.png) Bazel test is failed as per below log from terminal. please see the attached screenshot as well. FAIL: //mesh_renderer:mesh_renderer_test (see /home/preksh/.cache/bazel/_bazel_preksh/887e388b830f4415bdb0c32c0787f49a/execroot/tf_mesh_renderer/bazel-out/k8-fastbuild/testlogs/mesh_renderer/mesh_renderer_test/test.log) FAIL: //mesh_renderer:rasterize_triangles_test (see /home/preksh/.cache/bazel/_bazel_preksh/887e388b830f4415bdb0c32c0787f49a/execroot/tf_mesh_renderer/bazel-out/k8-fastbuild/testlogs/mesh_renderer/rasterize_triangles_test/test.log) INFO: Elapsed time: 70.600s,...

I am getting some mysterious error while running demo.py. +-----------------------------------------------------------------------------+ | NVIDIA-SMI 495.29.05 Driver Version: 495.29.05 CUDA Version: 11.5 | |-------------------------------+----------------------+----------------------+ | GPU Name Persistence-M| Bus-Id Disp.A | Volatile Uncorr....

When I run demo.py found some errors like "AttributeError: module 'rasterize_triangles' has no attribute 'rasterize_triangles'". enviroment: tensorflow=1.12.0 cuda=9.0 Thank you for your help. ``` ================================== ERROR:tensorflow:================================== Object was never used...

Hi, I'm trying to run the code with your instruction, but get stuck with the "bazel test ...".Could you please help me with this? Really appreciate that. ![2021-12-26 20-18-14](https://user-images.githubusercontent.com/47272107/147407864-39e411b7-7b6b-4bfd-9a68-e36a98eb9606.png)

Hi, When i am running the command as "python demo.py" the below error has been displayed. 2021-03-22 17:11:28.867587: I tensorflow/stream_executor/platform/default/dso_loader.cc:49] Successfully opened dynamic library libcudart.so.11.0 WARNING:root:Limited tf.compat.v2.summary API due to...

Very interesting work. could you tell me how to get facemodel_info.mat similarity_L_m3D_all.mat and so on

Is there on the road use the landmarks from mediapipe to generate 3D mesh? Dlib is with 68 landmarks points, MediaPipe has 468... maybe the Reconstruction could be more accurate...