Skip to content

nnop/cs348n-hw2

 
 

Repository files navigation

hw2-master

Install the pip requirements in requirements.txt

download data from https://drive.google.com/drive/folders/1KsGsHPy1GjXOPl6KC0aj2gejA6ADkMC7?usp=sharing

download weights.pth and data/

For running the codes for the homework:

python -i single_scene.py --epoch 2000 --name deepsdf --gpu 0 --trunc 0.1 --lr 2e-4

python train.py --input data/bunny.npy --epochs 2000

python marching_cubes.py --name output

python -i decoder_deepsdf.py --epoch 2000 --batch_size 16 --num_scenes 100 --name deepsdf --gpu 0 --trunc 0.1 --dim_latent 256 --lr 1e-3 --lr_z 2e-3

python -i shape_completion_deepsdf.py --load_model weights.pth

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%