DeepLabCut - gkgkgk1215/else GitHub Wiki

Official webpage

GitHub

DeepLabCut is compatible with Python 3.7 !!

  1. Install Anaconda, NVIDIA driver, CUDA
  2. clone repo
git clone https://github.com/DeepLabCut/DeepLabCut.git
  1. create conda environments
cd ~/pycharmprojects/DeepLabCut/codna-environments/
conda env create -f DLC-CPU.yaml
or
conda env create -f DLC-GPU.yaml
  1. test with DLC GUI
import deeplabcut
deeplabcut.launch_dlc()