Pointnet_Pointnet2_pytorch
Pointnet_Pointnet2_pytorch copied to clipboard
How to preprocess the s3dis data
Hi Xu Yan, In your github repo for semantic segmentation, how to preprocess the S3DIS data because when i used collecct_indoor3d_data.py nothing is saved in stanford_indoor3d. Can you please resolve this issue.
Is your data set saved like this? /Pointnet_Pointnet2_pytorch -/data -/shapenetcore_partanno_segmentation_benchmark_v0_normal -/02691156 -/02773838 ... -/train_test_split -/synsetoffset2category.txt
用命令框去操作。。。
are you running this code in windows system? add "anno_path = anno_path.replace('\','/')" before "elements = anno_path.split('/')" in collect_indoor3d_data.py line 20