thank you for the project, but when i run the code
python NB_nontarget_test_semseg.py --data_path <data_path>
that is
python NB_nontarget_test_semseg.py --data_path data/s3dis
i get the following error
File "NB_nontarget_test_semseg.py", line 300, in
main(args)
File "NB_nontarget_test_semseg.py", line 102, in main
model_name = os.listdir(expereiment_dir+'/logs')[0].split('.')[0]
IndexError: list index out of range
in my
/data/s3dis
i have
Stanford3dDataset_v1.2_Aligned_Version
and inside has
Area_1 Area_2 until Area_6
please advise. thank you