So good. Glad to find your content. You are a very very good instructor.
@joeljuca Жыл бұрын
That's really cool!
@Iturner72 Жыл бұрын
This is awesome, thank you! :)
@flaresaccount17548 ай бұрын
This is a really good video!
@dasig3010 Жыл бұрын
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?
@Zegur Жыл бұрын
from ultralytics import YOLO model = YOLO("yolov8n.pt") model.predict(source=r"C:\Users\User\Documents\own 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