yuzaiyang123 / MV-Reid

37 stars 2 forks source link

Rendering configuration #2

Open hangjiaqi1 opened 2 years ago

hangjiaqi1 commented 2 years ago

Hi!

Thanks for your amazing work. I am trying to adopt multi-view learning in the field of 3D face recognition. There are some similarities with MV-Reid. I am trying to render 3D face model to multi-view images. However, when I generated the multi-view dataset, only one multi-view image can be rendered at a time. I do not know how to batch generation of rendered images. Can you give me an example?

Thanks!

yuzaiyang123 commented 2 years ago

There are many rendering engines to generate multi-view images, e.g., pytorch3D, blender... In this work, we adopt blender to generate multi-view images. Blender can generate multiple rendered images at the same time with the help of an executable script. There are many examples to refer to:

https://github.com/jongchyisu/mvcnn_pytorch https://blog.csdn.net/jorg_zhao/article/details/86309774?spm=1001.2014.3001.5502