Spaces:
Running
Running
narugo1992
commited on
Commit
•
49e14f2
1
Parent(s):
ebc32f0
dev(narugo): try n model
Browse files
face.py
CHANGED
@@ -8,6 +8,7 @@ from plot import plot_detection
|
|
8 |
from yolo_ import _image_preprocess, _data_simple_postprocess
|
9 |
|
10 |
_FACE_MODELS = [
|
|
|
11 |
'face_detect_best_s.onnx',
|
12 |
]
|
13 |
_DEFAULT_FACE_MODEL = _FACE_MODELS[0]
|
|
|
8 |
from yolo_ import _image_preprocess, _data_simple_postprocess
|
9 |
|
10 |
_FACE_MODELS = [
|
11 |
+
'face_detect_best_n.onnx',
|
12 |
'face_detect_best_s.onnx',
|
13 |
]
|
14 |
_DEFAULT_FACE_MODEL = _FACE_MODELS[0]
|