Spaces:
Running
Running
narugo1992
commited on
Commit
·
1352f33
1
Parent(s):
528f68e
dev(narugo): add half body, ci skip
Browse files- halfbody.py +1 -0
halfbody.py
CHANGED
|
@@ -9,6 +9,7 @@ from plot import detection_visualize
|
|
| 9 |
from yolo_ import _image_preprocess, _data_postprocess
|
| 10 |
|
| 11 |
_HALFBODY_MODELS = [
|
|
|
|
| 12 |
'halfbody_detect_v0.3_s',
|
| 13 |
'halfbody_detect_v0.2_s',
|
| 14 |
]
|
|
|
|
| 9 |
from yolo_ import _image_preprocess, _data_postprocess
|
| 10 |
|
| 11 |
_HALFBODY_MODELS = [
|
| 12 |
+
'halfbody_detect_v0.4_s',
|
| 13 |
'halfbody_detect_v0.3_s',
|
| 14 |
'halfbody_detect_v0.2_s',
|
| 15 |
]
|