/TrackingAnalyze

Behavioral analysis through object detection and tracking

Primary LanguagePythonMIT LicenseMIT

TrackingAnalyze

Tool for animal tracking and analysis.

Demo

Video Playback and Tracking

Manual correction

  • Combine two trackers
  • Split tracker

Instance analysis

Plot:

  • Speed
  • Trajectory

Region of Interest analysis

Export to table:

  • Count how many times each instance enters each region of interest.
  • Total time each instance spent inside each region of interest.

Build

conda install pyqt=5
pyrcc5 -o libs/resources.py resources.qrc
python labelImg.py

Credit