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

Infer mesh from Voxels #83

Open alakhag opened 3 years ago

alakhag commented 3 years ago

I have voxels with their occupancy values, i.e. numpy matrix of 0/1 in XYZ grid. Do I have to train the Occupancy Network for one voxel grid, or can I infer it as mentioned in the paper using MultiSurface IsoExtraction with the code and pre-trained model provided? To infer, how should I proceed, and do I have to download the entire dataset of 73GB?