charlesq34 / pointnet

PointNet: Deep Learning on Point Sets for 3D Classification and Segmentation
Other
4.82k stars 1.46k forks source link

error when i run python gen_indoor3d_h5.py #29

Closed wxyz-lang closed 7 years ago

wxyz-lang commented 7 years ago

my python version is 2.7, when I run the command :python gen_indoor3d_h5.py to test the sem_segmention, it occurs error as follows:

screenshot from 2017-07-21 18-29-19

adrianloy commented 7 years ago

I had the same error when trying to apply the semantic segmentation part on own data. The reason for it was that multiple files with the same name from different directories were tried to be packed into the same hd5 file. Renaming the files with duplicate names solved the issue for me.

wxyz-lang commented 7 years ago

@adrianloy

It's helpful! Thank you very much!