fraunhoferhhi / neural-deferred-shading

Multi-View Mesh Reconstruction with Neural Deferred Shading (CVPR 2022)
Other
251 stars 21 forks source link

Number of Multi View Images Required #7

Closed AmanKishore closed 1 year ago

AmanKishore commented 1 year ago

Hi,

This is great work!

How many multi-view images are required to generate an accurate mesh?

Have you tried using Stable Diffusion to create those multi-views?

Thanks!

mworchel commented 1 year ago

Hi,

the number of required images depends a couple of factors and I guess there is no general rule. 360° coverage of the object would help because we strongly rely on mask supervision.

Regarding Stable Diffusion: we have so far verified our method only on real image data.

Best, Markus