Go to file
2021-01-21 09:22:10 +01:00
.gitignore add gitignore 2020-12-19 18:36:46 +01:00
boldness_darkside.py some files 2021-01-21 08:36:35 +01:00
dark_light_preference.py some files 2021-01-21 08:36:35 +01:00
feeder_positions.py some files 2021-01-21 08:36:35 +01:00
image_marker.py several steps later 2021-01-21 08:33:02 +01:00
README.md add readme 2020-12-19 18:12:18 +01:00
setup_config.py [setup_config] docstrings, rounding of positions, data_frame output 2021-01-21 09:22:10 +01:00
speed.py some files 2021-01-21 08:36:35 +01:00
test.py several steps later 2021-01-21 08:33:02 +01:00
tracking_result.py several steps later 2021-01-21 08:33:02 +01:00

Tracking tools

Small collection of tools that should help to work with the tracking data.

Contents

  1. image_marker.py Tool to set markers in an image, respectively a single frame of a movie.
  2. tracking_result.py defines a small class easing the handling of DeepLabCut h5 files containing the tracking results.
  3. test.py scirpt to demonstrate using the aforementioned files/classes.

Requirements

  • Open CV - for opening movies (to install pip3 install opencv-python-headless)
  • pandas - For reading the h5 files dumped by DeepLabCut (pip3 install pandas)
  • matplotlib - For plotting