DirtyHarryLYL / DJ-RN

As a part of HAKE project (HAKE-3D). Code for our CVPR2020 paper "Detailed 2D-3D Joint Representation for Human-Object Interaction".
Apache License 2.0
100 stars 13 forks source link

There is not the folder HICO_train2015_00000149 in spatial_configuration_Neg folder #35

Closed mary-arch closed 3 years ago

mary-arch commented 3 years ago

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!!