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
a2cb7e19
Commit
a2cb7e19
authored
Nov 16, 2023
by
chenych
Browse files
Add centerface-pytorch.ipynb
parent
569d02e8
Changes
5
Show whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
4 additions
and
4 deletions
+4
-4
README.md
README.md
+4
-4
doc/Architecture of the CenterFace.png
doc/Architecture of the CenterFace.png
+0
-0
doc/datasets.png
doc/datasets.png
+0
-0
doc/draw_img.jpg
doc/draw_img.jpg
+0
-0
doc/process.png
doc/process.png
+0
-0
No files found.
README.md
View file @
a2cb7e19
...
@@ -5,7 +5,7 @@
...
@@ -5,7 +5,7 @@
## 模型结构
## 模型结构
CenterFace是一种人脸检测算法,采用了轻量级网络mobileNetV2作为主干网络,结合特征金字塔网络(FPN)实现anchor free的人脸检测。
CenterFace是一种人脸检测算法,采用了轻量级网络mobileNetV2作为主干网络,结合特征金字塔网络(FPN)实现anchor free的人脸检测。
<div
align=
center
>
<div
align=
center
>
<img
src=
"./Architecture of the CenterFace.png"
/>
<img
src=
"./
doc/
Architecture of the CenterFace.png"
/>
</div>
</div>
## 算法原理
## 算法原理
...
@@ -22,7 +22,7 @@ CenterFace模型是一种基于单阶段人脸检测算法,作者借鉴了Cent
...
@@ -22,7 +22,7 @@ CenterFace模型是一种基于单阶段人脸检测算法,作者借鉴了Cent
| c | Confidence |
| c | Confidence |
<div
align=
center
>
<div
align=
center
>
<img
src=
"./process.png"
/>
<img
src=
"./
doc/
process.png"
/>
</div>
</div>
## 环境配置
## 环境配置
...
@@ -78,7 +78,7 @@ pip3 install -r requirements.txt
...
@@ -78,7 +78,7 @@ pip3 install -r requirements.txt
WIDER_FACE:http://shuoyang1213.me/WIDERFACE/index.html
WIDER_FACE:http://shuoyang1213.me/WIDERFACE/index.html
<div
align=
center
>
<div
align=
center
>
<img
src=
"./datasets.png"
/>
<img
src=
"./
doc/
datasets.png"
/>
</div>
</div>
下载图片红框中三个数据并解压,也可直接点击下面链接直接下载:
下载图片红框中三个数据并解压,也可直接点击下面链接直接下载:
...
@@ -193,7 +193,7 @@ python test_wider_face.py
...
@@ -193,7 +193,7 @@ python test_wider_face.py
## result
## result
<div
align=
center
>
<div
align=
center
>
<img
src=
"./draw_img.jpg"
/>
<img
src=
"./
doc/
draw_img.jpg"
/>
</div>
</div>
### 精度
### 精度
...
...
Architecture of the CenterFace.png
→
doc/
Architecture of the CenterFace.png
View file @
a2cb7e19
File moved
datasets.png
→
doc/
datasets.png
View file @
a2cb7e19
File moved
draw_img.jpg
→
doc/
draw_img.jpg
View file @
a2cb7e19
File moved
process.png
→
doc/
process.png
View file @
a2cb7e19
File moved
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