Skip to content

A Multiple Object Tracking problem with Drosophilla. Conducted as part of my Bioinformatics MSc in Collaboration with Imperial's Gilestro Laboratory

Notifications You must be signed in to change notification settings

KILBAHA/Improving_Multiple_Drosophilla_Tracking_With_Deep_Learning

Repository files navigation

Improving Multiple Drosophilla Tracking with Convolutional Neural Networks

A computer vision project conducted in conjunction with Imperial's Gillestro Laboratory during my Bioinformatics MSc. The aim was to detect and track multiple fruit flies in footage from behavioural experiments. There had been prevous attempts by the lab to utilise the Viola-Jones object detection framework, but this lead to inconsistent detection that often underpredicted the number of flies. I improved this by employing two CNN frameworks - YOLO (Darknet) & Faster R-CNN (PyTorch & Detectron 2).

The web-report for this project can be found at: https://improving-object-tracking-using-deep-le.webflow.io/

How to use this Repo:

Viola-Jones

The Scripts for the Viola Jones Object Detection method can be found in the "Haar" Directory. To utilise this, you will need the following dependencies:

  1. OpenCV
  2. The Ethoscope Development Branch from https://github.com/gilestrolab/ethoscope

CNN Methods

The Collab Notebooks for Faster R-CNN & YOLO can be found below:

Faster R-CNN detection + Tracking: Open In Colab

YOLO detection: Open In Colab

DeepSORT with YOLO weights: Open In Colab

These are entirely self contained and run straight out of the box.

About

A Multiple Object Tracking problem with Drosophilla. Conducted as part of my Bioinformatics MSc in Collaboration with Imperial's Gilestro Laboratory

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages