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

Question about points_uniform_ratio #116

Open liuzhengzhe opened 1 year ago

liuzhengzhe commented 1 year ago

Thanks for the great work. I have a question, it seems that "points_uniform_ratio=1". In other words, all sampled points are uniformly sampled, and no points are surface sampled. Why is that?

Thanks a lot.