Project website: https://asankagp.github.io/mod20/
-
Download the FLOW and RGB data here (5GB), and extract all ".mat" files to "data" folder.
-
Run "demo_krp_mod20.m".
-
This code requires liblinear 2.30 and libsvm 3.14. They are included in ".\tools\svm".
-
This code was tested with MATLAB R2018b and Windows 10. If you are using Linux, for the classification part, change the libsvm path to corresponding ".mexa64" files. Default path is for Windows files: "svmtrain.mexw64" and "svmpredict.mexw64".
-
If you want to extract images from the videos, use "vid_to_frames.m" file. The default image size is 224x224 and the format is ".png". The complete image dataset takes 38GB of space.