SoftGroup icon indicating copy to clipboard operation
SoftGroup copied to clipboard

questiones about preprocessing s3dis datasets

Open tshooting opened this issue 2 years ago • 1 comments

when I try to process s3dis datasets, there is an error:

Processing: Area_3 Traceback (most recent call last): File "prepare_data_inst.py", line 165, in room_label) = read_s3dis_format(area_id, room_name, data_root) File "prepare_data_inst.py", line 66, in read_s3dis_format xyz = np.ascontiguousarray(room_ver[:, 0:3], dtype='float32') ValueError: could not convert string to float: '-9.1\x160'

Can you tell me how to solve this problem? Or could you share the prepared S3DIS dataset?

tshooting avatar Aug 20 '22 13:08 tshooting

Please check #51

thangvubk avatar Aug 22 '22 05:08 thangvubk