- remember to use 3 characters long extensions for files
- load video in video folder
- load tag file with same name of the video in the tag folder with extention .tag
- run the following command in the terminal from project's main folder
python detect_blinks.py --shape-predictor shapre_predictor_68_face_landmarks.dat --video video\video_name.mp4
- verify integrity of the output in raw_data folder
- run the following command in the terminal from project's main folder
python preproc_svm.py --data raw_data\video_name.csv
- run the following command instead to use the normalized preprocessor
python preproc_svm_normalizzato.py --data raw_data\video_name.csv