ciCic commited on
Commit
9639848
·
verified ·
1 Parent(s): 395273e

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -3
README.md CHANGED
@@ -14,8 +14,6 @@ tags:
14
  - pytorch
15
  - pickle
16
  - roboflow-universe
17
- datasets:
18
- - receipts
19
  library_name: ultralytics
20
  ---
21
 
@@ -43,7 +41,7 @@ from ultralytics import YOLO
43
  model = YOLO("yolo11n-seg-bonnetjes.pt")
44
 
45
  # Load image
46
- image = Image.open('IMG_0027.jpg')
47
 
48
  # Inference
49
  results = model.predict(
 
14
  - pytorch
15
  - pickle
16
  - roboflow-universe
 
 
17
  library_name: ultralytics
18
  ---
19
 
 
41
  model = YOLO("yolo11n-seg-bonnetjes.pt")
42
 
43
  # Load image
44
+ image = Image.open('image.jpg')
45
 
46
  # Inference
47
  results = model.predict(