Skip to content

bjoeris/sea-lions

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Counting Sea Lions

I decided to dive into neural networks by tackling a Kaggle competition. The problem is, given a large aerial image, count the number of sea lions and, more specifically, the number of adult males, sub-adult males, adult females, juveniles and pups. Pups were especially challenging (try to find the 7 pups in this image):

Sea Lions

The basic approach was to train a deep convolutional neural network to approximate a blurred density function for each of the classes of sea lions. The predicted counts are just the sum of this density function over the entire image.

This was implemented in Python using Keras, with some raw TensorFlow to deal with the density function. The neural network used a pre-trained image categorization network, with the final layer removed (Xception seemed to work the best).

This project was a collaboration with Victor Veitch and Geoffrey Scott.

About

Deep Neural Network to count sea lions

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published