ValueError: Wrong number of columns at line 180389
djshu opened this issue · 0 comments
djshu commented
When I process the S3DIS dataset by numpy.loadtxt, I got the error: ValueError: Wrong number of columns at line 180389,after debug, I found it's probably due to little problem in Stanford3dDataset_v1.2_Aligned_Version/Area_5/hallway_6/Annotations/ceiling_1.txt
Some content of ceiling_1.txt is presented below by the command 'nl ceiling_1.txt | grep -a -C 1 180389'
180388 22.359 6.835 3.050 152 152 162
180389 22.350 6.692 3.048 185187 182
180390 22.314 6.638 3.048 170 171 175
so we can add space between 185 and 187