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

Scale of the model #23

Closed rozentill closed 4 years ago

rozentill commented 4 years ago

Hi there,

Thanks for releasing the codes, it is an amazing work! I have tried to do shape completion on point cloud sampled from original shapenet models. It seems my data is not in the same scale as your data. Did you rescale the shapenet model? If so, can you provide the scale value? And for point cloud completion, does it matter a lot for the scale(I guess so) and the view?

Thanks, Ryan

LMescheder commented 4 years ago

Hi @rozentill, yes, we rescaled all ShapeNet models to the unit bounding box (i.e. maximum length of bounding box is 1). Please see the paper + supplementary for details.

rozentill commented 4 years ago

Got it, it works much better now. Thanks!