Open jjiwon-kim opened 1 year ago
Hi,
You can try to change the 274th line and the 276th line in train_nsp_wo.py into: semantic_maps_name_train = sorted(os.listdir(semantic_path_train)) semantic_maps_name_test = sorted(os.listdir(semantic_path_test)). This might be because It is different to read files for different computers or IDEs.
Whenever I try running train_nsp_w.py and train_nsp_wo.py, the following error shows up and I cannot continue training the model. Is it only me who gets this [out of index] error? And could you help me resolve this issue and actually make use of this model? I would much appreciate your help, thank you a lot in advance!
cf. In order to make sure that this is not a version issue, I set up my environment same as you, in terms of cuda, pytorch, and python version.