NVlabs / FPSci

Aim Training Experiments
Other
70 stars 23 forks source link

Add Sphere models #362

Closed jspjutNV closed 2 years ago

jspjutNV commented 2 years ago

This PR adds low and mid poly sphere models created by @bboudaoud-nv . It also adds a sample experiment to demonstrate them as well as the available and documented high poly sphere that can be downloaded from here.

jspjutNV commented 2 years ago

I'm going to try changing the default target model to the low polygon sphere instead of the icosohedron. Let's keep this open until we're happy with this change.

To make experiments work as they did before this PR, each target that didn't have a custom model should include the following lines:

        modelSpec = ArticulatedModel::Specification{
            filename = "model/target/target.obj";
        };
jspjutNV commented 2 years ago

This is now ready for review.