add requirements
This commit is contained in:
parent
2d244a1858
commit
7ab94a409a
|
|
@ -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.
|
|
@ -0,0 +1 @@
|
||||||
|
ultralytics
|
||||||
|
Before Width: | Height: | Size: 19 MiB After Width: | Height: | Size: 19 MiB |
Loading…
Reference in New Issue