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.49k stars 291 forks source link

how can i train my own dataset? #32

Closed itszash closed 4 years ago

itszash commented 4 years ago

hi i'm working on my university project and for that i have to train my own dataset and get 3d mesh files of my own dataset..my question is how can i do renderings and voxelizations of my own dataset as mentioned in 2nd point of building dataset? will really appreciate if you could reply my question.

LMescheder commented 4 years ago

Take a look at the sample_mesh.py script. For renderings, we used blender. Closing because it is a duplicate #30.