Update README.md
Browse files
README.md
CHANGED
@@ -89,7 +89,7 @@ from ultralytics import YOLO
|
|
89 |
import os
|
90 |
import cv2
|
91 |
import matplotlib.pyplot as plt
|
92 |
-
model = YOLO("
|
93 |
def detect_records(input_folder):
|
94 |
# Iterate over all images in the input folder
|
95 |
for filename in os.listdir(input_folder):
|
|
|
89 |
import os
|
90 |
import cv2
|
91 |
import matplotlib.pyplot as plt
|
92 |
+
model = YOLO("Bodhi108/Yolov8n_RD")
|
93 |
def detect_records(input_folder):
|
94 |
# Iterate over all images in the input folder
|
95 |
for filename in os.listdir(input_folder):
|