Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 1.05 KB

README.md

File metadata and controls

17 lines (11 loc) · 1.05 KB

Sports Classification

Classify sports images into one of 6 classes: ["Basketball", "Football", "Rowing", "Swimming", "Tennis", "Yoga"].

you can clone this repo or use google colab

Dataset

Unfortunately the dataset used does not provide ground truth labels for the test set and is small in size. However it suffices to perform general experiments. You can find the dataset here

Models

Experiments have been made with custom models (fcnn1, fcnn2, fcnn3) which are made up of convolution, pooling and dense layers. Implementations of VGG16, and AlexNet

Results

While there are no ground truths available in the used dataset, manual inspection of the results showed that fcnn1 performed the best with the current configurations.