Giter Site home page Giter Site logo

Comments (2)

gengshan-y avatar gengshan-y commented on July 29, 2024 3

Hi Hang, thanks for the questions/suggestions. I'm hoping to improve the readability of the codebase in the future but there's no concrete plan. I'll try to get to your questions and let me know if I missed anything.

  1. Bone initialization: generate_bones(...) has not effect in the optimization. The bone initialization is actually done by nutils/geom_utils.py/reinit_bones(...), called at nnutils/train_utils.py:

    banmo/nnutils/train_utils.py

    Lines 1077 to 1081 in 12a19e5

    if opts.lbs and opts.model_path=='' and \
    (epoch==int(self.num_epochs*opts.reinit_bone_steps) or\
    epoch==0 or\
    epoch==int(self.num_epochs*opts.warmup_steps)//2):
    reinit_bones(self.model.module, mesh_rest, opts.num_bones)
    For details of bone re-initialization, see "Sec. 4 Experiments - Optimization details" and "Fig. 15 ablation study" in the updated pdf. Some details/ablations were added to the original arxiv version.

  2. Skinning: They are equivalent indeed. The scalars multiplied to mdis should be merged to scale in the future for readability.

  3. Multiple stages: The multi-stage optimization will be described in the camera-ready version. In short, the result of the first stage is typically good enough. Stage 2-3 improve the limb articulations (e.g., to correctly articulate the crossing legs for cat-pikachiu) with coordinate descent. Stage 4 further improves details of the geometry. Bones are not re-initialized in stage 2-4.

from banmo.

hangg7 avatar hangg7 commented on July 29, 2024

Thank you for your clarification!

from banmo.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.