https://github.com/deeplabcut/dlcutils
Various scripts to support deeplabcut and what to do afterwards!
https://github.com/deeplabcut/dlcutils
behavior-analysis clustering-algorithm deeplabcut
Last synced: about 1 month ago
JSON representation
Various scripts to support deeplabcut and what to do afterwards!
- Host: GitHub
- URL: https://github.com/deeplabcut/dlcutils
- Owner: DeepLabCut
- Created: 2018-10-31T00:45:05.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2023-10-26T10:07:47.000Z (about 2 years ago)
- Last Synced: 2025-03-31T14:13:30.362Z (8 months ago)
- Topics: behavior-analysis, clustering-algorithm, deeplabcut
- Language: Jupyter Notebook
- Homepage:
- Size: 1.81 MB
- Stars: 153
- Watchers: 14
- Forks: 68
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
[](https://forum.image.sc/tags/deeplabcut)
[](https://badge.fury.io/py/deeplabcut)
[](https://pypistats.org/packages/deeplabcut)
[](https://github.com/AlexEMG/DeepLabCut)
# DeepLabCut-Utils 
This repository contains various scripts as well as links to other packages related to [DeepLabCut](https://github.com/AlexEMG/DeepLabCut). Feel free to contribute your own analysis methods, and perhaps some short notebook of how to use it. Thanks!
# Example scripts for scaling up your DLC analysis & training:
These two scripts illustrate how to train, test, and analyze videos for multiple projects automatically (scale_raining_and_evaluation.py) and how to analyze videos that are organized in subfolders automatically (scale_analysis_oversubfolders.py). Feel free to adjust them for your needs!
code: https://github.com/DeepLabCut/DLCutils/tree/master/SCALE_YOUR_ANALYSIS/scale_analysis_oversubfolders.py
code: https://github.com/DeepLabCut/DLCutils/blob/master/SCALE_YOUR_ANALYSIS/scale_training_and_evaluation.py
Contributed by [Alexander Mathis](https://github.com/AlexEMG)
# Using your DLC outputs, loading, simple ROI analysis, visualization examples:
## Time spent of a body part in a particular region of interest (ROI)
You can compute time spent in particular ROIs in frames. This demo Jupyer Notebook shows you how to load the outputs of DLC and perform the analysis (plus other plotting functions):
code: https://github.com/DeepLabCut/DLCutils/blob/master/Demo_loadandanalyzeDLCdata.ipynb
code: https://github.com/DeepLabCut/DLCutils/blob/master/time_in_each_roi.py
Contributed by [Federico Claudi](https://github.com/FedeClaudi) and Jupyter Notebok from [Alexander Mathis](https://github.com/AlexEMG)
## DeepLabCut-Display GUI
Open and view data to understand pose estimation errors and trends. Filter data by likelihood threshold.
code: https://github.com/jakeshirey/DeepLabCut-Display
Contributed by [Jacob Shirey](https://github.com/jakeshirey)
## A GUI based ROI tool for time spent of a body part in a defined region of interest
code: https://github.com/PolarBean/DLC_ROI_tool
Contributed by [Harry Carey](https://github.com/PolarBean)
## Linear Transformation and Scaling of DLC output data (transform_and_scale)
This package is designed for anyone who wants to know where a tracked marker is within a reference frame (i.e. behavioral context). DeepLabCut outputs coordinates in relation to the field of view of the recorded video. With this tool, these coordinates can be linearly transformed and scaled to the reference frame of the behavioral context, meaning that the output coordinates are distances [cm] to a corner of the behavioral context, instead of distances [px] to a corner of the video field of view.
code: https://github.com/DeepLabCut/DLCutils/tree/master/transform_and_scale/
tutorial: https://github.com/DeepLabCut/DLCutils/tree/master/transform_and_scale/transform_and_scale_tutorial.ipynb
Contributed by [Michael Schellenberger](https://github.com/MSchellenberger)
# Clustering tools (using the output of DLC):
## Identifying Behavioral Structure from Deep Variational Embeddings of Animal Motion
paper: https://www.biorxiv.org/content/10.1101/2020.05.14.095430
code: https://github.com/LINCellularNeuroscience/VAME
## Behavior clustering with MotionMapper
- (adpated from https://github.com/gordonberman/MotionMapper)
code: https://github.com/DeepLabCut/DLCutils/tree/master/DLC_2_MotionMapper
Contributed by [Mackenzie Mathis](https://github.com/MMathisLab)
## Behavior clustering with B-SOiD
B-SOiD: An Open Source Unsupervised Algorithm for Discovery of Spontaneous Behaviors <-- you can use the outputs of DLC to feed directly into B-SOiD (in MATLAB).
paper: https://www.biorxiv.org/content/10.1101/770271v1.abstract
code: https://github.com/YttriLab/B-SOiD
# Machine-learning helper packages (using the output of DLC):
## Behavior analysis with machine-learning in R (ETH-DLCAnalyzer)
Deep learning based behavioral analysis enables high precision rodent tracking and is capable of outperforming commercial solutions. Oliver Sturman, Lukas von Ziegler, Christa Schläppi, Furkan Akyol, Benjamin Grewe, Johannes Bohacek
paper: https://www.biorxiv.org/content/10.1101/2020.01.21.913624v1
code: https://github.com/ETHZ-INS/DLCAnalyzer
## Behavior Analysis with machine learning classifiers (SIMBA)
A pipeline for using pose estimation (i.e. DeepLabCut) then behavioral annotatation and generatation of supervised machine-learning-based classifiers. <-- you can use the outputs of DLC to feed directly into SIMBA (in Python).
Code written by: [Simon Nilsson](https://github.com/sronilsson) (please direct use questions to Simon).
paper: https://www.biorxiv.org/content/10.1101/2020.04.19.049452v2
code: https://github.com/sgoldenlab/simba
# 3D DeepLabCut helper packages:
## A wrapper package for DeepLabCut2.0 for 3D videos (anipose)
code: https://github.com/lambdaloop/anipose
maintainer: [Pierre Karashchuk](https://github.com/lambdaloop)
## 3D reconstruction with EasyWand/Argus DLT system with DeepLabCut data:
Written by [Brandon Jackson](https://github.com/haliaetus13), post our DLC workshop in Jan 2020:
A small set of utilities that allow conversion between the data storage formats of DeepLabCut (DLC) and one of the DLT-based 3D tracking systems: either Ty Hedrick's DigitizingTools in MATLAB, or the Python-based Argus. These functions should allow you to use data previously digitized in a DLT system to create the files needed to train a DLC model, and to import DLC-tracked points back into a DLT 3D calibration to reconstruct 3D points.
code: https://github.com/haliaetus13/DLCconverterDLT
## Pupil Tracking
- From Tom Vaissie - tvaissie@scripps.edu
- Please see the README.txt file https://github.com/DeepLabCut/DLCutils/tree/master/pupilTracking for details; this code makes the video in case study 7 http://www.mousemotorlab.org/deeplabcut/.
## Using DeepLabCut for USB-CGPIO feedback
paper: https://www.biorxiv.org/content/early/2018/11/28/482349
code: https://github.com/bf777/DeepCutRealTime
maintainer: [Brandon Forys](https://github.com/bf777)
## LEGACY utility functions (no longer required in DLC 2+):
## DLC1 to DLC 2 conversion code
This code allows you to import the labeled data from DLC 1 to DLC 2 projects. Note, it is not streamlined and should be used with care.
https://github.com/DeepLabCut/DLCutils/tree/master/conversion_scripts_LEGACY
Contributed by [Alexander Mathis](https://github.com/AlexEMG)
## Running project created on Windows on Colaboratory
#UPDATE: as of Deeplabcut 2.0.4 onwards you no longer need to use this code! You can simply create the training set on the cloud and it will automatically convert your project for you.
- This solves a path problem when creating a project and annotating data on Windows (see https://github.com/AlexEMG/DeepLabCut/issues/172). This functionality will be included in
a later version of DLC 2 (DONE!)
https://github.com/DeepLabCut/DLCutils/tree/master/conversion_scripts_LEGACY
*Usage:* change in lines 70 and 71 of https://github.com/DeepLabCut/DLCutils/tree/master/conversion_scripts_LEGACY/convertWin2Unix.py
```basepath='/content/drive/My Drive/DeepLabCut/examples/'```
```projectname='Reaching-Mackenzie-2018-08-30'```
then run this script on colaboratory after uploading your labeled data to the drive. Thereby it will be converted
to unix format, then create a training set (with deeplabcut) and proceed as usual...
Contributed by [Alexander Mathis](https://github.com/AlexEMG)
Please direct inquires to the **contributors/code-maintainers of that code**. Note that the software(s) are provided "as is", without warranty of any kind, express or implied.