Skip to content

Surface Reconstruction using Implicit Neural Representations with Topology Constraints and Persistent Homology

Notifications You must be signed in to change notification settings

idealab-isu/stitch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

STITCH

Surface reconstrucTion using Implicit neural representations with Topology Constraints and persistent Homology

Setting up the repository

1. conda env create -f tda.yml
2. Make a directory called 'data' in the root directory of the repository
3. Place your point cloud data in the 'data' directory
4. Edit the 'cubicalLayer.conf' file to set the correct paths for the data, base directory, etc.

Training

python run/runCubicalLayer.py --gpu YOUR_GPU_INDEX_GOES_HERE --conf confs/cubicalLayer.conf --mode curriculum --dataname NAME_OF_INPUT_FILE_GOES_HERE --dir NAME_OF_SAVING_DIRECTORY_GOES_HERE

Inference

python run/runCubicalLayer.py --gpu YOUR_GPU_INDEX_GOES_HERE --conf confs/cubicalLayer.conf --mode validate_mesh --dataname NAME_OF_INPUT_FILE_GOES_HERE --dir NAME_OF_SAVING_DIRECTORY_GOES_HERE

# If inferring for the same experiment as training then,
# use the same --dataname and --dir arguments as training

About

Surface Reconstruction using Implicit Neural Representations with Topology Constraints and Persistent Homology

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages