Hello
In run of python script/concat_w2v.py --SMPLX_PATH --GT ./Data/Trainval_GT_HICO_with_idx.pkl --Neg Trainval_Neg_HICO_with_idx.pkl --Test Test_Faster_RCNN_R-50-PFN_2x_HICO_DET_with_idx.pkl, I got following error:
Traceback (most recent call last):
File "script/concat_w2v.py", line 76, in
pc = pickle.load(open(args.SMPLX_PATH + '/spatial_configuration_Neg/HICOtrain2015%08d/%03d_feature.pkl' % (key, i), 'rb'))
FileNotFoundError: [Errno 2] No such file or directory: '/home/spatial_configuration_Neg/HICO_train2015_00000149/000_feature.pkl'
There is not the folder HICO_train2015_00000149 in spatial_configuration_Neg folder but there is in results(pkl files) folder!!
Hello In run of python script/concat_w2v.py --SMPLX_PATH --GT ./Data/Trainval_GT_HICO_with_idx.pkl --Neg Trainval_Neg_HICO_with_idx.pkl --Test Test_Faster_RCNN_R-50-PFN_2x_HICO_DET_with_idx.pkl, I got following error:
Traceback (most recent call last):
File "script/concat_w2v.py", line 76, in
pc = pickle.load(open(args.SMPLX_PATH + '/spatial_configuration_Neg/HICOtrain2015%08d/%03d_feature.pkl' % (key, i), 'rb'))
FileNotFoundError: [Errno 2] No such file or directory: '/home/spatial_configuration_Neg/HICO_train2015_00000149/000_feature.pkl'
There is not the folder HICO_train2015_00000149 in spatial_configuration_Neg folder but there is in results(pkl files) folder!!