pqhieu / jsis3d

[CVPR'19] JSIS3D: Joint Semantic-Instance Segmentation of 3D Point Clouds
https://pqhieu.com/research/cvpr19/
MIT License
175 stars 36 forks source link

KeyError: "Unable to open object (object 'coords' doesn't exist)" #15

Closed longmalongma closed 4 years ago

longmalongma commented 4 years ago

Hello,I meet a problem, KeyError: "Unable to open object (object 'coords' doesn't exist)"

my dataset path is that: JSIS3D/data/s3dis/h5/*.h5. can you tell me how to solve this problem?looking forward to your reply.

pqhieu commented 4 years ago

Please make sure that your data is not corrupted. In addition, you can modify the loaders/s3dis.py file to see which file is causing the problem.

longmalongma commented 4 years ago

Please make sure that your data is not corrupted. In addition, you can modify the loaders/s3dis.py file to see which file is causing the problem.

I see,thanks for your reply.

bukeyan4318 commented 2 years ago

@longmalongma hello,I have the same problem as you. How did you solve it? We look forward to your reply. Thank you in advance.