xfys commited on
Commit
8c87f17
·
1 Parent(s): 05595ae

Update yolov5/detect.py

Browse files
Files changed (1) hide show
  1. yolov5/detect.py +1 -1
yolov5/detect.py CHANGED
@@ -73,7 +73,7 @@ def run(
73
  project=ROOT / 'runs/detect', # save results to project/name
74
  name='exp', # save results to project/name
75
  exist_ok=False, # existing project/name ok, do not increment
76
- line_thickness=1, # bounding box thickness (pixels)
77
  hide_labels=False, # hide labels
78
  hide_conf=False, # hide confidences
79
  half=False, # use FP16 half-precision inference
 
73
  project=ROOT / 'runs/detect', # save results to project/name
74
  name='exp', # save results to project/name
75
  exist_ok=False, # existing project/name ok, do not increment
76
+ line_thickness=2, # bounding box thickness (pixels)
77
  hide_labels=False, # hide labels
78
  hide_conf=False, # hide confidences
79
  half=False, # use FP16 half-precision inference