zyayoung / TrackingAnalyze

Behavioral analysis through object detection and tracking

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Behavioral analysis through object detection and tracking

License:MIT License


Languages

Language:Python 96.0%Language:Shell 3.6%Language:Makefile 0.4%