Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ModelZoo
CenterFace_pytorch
Commits
9563495f
Commit
9563495f
authored
Jul 09, 2024
by
Rayyyyy
Browse files
Update dtk version
parent
6ff2a399
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
README.md
README.md
+2
-2
No files found.
README.md
View file @
9563495f
...
@@ -33,7 +33,7 @@ CenterFace模型是一种基于单阶段人脸检测算法,作者借鉴了Cent
...
@@ -33,7 +33,7 @@ CenterFace模型是一种基于单阶段人脸检测算法,作者借鉴了Cent
```
bash
```
bash
docker pull image.sourcefind.cn:5000/dcu/admin/base/pytorch:2.1.0-centos7.6-dtk23.10.1-py38
docker pull image.sourcefind.cn:5000/dcu/admin/base/pytorch:2.1.0-centos7.6-dtk23.10.1-py38
docker run
-it
-v
/path/your_code_data/:/path/your_code_data/
--shm-size
=
32G
--privileged
=
true
--device
=
/dev/kfd
--device
=
/dev/dri/
--group-add
video
--name
docker_name imageID bash
docker run
-it
-v
/path/your_code_data/:/path/your_code_data/
-v
/opt/hyhal/:/opt/hyhal/:ro
--shm-size
=
32G
--privileged
=
true
--device
=
/dev/kfd
--device
=
/dev/dri/
--group-add
video
--name
docker_name imageID bash
cd
/your_code_path/centerface_pytorch/
cd
/your_code_path/centerface_pytorch/
pip3
install
-r
requirements.txt
pip3
install
-r
requirements.txt
...
@@ -46,7 +46,7 @@ pip3 install -r requirements.txt
...
@@ -46,7 +46,7 @@ pip3 install -r requirements.txt
```
bash
```
bash
cd
./docker
cd
./docker
docker build
--no-cache
-t
centerface:latest
.
docker build
--no-cache
-t
centerface:latest
.
docker run
-it
-v
/path/your_code_data/:/path/your_code_data/
--shm-size
=
32G
--privileged
=
true
--device
=
/dev/kfd
--device
=
/dev/dri/
--group-add
video
--name
docker_name imageID bash
docker run
-it
-v
/path/your_code_data/:/path/your_code_data/
-v
/opt/hyhal/:/opt/hyhal/:ro
--shm-size
=
32G
--privileged
=
true
--device
=
/dev/kfd
--device
=
/dev/dri/
--group-add
video
--name
docker_name imageID bash
cd
/your_code_path/centerface_pytorch/
cd
/your_code_path/centerface_pytorch/
pip3
install
-r
requirements.txt
pip3
install
-r
requirements.txt
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment