brentyi / tilted

Canonical Factors for Hybrid Neural Fields @ ICCV 2023
101 stars 2 forks source link

Training scripts for SDF experiments #3

Open lokender opened 1 year ago

lokender commented 1 year ago

Thanks for this wonderful work.

As mentioned in the readme, I am reaching out for the training scripts for SDF experiments. If you could, please share.

Thanks in advance.

brentyi commented 1 year ago

Hi!

The reason this isn't released yet is that we did a big code refactor after submission. I plan to finish migrating the SDF and 2D training scripts to the refactored version of the codebase, but I unfortunately don't have an ETA for this.

In the meantime, here's a snapshot of an older version of this repository, which has 2D and SDF training scripts: tilted-may21-backup.zip

This should be very close if not the same as what Weijia (@FantasticOven2) used for the 2D and SDF results.

You can also find the script we used for rendering the meshes in rendering/render_ply.py, with the associated Blender file rendering/ply_scene.blend.