-
Notifications
You must be signed in to change notification settings - Fork 184
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
get 3d reconstructed faces with facial fine details #51
Comments
When I run
Moreover, when I run
Any suggestions are valuable! |
Look like CMake could not find OpenCV library, making your docker failed to build the C++ code to generate the executable file TestBump. I plan to develop a Python-only version, but I am quite busy with my current schedule. I may release it sometime in June. |
Thanks for your reply. Which version of the OpenCV did you use? |
I used OpenCV 2 when developing this code. I think it is not hard to adapt it to OpenCV 3. See an example pull request in a similar project: anhttran/3dmm_cnn#45 |
Dear author,
@anhttran
For unknown reasons, my 3d reconstructed faces don't have fine details.
this is an image shown in your paper:
this is what I get by run
python testBatchModel.py testImages.txt /shared
8845981467_6945cef32a_b.ply
I don't know why my results don't have the facial fine details.
Could you please kindly tell me how to add the fine details to the 3d reconstructed faces?
Best,
Heyuan
The text was updated successfully, but these errors were encountered: