You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, I'm really interested in this project, and I am not really all that familiar with Matlab so please bear with me. I suppose I should run the build_gesture_classifier script, but when I tried to run it I encounter several problems. First there's no saved_anno.mat which I assume it's the annotation.xlsx converted to mat files, is this correct? Next there's the k-fold experiment part where there's no example of trainVideo.txt or testVideo.txt provided, I tried running it with my own generated trainVideo.txt and testVideo.txt which only contains the video names of the data. But then I ran into a problem during this line
which generate undefined variable fea_dict, can someone help me please? Or is fea_dict supposed to be in saved_anno.mat which is not included in the repository?
The text was updated successfully, but these errors were encountered:
Hello, I'm really interested in this project, and I am not really all that familiar with Matlab so please bear with me. I suppose I should run the build_gesture_classifier script, but when I tried to run it I encounter several problems. First there's no saved_anno.mat which I assume it's the annotation.xlsx converted to mat files, is this correct? Next there's the k-fold experiment part where there's no example of trainVideo.txt or testVideo.txt provided, I tried running it with my own generated trainVideo.txt and testVideo.txt which only contains the video names of the data. But then I ran into a problem during this line
eval(sprintf('lab_vec(i)=str2num(fea_dict.%s(%d));',name,ges_i));
which generate undefined variable fea_dict, can someone help me please? Or is fea_dict supposed to be in saved_anno.mat which is not included in the repository?
The text was updated successfully, but these errors were encountered: