DeepLabCut
DeepLabCut is an open source Python package for markerless pose estimation of animals performing various tasks.
Version | modulename |
---|---|
2.2.0.6 | anaconda3/2020.07 + conda/dlc |
Installing DeepLabCut in your directories
DeepLabCut is an efficient method for 2D and 3D markerless pose estimation based on transfer learning with deep neural networks that achieves excellent results (i.e. you can match human labeling accuracy) with minimal training data (typically 50-200 frames). We have noticed that during the training phase, DeepLabCut tries to write data to system directories that is not permitted. For this reason, we recommend users to install DeepLabCut in their home directories. Please execute the steps as follows so that we can create an Open OnDemand Virtual Desktop application that will launch DeepLabCut for all users.
module load anaconda3
mkdir -p ${HOME}/<pi's username>_proj/${USER}/condaenv
ln -s ${HOME}/<pi's username>_proj/${USER}/condaenv ${HOME}/condaenv
conda env create --prefix ${HOME}/condaenv/dlc -f /share/Apps/usr/etc/dlc.yml
Open OnDemand Application
For more information, visit http://www.mackenziemathislab.org/deeplabcut