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

dataset #13

Closed xiayizhan2017 closed 5 years ago

xiayizhan2017 commented 5 years ago

hi, I preprocessed the data set according to your instructions, but found that some of the samples after processing had no point cloud. It is found that the original data set of shapenet is missing point cloud itself. How do you deal with these errors? Did you remove them directly from the train.1st file? Thanks in advance!

LMescheder commented 5 years ago

This is strange. Maybe an error occurred during preprocessing? I think the training code should automatically skip empty examples.

xiayizhan2017 commented 5 years ago

Thank!