XgTu / 2DASL

The code (pytorch for testing & matlab for 3D plot and evaluation) for our project: Joint 3D Face Reconstruction and Dense Face Alignment from A Single Image with 2D-Assisted Self-Supervised Learning (2DASL)
MIT License
464 stars 116 forks source link

How to generate obj file with my own image #11

Closed XieBinghui closed 5 years ago

XieBinghui commented 5 years ago

Thanks for your work!Would it be possible for you to tell me how to get the obj file with my own images

XgTu commented 5 years ago

@XieBinghui Hi, I have uploaded the matlab code for write object, under the folder "3D_results_plot", pls refer to script "write_objs.m"

XieBinghui commented 5 years ago

Thanks for your reply. It seems that I need vertex.mat for my image to get the obj file. But if I only have some simple images, how to get the obj files I need. Thanks for your assistance!