LiyaoTang / contrastBoundary

Contrastive Boundary Learning for Point Cloud Segmentation (CVPR2022)
MIT License
139 stars 11 forks source link

Some problems when I load s3dis dataset #11

Closed yuchenlichuck closed 2 years ago

yuchenlichuck commented 2 years ago

File "/home/liy0r/cvpr/contrastBoundary/tensorflow/models/../datasets/tf_s3dis_dataset.py", line 166, in object_data = np.array([[float(x) for x in line.split()] for line in f]) ValueError: could not convert string to float: '103.0\x100000'

LiyaoTang commented 2 years ago

Yes, that's a small error in S3DIS dataset. You may just manually find that line and delete that character.

ramdrop commented 2 years ago

Quick location: Stanford3dDataset_v1.2/Area_5/office_19/Annotations/ceiling_1.txt: line 323474