autonomousvision / occupancy_networks

This repository contains the code for the paper "Occupancy Networks - Learning 3D Reconstruction in Function Space"

Home Page:https://avg.is.tuebingen.mpg.de/publications/occupancy-networks

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Infer mesh from Voxels

alakhag opened this issue · comments

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?