Steps for running detection on existing tracking data CSV:
- Copy the repository locally
- Create an Anaconda environment (https://www.anaconda.com/products/distribution) from the included
.yaml - Run
Circling_BoxAngle.pyeither:- From the Anaconda prompt, type
python Circling_BoxAngle.pyafter navigating to within the PathAnalysis folder - Using one of the development environments that can be downloaded from the Anaconda Navigator (e.g. Spyder)
- If the CSV was generated by a tracking method other than DeepLabCut, note that it (or a copy of it) should be modified to place the snout keypoint (x,y) coordinates in columns 2 & 3 and the tail keypoint (x,y) coordinates in columns 5 & 6.
- From the Anaconda prompt, type