PeterouZh / CIPS-3D

3D-aware GANs based on NeRF (arXiv).
MIT License
610 stars 60 forks source link

How to trans the result into 3D mesh #12

Closed rainsoulsrx closed 2 years ago

rainsoulsrx commented 2 years ago

Hi, excellent work! I wonder how to trans the result to 3D mesh, just like shape_extraction.py in pi-GAN, thanks!

PeterouZh commented 2 years ago

Because our code is based on pi-GAN, the script should also be applicable to our method.

rainsoulsrx commented 2 years ago

Because our code is based on pi-GAN, the script should also be applicable to our method.

Thanks for your reply~ However, I can not run the script in pi-GAN using CIPS-3D model, can you kindly provide an example? Thanks!

shoutOutYangJie commented 2 years ago

what effect do "shape_extraction" show?

jjj12zcs commented 1 year ago

Because our code is based on pi-GAN, the script should also be applicable to our method.

Thanks for your reply~ However, I can not run the script in pi-GAN using CIPS-3D model, can you kindly provide an example? Thanks!

Hi! Now I have the same problem as you. Have you solved the problem? If so, could you please tell me how you solved it?