-
Notifications
You must be signed in to change notification settings - Fork 4
Intermediate Presentation
Josef Kamysek edited this page Mar 1, 2021
·
5 revisions
- Get DeepSDF code running and set a baseline.
- Adjust DeepSDF code to get a new network as mentioned in the DeepLS paper.
- Train the DeepLS network and get similar results as mentioned in the paper.
- Evaluate the DeepLS results and compare them with DeepSDF.
- Network with an AutoDecoder that learns Signed Distance Function representation for a class of shapes.
- Architecture:
- 8 fully-connected layers with Dropouts and ReLus
- Last layer tanh
- Replaces globally learned Signed Distance Function with set of locally learned Signed Distance Functions.
- Architecture:
- 4 fully-connected layers with leaky ReLUs
- Last layer tanh
- Setup of preprocessing step
- Size of Pytorch Embedding
- Correct implementation of Batching