- Jan 31, 2023
-
-
- Dec 26, 2022
-
-
Saved midterm data output into a backup folder, for later examination.
-
Saved debug prints for vid13 to vid20 as txt file
-
Added comments in PEP8 style to midterm submission codebase. Renamed and backed up old script contents before changes.
-
- Dec 13, 2022
-
-
Split up MFCC array into files holding each row... That correspond to their own individual frames...
-
Added debug print() statements for fps, framerate and length Temporarily changed MFCC output to .txt file for debugging purposes
-
Unfinished, needs further testing and evaluation / understanding
-
-
Added MFCC code to codebase as audio_processing() function Improved debug print() output Removed vid_num argument from frame_processing() function
-
- Dec 12, 2022
-
-
Will later be integrated into the existing codebase
-
Cleaned up print() debugging code Added separate print() statements to delineate between video processing and frame processing stages
-
-
Added .gitignore file for output "/data" folder
-
Re-ordered code to crop the face region after facial alignment is performed, instead of before. Renamed test scripts Added output folders to compare results
-
- Includes test scripts from previous stages of development - Includes binaries of dataset (.wav and .mp4 files)
-
-