Assignment 4

Number of late days used - 1

1. Sphere Tracing (30pts)

python -m a4.main --config-name=torus

Visualization

image

This should save part_1.gif in the `images' folder. Please include this in your submission along with a short writeup describing your implementation.

Implementational Details

2. Optimizing a Neural SDF (30pts)

python -m a4.main --config-name=points

Visualizations

Point Cloud Input Neural Surface Mesh
image image

Implementational Details

  1. MLP
  2. Loss

Experimentations

Layers Neruons Iterations Weighted Point Loss Results
6 128 5k No image
6 128 10k No image
6 256 5k No image
6 128 10k Yes image
6 128 10k Yes image
7 128 5k No image
7 128 10k No image
7 256 10k Yes image
8 128 5k No image
8 256 10k No image

3. VolSDF (30 pts)

python -m a4.main --config-name=volsdf

Alpha

image

Beta

image