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

Testing model on KITTI dataset #58

Open washburn125 opened 4 years ago

washburn125 commented 4 years ago

Hello, I am trying to perform 3D reconstruction of an image from KITTI dataset (fig. 6 (a) in the article), but using the provided on git pretrained model I got worse results that given in the article. Did you do any additional reprocessing for these real images?(in addition to segmentation) Also it was mentioned in the article that the model was retrained for reconstruction of real images. Where could I find this pretrained model?

Thank you