Skip to content

In this project we are going to utililse deep learning techniques to work on Dolphin Images , This project was used by SKLMP Lab, City University of Hong Kong for Dolphin Image Diagnostic purposes.

Notifications You must be signed in to change notification settings

Yega-Noragami/Final-Year-Project-Deep-Learning

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Final-Year-Project-Deep-Learning

AIM

The State Key Laboratory for Marine Population in City University of Hong Kong is working on a special project to preserve Chinese white dolphins.They are applying image diagnostic techniques to find out the health condition of Dolphins. Data is collected with frequent boat trips along the coastal line of Hong Kong every month. Each Dolphin sighting trip contains thousands of images out of which only few are worthy of diagnostic purposes. The aim of my project is to automate the process of manual image processing

alt text

This project consists of implementation of various deep learning methods which are used for image diagnostic purposes.

Classification of Dolphin images

  • Classify images of dolphin based on grades
  • important preprocessing step to remove redundant images

Detection and Cropping

  • Trained variety of models , including Resnet , Faster-RCNN , Scaled YOLOv4 model
  • Faster-RCNN to crop images of dolphin to reduce dataset size. This mehtod also helps us deal with the issue with multiple dolphins in a picure.

Custering of visually similar images

  • The goal of this program is to cluster images based on visual simmilarity.
  • We have used t-SNE dimention reduction mehtods to reduce dataset size.
  • To perform unsupervised clustering, you can use K-means or HDBSCAN to form clusters
TO Get saved models you can contact me at manishdhal2017@gmail.com

About

In this project we are going to utililse deep learning techniques to work on Dolphin Images , This project was used by SKLMP Lab, City University of Hong Kong for Dolphin Image Diagnostic purposes.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages