narugo1992 commited on
Commit
99411de
1 Parent(s): d1b96ae

dev(narugo): use new person model

Browse files
Files changed (1) hide show
  1. person.py +1 -0
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_best_m.onnx',
12
  'person_detect_best_x.onnx',
13
  'person_detect_best_s.onnx',
 
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',
14
  'person_detect_best_s.onnx',