Spaces:
Running
Running
narugo1992
commited on
Commit
·
e400f05
1
Parent(s):
2d30881
dev(narugo): add face v1.4
Browse files
face.py
CHANGED
|
@@ -9,6 +9,7 @@ from plot import detection_visualize
|
|
| 9 |
from yolo_ import _image_preprocess, _data_postprocess
|
| 10 |
|
| 11 |
_FACE_MODELS = [
|
|
|
|
| 12 |
'face_detect_v1.3_s',
|
| 13 |
'face_detect_v1.3_n',
|
| 14 |
'face_detect_v1.2_s',
|
|
|
|
| 9 |
from yolo_ import _image_preprocess, _data_postprocess
|
| 10 |
|
| 11 |
_FACE_MODELS = [
|
| 12 |
+
'face_detect_v1.4_s',
|
| 13 |
'face_detect_v1.3_s',
|
| 14 |
'face_detect_v1.3_n',
|
| 15 |
'face_detect_v1.2_s',
|