dlinzhao / JSNet

JSNet: Joint Instance and Semantic Segmentation of 3D Point Clouds, AAAI2020
MIT License
103 stars 17 forks source link

FileNotFoundError: [Errno 2] No such file or directory: 'data/train_hdf5_file_list_woArea5.txt' #17

Open PengboLi1998 opened 2 years ago

PengboLi1998 commented 2 years ago

Why relative paths cannot be used?

dlinzhao commented 2 years ago

@PengboLi1998 You should preprocess the data first.

python utils/s3dis_utils/collect_indoor3d_data.py
python utils/s3dis_utils/s3dis_gen_h5.py
cd data && python generate_input_list.py && python generate_train_test_list.py
cd ..