Spaces:
Running
Running
narugo1992
commited on
Commit
•
7f0b0d1
1
Parent(s):
522af51
dev(narugo): use new model
Browse files
face.py
CHANGED
@@ -9,8 +9,10 @@ from plot import detection_visualize
|
|
9 |
from yolo_ import _image_preprocess, _data_postprocess
|
10 |
|
11 |
_FACE_MODELS = [
|
12 |
-
'
|
|
|
13 |
'face_detect_best_s.onnx',
|
|
|
14 |
]
|
15 |
_DEFAULT_FACE_MODEL = _FACE_MODELS[0]
|
16 |
|
|
|
9 |
from yolo_ import _image_preprocess, _data_postprocess
|
10 |
|
11 |
_FACE_MODELS = [
|
12 |
+
'face_detect_v1_best_s.onnx',
|
13 |
+
'face_detect_v1_best_n.onnx',
|
14 |
'face_detect_best_s.onnx',
|
15 |
+
'face_detect_best_n.onnx',
|
16 |
]
|
17 |
_DEFAULT_FACE_MODEL = _FACE_MODELS[0]
|
18 |
|