Wednesday, February 19, 2020

Whale identification (CNN)


Whale identification (CNN)

1.     we are challenged to build an algorithm to identify individual whales in images.
2.     we need to analyse Happywhale’s database of over 25,000 images, gathered from research institutions and public contributors.
3.     This training data contains thousands of images of humpback whale flukes. Individual whales have been identified by researchers and given an Id.
4.     Used Pytorch framework to build CNN model. Built 2 layered NN with BatchNormalization.

 

      GitHub:


No comments:

Post a Comment

Image noise comparison methods

 1. using reference image technique     - peak_signal_noise_ratio (PSNR)     - SSI 2. non-reference image technique     - BRISQUE python pac...