add requirements

This commit is contained in:
mshe 2025-09-12 22:39:02 +08:00
parent 2d244a1858
commit 7ab94a409a
5 changed files with 2 additions and 1 deletions

View File

@ -3,4 +3,4 @@ from ultralytics import YOLO
yolo = YOLO('models/yolov8n.pt') yolo = YOLO('models/yolov8n.pt')
# yolo('./resources/01.png',show=True,save=True) # yolo('./resources/01.png',show=True,save=True)
# yolo('./resources/FHC09594.jpg',show=True,save=True) # yolo('./resources/FHC09594.jpg',show=True,save=True)
yolo('./resources/input.mp4',show=True,save=True) yolo('./resources/02.jpg',show=True,save=True)

Binary file not shown.

Binary file not shown.

1
requirements.txt Normal file
View File

@ -0,0 +1 @@
ultralytics

View File

Before

Width:  |  Height:  |  Size: 19 MiB

After

Width:  |  Height:  |  Size: 19 MiB