google / lasr

Code for "LASR: Learning Articulated Shape Reconstruction from a Monocular Video". CVPR 2021.
https://lasr-google.github.io/
Apache License 2.0
170 stars 17 forks source link

why is N-NRSfM [44] not compared in Tab.3? #9

Closed jason718 closed 3 years ago

jason718 commented 3 years ago

Thanks for the great work. What's the reason for not comparing to [44] in Tab.3 (mesh reconstruction)?

gengshan-y commented 3 years ago

Hi, N-NRSfM could be evaluated but the comparison would be unfair. Specifically N-NRSfM represents shape as an open surface (a sheet of paper) but the target mesh are closed surfaces.

jason718 commented 3 years ago

thanks