narugo1992 commited on
Commit
75b6d64
1 Parent(s): 3903f4f

dev(narugo): use x model for person detection

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_s.onnx',
13
  ]
 
8
  from yolo_ import _image_preprocess, _data_postprocess
9
 
10
  _PERSON_MODELS = [
11
+ 'person_detect_best_x.onnx',
12
  'person_detect_best_m.onnx',
13
  'person_detect_best_s.onnx',
14
  ]