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

Own dataset training(unconditional models) #39

Closed JUN-TSUZUKI closed 4 years ago

JUN-TSUZUKI commented 4 years ago

I want to train using own dataset. I execute sample_mesh.py, after I get watertight meshes. So, I get pointclouds, voxels, occupancies.

After that, I execute train.py but i found following error.

Error occured when loading field points of model 〇〇 or Error occured when loading field voxels of model 〇〇

I think that pointclouds and voxels can't be made exactly. Please tell me anything solution.

(ShapeNet model can be train)

zhaoyuanyuan2011 commented 2 years ago

Hi, just wondering have you solved the issue?