ImplicitGeometricRegularization.pytorch
ImplicitGeometricRegularization.pytorch copied to clipboard
Implicit Geometric Regularization for Learning Shapes
This repository is reproduced code of "Implicit Geometric Regularization for Learning Shapes"
The paper link is here
2D toy example
python train_toy_2d.py

3D toy example
python train_toy_3d.py
python predict_toy_3d.py

Stanford Bunny
python train.py --input [path to file] --epochs 5000
python predict.py
