tomas yu
tomas yu
Hey bro! i met the same error too as you, do you solve it?
Hello bro, have you run the code on the JAAD dataset, i think the JAAD dataset needs to be processed and saved as .npy file, but the author of this...
When i run this code,i also meet this error that "too many indices for array" of the code "d['acts'] = d['acts'][:, 0, :]", so i think there may be some...
At first thank for your reply sincerely, and i'm sure that i used the model of the path that 'data/models/..../.pkl'. And after running the new script that you added,it pop...
Hi I try your new script using the JAAD datasets,This is my running code: import os from sf_gru import SFGRU from pie_data import PIE from jaad_data import JAAD data_opts ={'fstride':...
Hi And how to solve the error 'KeyError: 'images'' from the code "if k in set_poses[set_id][vid_id].keys():" ,and the position of this code is at the 236 line of the sf_action.py....
Hi Thank you very much , i try it again and train the model,after that, the code is running succesfully.