- Batch size — 16
- Optimizer — Adam
- Learning rate — 0.001
- number of epochs — 8
To train the model, download the dataset from https://github.com/StephenMilborrow/muct and move all the images from the five folders into the same folder named "images" in the project root. Also, move the "muct76-opencv.csv" file to the project folder as well. The image resizing can be done using resize_images() function in utils.py
PS: The pretrained weights can be found at: https://drive.google.com/file/d/1aEZX1TzmLlsHuN6vLe3neRxlp9_f6486/view?usp=sharing
The results by testing with this dataset could not be shown due to privacy agreement. Results on other dataset will be added later on.