kadirnar / yolov9-pip

This repo is a packaged version of the Yolov9 model.
Apache License 2.0
84 stars 10 forks source link

Real-time OD with YOLO9? #8

Open Rockntt opened 3 months ago

Rockntt commented 3 months ago

Hi!

How can I do a real-time object detection with frames from my camera with opencv2 using this YOLO9 repo? (i already have my own trained model)

Rockntt commented 2 months ago

As YOLOv9 does not provide as much support as YOLOv8, official ultralytics package does not provide suport for v9 and this repo seems to be innactive, I close this issue.

kadirnar commented 2 months ago

As YOLOv9 does not provide as much support as YOLOv8, official ultralytics package does not provide suport for v9 and this repo seems to be innactive, I close this issue.

Hi, did you solve the problem? You can do it just by using while loop.