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
RetinaFace_migraphx
Commits
195c1008
Commit
195c1008
authored
Oct 17, 2023
by
liucong
Browse files
修改readme文档
parent
40a2205b
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
README.md
README.md
+3
-3
model.properties
model.properties
+1
-1
No files found.
README.md
View file @
195c1008
...
...
@@ -27,7 +27,7 @@ RetinaFace模型有几个主要特点:
拉取镜像:
```
docker pull
sugonhub
/migraphx:
3.2.1
-centos7.6-dtk
-
23.04.1-py38
docker pull
image.sourcefind.cn:5000/dcu/admin/base
/migraphx:
4.0.0
-centos7.6-dtk23.04.1-py38
-latest
```
创建并启动容器:
...
...
@@ -64,7 +64,7 @@ export PYTHONPATH=/opt/dtk/lib:$PYTHONPATH
cd <path_to_retinaface_migraphx>/Python
# 安装依赖
pip install -r requirements.txt
pip install -r requirements.txt
-i https://pypi.tuna.tsinghua.edu.cn/simple
```
#### 运行示例
...
...
@@ -137,7 +137,7 @@ C++程序运行结束后,会在build目录生成RetinaFace人脸检测结果
### 热点应用行业
`金融`
、
`交通`
、
`教育`
`金融`
,
`交通`
,
`教育`
## 源码仓库及问题反馈
...
...
model.properties
View file @
195c1008
...
...
@@ -5,6 +5,6 @@ modelName=retinaface_migraphx
#模型描述
modelDescription
=
RetinaFace是一个经典的人脸检测模型,采用了SSD架构。
#应用场景
appScenario
=
推理,
cv
,人脸检测
appScenario
=
推理,
CV
,人脸检测
#框架类型
frameType
=
migraphx
\ No newline at end of file
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