Spaces:
Runtime error
Runtime error
narugo1992
commited on
Commit
·
3107b50
1
Parent(s):
4818b14
dev(narugo): use new model
Browse files
person.py
CHANGED
|
@@ -8,6 +8,7 @@ from plot import detection_visualize
|
|
| 8 |
from yolo_ import _image_preprocess, _data_postprocess
|
| 9 |
|
| 10 |
_PERSON_MODELS = [
|
|
|
|
| 11 |
'person_detect_plus_best_m.onnx',
|
| 12 |
'person_detect_best_m.onnx',
|
| 13 |
'person_detect_best_x.onnx',
|
|
|
|
| 8 |
from yolo_ import _image_preprocess, _data_postprocess
|
| 9 |
|
| 10 |
_PERSON_MODELS = [
|
| 11 |
+
'person_detect_plus_v1.1_best_m.onnx',
|
| 12 |
'person_detect_plus_best_m.onnx',
|
| 13 |
'person_detect_best_m.onnx',
|
| 14 |
'person_detect_best_x.onnx',
|