Skip to content
Permalink
main
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Go to file
 
 
Cannot retrieve contributors at this time

524_MiniProject

Unzipping.ipynb

The data was uploaded as a zipfile and this code was used to extract it.

Splitting.ipynb

This file was used to split the dataset into Train/Valid/Test.

Sorting.ipynb

This code was used to sort images into directories corresponding to their category.

Training.ipynb and Training_With_FaceCropping.ipynb

These files were used to train the model. One was trained with face cropping and one without.

Testing.ipynb

This code was used to test the accuracy of the models on their corresponding Test dataset (the one extracted from 'train')

Submitting.ipynb

This code uses the trained model to predict the labels of the test datset and create the appropriate submission file. Note that Training still has code related to facial cropping but this was not ulrimately used.