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
4d3d722b
Commit
4d3d722b
authored
May 29, 2023
by
Your Name
Browse files
提交RetinaFace C++示例
parent
18da8bf0
Changes
68
Hide whitespace changes
Inline
Side-by-side
Showing
20 changed files
with
2 additions
and
0 deletions
+2
-0
Python/data/__init__.py
Python/data/__init__.py
+0
-0
Python/data/config.py
Python/data/config.py
+0
-0
Python/data/data_augment.py
Python/data/data_augment.py
+0
-0
Python/data/wider_face.py
Python/data/wider_face.py
+0
-0
Python/layers/__init__.py
Python/layers/__init__.py
+0
-0
Python/layers/functions/prior_box.py
Python/layers/functions/prior_box.py
+0
-0
Python/layers/modules/__init__.py
Python/layers/modules/__init__.py
+0
-0
Python/layers/modules/multibox_loss.py
Python/layers/modules/multibox_loss.py
+0
-0
Python/models/__init__.py
Python/models/__init__.py
+0
-0
Python/models/net.py
Python/models/net.py
+0
-0
Python/models/retinaface.py
Python/models/retinaface.py
+0
-0
Python/requirements.txt
Python/requirements.txt
+2
-0
Python/test_fddb.py
Python/test_fddb.py
+0
-0
Python/test_widerface.py
Python/test_widerface.py
+0
-0
Python/train.py
Python/train.py
+0
-0
Python/utils/__init__.py
Python/utils/__init__.py
+0
-0
Python/utils/box_utils.py
Python/utils/box_utils.py
+0
-0
Python/utils/nms/__init__.py
Python/utils/nms/__init__.py
+0
-0
Python/utils/nms/py_cpu_nms.py
Python/utils/nms/py_cpu_nms.py
+0
-0
Python/utils/timer.py
Python/utils/timer.py
+0
-0
No files found.
data/__init__.py
→
Python/
data/__init__.py
View file @
4d3d722b
File moved
data/config.py
→
Python/
data/config.py
View file @
4d3d722b
File moved
data/data_augment.py
→
Python/
data/data_augment.py
View file @
4d3d722b
File moved
data/wider_face.py
→
Python/
data/wider_face.py
View file @
4d3d722b
File moved
layers/__init__.py
→
Python/
layers/__init__.py
View file @
4d3d722b
File moved
layers/functions/prior_box.py
→
Python/
layers/functions/prior_box.py
View file @
4d3d722b
File moved
layers/modules/__init__.py
→
Python/
layers/modules/__init__.py
View file @
4d3d722b
File moved
layers/modules/multibox_loss.py
→
Python/
layers/modules/multibox_loss.py
View file @
4d3d722b
File moved
models/__init__.py
→
Python/
models/__init__.py
View file @
4d3d722b
File moved
models/net.py
→
Python/
models/net.py
View file @
4d3d722b
File moved
models/retinaface.py
→
Python/
models/retinaface.py
View file @
4d3d722b
File moved
Python/requirements.txt
0 → 100644
View file @
4d3d722b
opencv-python
numpy
test_fddb.py
→
Python/
test_fddb.py
View file @
4d3d722b
File moved
test_widerface.py
→
Python/
test_widerface.py
View file @
4d3d722b
File moved
train.py
→
Python/
train.py
View file @
4d3d722b
File moved
utils/__init__.py
→
Python/
utils/__init__.py
View file @
4d3d722b
File moved
utils/box_utils.py
→
Python/
utils/box_utils.py
View file @
4d3d722b
File moved
utils/nms/__init__.py
→
Python/
utils/nms/__init__.py
View file @
4d3d722b
File moved
utils/nms/py_cpu_nms.py
→
Python/
utils/nms/py_cpu_nms.py
View file @
4d3d722b
File moved
utils/timer.py
→
Python/
utils/timer.py
View file @
4d3d722b
File moved
Prev
1
2
3
4
Next
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