diff --git a/01.加载模型.py b/01.加载模型.py index 715850f..71367d8 100644 --- a/01.加载模型.py +++ b/01.加载模型.py @@ -3,4 +3,4 @@ from ultralytics import YOLO yolo = YOLO('models/yolov8n.pt') # yolo('./resources/01.png',show=True,save=True) # yolo('./resources/FHC09594.jpg',show=True,save=True) -yolo('./resources/input.mp4',show=True,save=True) \ No newline at end of file +yolo('./resources/02.jpg',show=True,save=True) \ No newline at end of file diff --git a/dataset/labels.cache b/dataset/labels.cache index a0fbc9d..493724f 100644 Binary files a/dataset/labels.cache and b/dataset/labels.cache differ diff --git a/dataset/val.cache b/dataset/val.cache index f5cd553..3aa6cee 100644 Binary files a/dataset/val.cache and b/dataset/val.cache differ diff --git a/requirements.txt b/requirements.txt new file mode 100644 index 0000000..c6856f7 --- /dev/null +++ b/requirements.txt @@ -0,0 +1 @@ +ultralytics \ No newline at end of file diff --git a/resources/FHC09594.jpg b/resources/02.jpg similarity index 100% rename from resources/FHC09594.jpg rename to resources/02.jpg