Skip to content

Latest commit

 

History

History
11 lines (6 loc) · 625 Bytes

README.md

File metadata and controls

11 lines (6 loc) · 625 Bytes

NEURALSLICE

The code of "NeuralSlice: Neural 3D Triangle Mesh Reconstruction via Slicing 4D Tetrahedral Meshes (ICML 2023)"

We release demo code about fitting a deformable animal within single 4D Tetrahedral Mesh.

Using python fit_deform.py to fit an animal.

We thank Neural Mesh Flow and Conv Occ Net's code framework and processed point clould dataset. Please refer to https://github.com/KunalMGupta/NeuralMeshFlow and https://github.com/autonomousvision/convolutional_occupancy_networks.

Using python train_coarse.py to train a coarse model and then using python train_subdifRefine.py to train a fine model.