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.5k stars 292 forks source link

Visualizing mesh and occupancy points #9

Closed nicolasugrinovic closed 5 years ago

nicolasugrinovic commented 5 years ago

Hi, thank you for sharing your code. Is there code in this repository to visualize a mesh along its predicted occupancy points? If not, could you point me how to get a visualization like this in your presentation video? Selection_259

LMescheder commented 5 years ago

Hi @nicolasugrinovic, we use blender for this. We have an internal tool (not open sourced) which simplifies the rendering steps a little bit, but if you know the blender python API this should also be fairly straightforward to achieve directly in blender.