Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
AIToolbox
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD 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
bisig daniel - dbisig
AIToolbox
Commits
939f9659
Commit
939f9659
authored
2 months ago
by
bisig daniel - dbisig
Browse files
Options
Downloads
Patches
Plain Diff
fixed broken mmpose installer
parent
0b1262a6
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Installers/mmpose_windows_cuda11.8_install.bat
+8
-11
8 additions, 11 deletions
Installers/mmpose_windows_cuda11.8_install.bat
with
8 additions
and
11 deletions
Installers/mmpose_windows_cuda11.8_install.bat
+
8
−
11
View file @
939f9659
...
@@ -2,7 +2,7 @@ REM Installation Script for UMMPose Conda Environment
...
@@ -2,7 +2,7 @@ REM Installation Script for UMMPose Conda Environment
REM Windows GPU (CUDA 11.8) Version
REM Windows GPU (CUDA 11.8) Version
set
CONDA_PATH
=
C
:\Users\
%USERNAME%
\anaconda3
set
CONDA_PATH
=
C
:\Users\
%USERNAME%
\anaconda3
set
ENV_NAME
=
openmmlab
_test
set
ENV_NAME
=
openmmlab
set
PYTHON_VERSION
=
3
.8
set
PYTHON_VERSION
=
3
.8
call
%CONDA_PATH%
\Scripts\activate.bat
call
%CONDA_PATH%
\Scripts\activate.bat
...
@@ -17,22 +17,19 @@ call conda activate %ENV_NAME%
...
@@ -17,22 +17,19 @@ call conda activate %ENV_NAME%
echo
Install
Packages
echo
Install
Packages
echo
Install
pytorch
echo
Install
pytorch
call
conda
install
pytorch
==
2
.
3.1
torchvision
==
0
.1
8.1
torchaudio
==
2
.
3.1
pytorch
-cuda
=
11
.8
-c
pytorch
-c
nvidia
call
conda
install
pytorch
==
2
.
1.2
torchvision
==
0
.1
6.2
torchaudio
==
2
.
1.2
pytorch
-cuda
=
11
.8
-c
pytorch
-c
nvidia
-y
echo
Install
spyder
echo
Install
spyder
call
conda
install
spyder
call
conda
install
spyder
-y
echo
Install
numpy
version
1
.26.4
call
conda
install
numpy
==
1
.26.4
echo
Install
pyqtgraph
echo
Install
pyqtgraph
call
conda
install
pyqtgraph
call
conda
install
pyqtgraph
-y
echo
Install
pyopengl
echo
Install
pyopengl
call
conda
install
pyopengl
call
conda
install
pyopengl
-y
echo
Install
pyopengl
echo
Install
pyopengl
call
conda
install
pyopengl
call
conda
install
pyopengl
-y
echo
Install
python
-osc
echo
Install
python
-osc
pip
install
python
-osc
pip
install
python
-osc
...
@@ -44,10 +41,10 @@ echo Install mmengine
...
@@ -44,10 +41,10 @@ echo Install mmengine
mim
install
mmengine
mim
install
mmengine
echo
Install
mmcv
echo
Install
mmcv
mim
install
"
mmcv==2.1.0
"
pip
install
mmcv
==
2
.1.0
-f
https
://download.openmmlab.com/mmcv/dist/cu118/torch2.1/index.html
echo
Install
mmdet
echo
Install
mmdet
mim
install
"mmdet>=3.1.0"
pip
install
"mmdet>=3.1.0"
echo
Install
mmpose
echo
Install
mmpose
mim
install
"mmpose>=1.1.0"
--user
mim
install
"mmpose>=1.1.0"
--user
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment