nehulagrawal commited on
Commit
72a47da
·
1 Parent(s): b252230

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -6,7 +6,7 @@ tags:
6
  - yolov8
7
  - pancard object-detection
8
  model-index:
9
- - name: foduucom/pan-card-object-detection
10
  results:
11
  - task:
12
  type: object-detection
@@ -58,7 +58,7 @@ pip install ultralyticsplus==0.0.28 ultralytics==8.0.43
58
  from ultralyticsplus import YOLO, render_result
59
 
60
  # load model
61
- model = YOLO('foduucom/pan-card-object-detection')
62
 
63
  # set model parameters
64
  model.overrides['conf'] = 0.25 # NMS confidence threshold
 
6
  - yolov8
7
  - pancard object-detection
8
  model-index:
9
+ - name: foduucom/pan-card-detection
10
  results:
11
  - task:
12
  type: object-detection
 
58
  from ultralyticsplus import YOLO, render_result
59
 
60
  # load model
61
+ model = YOLO('foduucom/pan-card-detection')
62
 
63
  # set model parameters
64
  model.overrides['conf'] = 0.25 # NMS confidence threshold