autonomousvision / occupancy_networks

This repository contains the code for the paper "Occupancy Networks - Learning 3D Reconstruction in Function Space"
https://avg.is.tuebingen.mpg.de/publications/occupancy-networks
MIT License
1.48k stars 291 forks source link

unconditional models / optimizer #87

Open albertotono opened 3 years ago

albertotono commented 3 years ago

I was not able to find in the paper what these unconditional models could be used for.

Also regarding the optimizer, I saw that you tried Adam and SGD, were you able to try AdaBound as well?!