| .gitignore | ||
| boldness_darkside.py | ||
| dark_light_preference.py | ||
| feeder_positions.py | ||
| image_marker.py | ||
| README.md | ||
| setup_config.py | ||
| speed.py | ||
| test.py | ||
| tracking_result.py | ||
Tracking tools
Small collection of tools that should help to work with the tracking data.
Contents
- image_marker.py Tool to set markers in an image, respectively a single frame of a movie.
- tracking_result.py defines a small class easing the handling of DeepLabCut h5 files containing the tracking results.
- 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