Skip to content

Files

Latest commit

5d26531 · Mar 11, 2020

History

History
31 lines (20 loc) · 804 Bytes

File metadata and controls

31 lines (20 loc) · 804 Bytes

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