facebookresearch / banmo

BANMo Building Animatable 3D Neural Models from Many Casual Videos
Other
532 stars 59 forks source link

BANMo VS. ViSER #76

Closed GloryyrolG closed 6 months ago

GloryyrolG commented 6 months ago

Hi @gengshan-y @jhugestar et al.,

May I ask the essential difference between the work & ur previous viser work?

  1. is the use of cse.
  2. an additional 3d cycle consistency.

but most losses & pipeline look quite similar to me... any help would be thx & best,

image

for 1. banmo & viser both have;

  1. banmo uses cse while viser learns from scratch;
  2. they both use nerf/sdf; correct me if i am wrong...
gengshan-y commented 6 months ago

Hi @GloryyrolG, there are quite a few differences between banmo and viser. We also compared the two in the paper (e.g., Fig 2, Fig. 4, Tab. 1 and Tab.2 here). Thinking back from my own view, the crucial bits are,

image

There are also other improvements such as delta skinning weights, re-boning, active sampling, etc. All those small deltas pushed it through the last mile.

GloryyrolG commented 6 months ago

Thx for the detailed explanation. appreciate its help.