ImplicitGeometricRegularization.pytorch icon indicating copy to clipboard operation
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

image

3D toy example

python train_toy_3d.py
python predict_toy_3d.py

image

Stanford Bunny

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

image