Object Detection For Beginners (Yolov8)

preview_player
Показать описание
Computer vision is a rapidly growing area of computer science and is becoming more accessible to your typical programmer. Watch this video to learn the basics of computer vision/object detection using Open-cv and YOLOv8.

Рекомендации по теме
Комментарии
Автор

So good. Glad to find your content. You are a very very good instructor.

rahulpyd
Автор

how to add label per object detect? is yolov8 better than v7?
will it become slower if I have a list of images to compare identity of each people?

dasig
Автор

from ultralytics import YOLO

model = YOLO("yolov8n.pt")

ai\Files\video.mp4", show=True, save=True, save_txt=True, conf=0.5)

how do i paste the results of this into a .txt file, bcs now it only makes a bunch of txt files and then gives "0 0.492551 0.496984 0.978359 0.993969" but i dont know how to convert this into objects

Zegur