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

Mark Voxels Speedup #57

Open dahliau opened 4 years ago

dahliau commented 4 years ago

Hi, I saw the timing table #11, and I wonder, do you know (remember?) the speedup of using the subdivide procedure?

I'll explain my question: Are these results are for resolution=256^3? If so, what is the time difference between eval all 256^3 points vs. only points that are inside mark voxels? Thanks in advance!