Skip to content

Latest commit

 

History

History
44 lines (26 loc) · 657 Bytes

README.md

File metadata and controls

44 lines (26 loc) · 657 Bytes

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