DirtyHarryLYL / Transferable-Interactiveness-Network

Code for Transferable Interactiveness Knowledge for Human-Object Interaction Detection. (CVPR'19, TPAMI'21)
MIT License
227 stars 41 forks source link

Error using Generate_detection>(parfor body) (line 19). please #26

Closed njuhuxw closed 5 years ago

njuhuxw commented 5 years ago

Error using Generate_detection>(parfor body) (line 19) Unable to read file '/home/magus/huxw-workspace/Transferable-Interactiveness-Network/-Results/TIN_HICONIS_thres_x0.1_y0.9/detections_14.mat'. No such file or directory.

Error in Generate_detection (line 17) parfor obj_idx = 1 : 80

HuangOwen commented 5 years ago

In the benchmark test phase, we first convert .pkl file to .mat file. Please check if the .mat file are generated correctly.

njuhuxw commented 5 years ago

can you tell me that: this error is caused by I run the test.py directly of your pre-trained weight?

if I train ,then test, the output is right. can you tell me the reason? please, thank you.

HuangOwen commented 5 years ago

I don't think this error is caused by directly running test on pre-trained weight since we and most users successfully reproduce the results. Please be sure to check the path of the weight, .pkl file and .mat file

njuhuxw commented 5 years ago

Thank you very much, I get it.