Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
E
EasyPose
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Package Registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
6DPoseEstimation
EasyPose
Merge requests
!6
Feat/multiobject
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Feat/multiobject
feat/multiobject
into
master
Overview
0
Commits
6
Changes
9
Merged
Lars Benedikt Kaesberg
requested to merge
feat/multiobject
into
master
2 years ago
Overview
0
Commits
6
Changes
9
Expand
0
0
Merge request reports
Compare
master
master (base)
and
latest version
latest version
4362c33d
6 commits,
2 years ago
9 files
+
616
−
278
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
9
Search (e.g. *.vue) (Ctrl+P)
conda_env/DEEPLABCUT.yaml
0 → 100644
+
27
−
0
Options
# 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