google / lasr

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

how to plot such figure? #22

Closed fangli333 closed 1 year ago

fangli333 commented 1 year ago

hi,

can I know how to plot figure 2? Especially the colorful 3d mesh on the top right side of the figure 2? maybe which package you used. or which code snippets used by you in the repo. thank you!

bestanoy

gengshan-y commented 1 year ago

I believe the visualization of skinning weights is generated here, which is called by this script.

fangli333 commented 1 year ago

thank you for your reply. can i know which batchsize you used for such great performance?

gengshan-y commented 1 year ago

Hi, the details of optimization is included in the supplement of the paper

fangli333 commented 1 year ago

Hi, the details of optimization is included in the supplement of the paper

thank you!