Skip to content

Instantly share code, notes, and snippets.

@erjel
Last active February 21, 2022 12:17
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save erjel/0e8793e257f7e81fca29681ddb7ef39b to your computer and use it in GitHub Desktop.
Save erjel/0e8793e257f7e81fca29681ddb7ef39b to your computer and use it in GitHub Desktop.
All in one conda requirements for deeplabcut 2.2.0.6.
# To install deeplabcut 2.2.0.6 run:
# wget https://gist.githubusercontent.com/erjel/0e8793e257f7e81fca29681ddb7ef39b/raw -O deeplabcut_2.2.0.6_env.yaml
# conda env create -n deeplabcut -f deeplabcut_2.2.0.6_env.yaml
# conda activate deeplabcut
# pip install deeplabcut==2.2.0.6 --no-deps
channels:
- defaults
dependencies:
- python=3.8
- pip
- jupyter
- nb_conda
- ffmpeg
- tensorflow-gpu
- libgcc
- pip:
- filterpy
- ruamel.yaml>=0.15.0
- intel-openmp
- imgaug==0.4.0
- numba>=0.54.0
- matplotlib
- networkx>=2.6
- numpy>=1.18.5
- pandas>=1.0.1
- pyyaml
- scikit-image>=0.17,<=0.18.1
- scikit-learn>=1.0
- scipy>=1.4
- statsmodels>=0.11,<=0.13.1
- tables==3.7.0
- tensorpack==0.11
- tf_slim==1.1.0
- tqdm
- Pillow>=7.1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment