Skip to content
Snippets Groups Projects

Feat/multiobject

Merged Lars Benedikt Kaesberg requested to merge feat/multiobject into master
9 files
+ 616
278
Compare changes
  • Side-by-side
  • Inline
Files
9
+ 27
0
# DEEPLABCUT.yaml
#DeepLabCut2.0 Toolbox (deeplabcut.org)
#© A. & M. Mathis Labs
#https://github.com/DeepLabCut/DeepLabCut
#Please see AUTHORS for contributors.
#https://github.com/DeepLabCut/DeepLabCut/blob/master/AUTHORS
#Licensed under GNU Lesser General Public License v3.0
#
# DeepLabCut environment
# FIRST: INSTALL CORRECT DRIVER for GPU, see https://stackoverflow.com/questions/30820513/what-is-the-correct-version-of-cuda-for-my-nvidia-driver/30820690
#
# install: conda env create -f DEEPLABCUT.yaml
# update: conda env update -f DEEPLABCUT.yaml
name: DEEPLABCUT
channels:
- conda-forge
- defaults
dependencies:
- python=3.8
- pip
- jupyter
- nb_conda
- ffmpeg
- pip:
- "deeplabcut[gui]"
\ No newline at end of file
Loading