fraunhoferhhi / neural-deferred-shading

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

Details about optimization #13

Closed boqian-li closed 7 months ago

boqian-li commented 8 months ago

Hi, i wanna know during the training and optimization process, are there the positions of the vertices adjusted? or each time it just fit a new mesh with new vertices and triangles?

mworchel commented 8 months ago

Hi, each scene is individually reconstructed, which means the method always starts from some template mesh and then moves the vertex positions during optimization.