Skip to content

Classify sports images into one of 6 classes using Deep Convolutional Neural Networks in Tensorflow

Notifications You must be signed in to change notification settings

yosefahab/sports_classification

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

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.

About

Classify sports images into one of 6 classes using Deep Convolutional Neural Networks in Tensorflow

Resources

Stars

Watchers

Forks

Packages

No packages published