narugo1992 commited on
Commit
59c1c71
1 Parent(s): f240626

dev(narugo): use 0.7 model

Browse files
Files changed (1) hide show
  1. hand.py +1 -0
hand.py CHANGED
@@ -9,6 +9,7 @@ from plot import detection_visualize
9
  from yolo_ import _image_preprocess, _data_postprocess
10
 
11
  _HAND_MODELS = [
 
12
  'hand_detect_v0.6_s',
13
  'hand_detect_v0.5_s',
14
  'hand_detect_v0.4_s',
 
9
  from yolo_ import _image_preprocess, _data_postprocess
10
 
11
  _HAND_MODELS = [
12
+ 'hand_detect_v0.7_s',
13
  'hand_detect_v0.6_s',
14
  'hand_detect_v0.5_s',
15
  'hand_detect_v0.4_s',