youngLBW / HRN

[CVPR2023] A Hierarchical Representation Network for Accurate and Detailed Face Reconstruction from In-The-Wild Images.
https://younglbw.github.io/HRN-homepage/
Apache License 2.0
414 stars 38 forks source link

about the rasterizer and dense mesh texture #13

Open hxflyer opened 1 year ago

hxflyer commented 1 year ago

congrats, its a great work! Just spend some time installing pytorch3D on Windows, it's really painful, frome user friendly pespective, just FYI, it would be much easier to use nvdiffrast instead pytorch3D, since you already use nvdiffrast in your project, Also, if you have time ,pls consider replace the segment_face from tensorflow to pytorch (since you already use pytorch used in your project) . Those two improvement coulds help others to build applications and futher research projects based on HRN.

BTW, I spend a day to read you code and add the uv data to dense mesh, its also very important for many users.

ZhenyanSun commented 1 year ago

congrats, its a great work! Just spend some time installing pytorch3D on Windows, it's really painful, frome user friendly pespective, just FYI, it would be much easier to use nvdiffrast instead pytorch3D, since you already use nvdiffrast in your project, Also, if you have time ,pls consider replace the segment_face from tensorflow to pytorch (since you already use pytorch used in your project) . Those two improvement coulds help others to build applications and futher research projects based on HRN.

BTW, I spend a day to read you code and add the uv data to dense mesh, its also very important for many users.

thanks for your information. Could you share the changed code?

youngLBW commented 1 year ago

congrats, its a great work! Just spend some time installing pytorch3D on Windows, it's really painful, frome user friendly pespective, just FYI, it would be much easier to use nvdiffrast instead pytorch3D, since you already use nvdiffrast in your project, Also, if you have time ,pls consider replace the segment_face from tensorflow to pytorch (since you already use pytorch used in your project) . Those two improvement coulds help others to build applications and futher research projects based on HRN.

BTW, I spend a day to read you code and add the uv data to dense mesh, its also very important for many users.

Thanks for your sharing! These two problems do bring troubles to the users. We will solve these two problems and add the code for dense mesh texture in the near future.

475651582 commented 1 year ago

congrats, its a great work! Just spend some time installing pytorch3D on Windows, it's really painful, frome user friendly pespective, just FYI, it would be much easier to use nvdiffrast instead pytorch3D, since you already use nvdiffrast in your project, Also, if you have time ,pls consider replace the segment_face from tensorflow to pytorch (since you already use pytorch used in your project) . Those two improvement coulds help others to build applications and futher research projects based on HRN.

BTW, I spend a day to read you code and add the uv data to dense mesh, its also very important for many users.

Hi hxflyer, I am also having trouble to generate dense uv data. Could you share the code? Many thanks!