keras-team / keras-cv

Industry-strength Computer Vision workflows with Keras
Other
998 stars 327 forks source link

Update Keras-CV object detection tutorial from Keras 2 to Keras 3 for new YOLO version (at least YOLOv9 or newer) #2466

Open leo-smi opened 2 months ago

leo-smi commented 2 months ago

Short Description

Add a keras cv object detection tutorial for Keras 3 for new yolo version (yolov9 or newer) https://keras.io/examples/vision/yolov8/

Sources

https://github.com/keras-team/keras-io/blob/master/examples/vision/yolov8.py https://github.com/WongKinYiu/yolov9 https://github.com/THU-MIG/yolov10

Other Information

The new tutorial need to add the exactly requirements that works, since the current tutorial is not good at this point.

innat-asj commented 2 months ago

The new tutorial need to add the exactly requirements that works, since the current tutorial is not good at this point.

It is better to choosing ultralytics, anything else is just waste of time (IMHO).

leo-smi commented 2 months ago

The new tutorial need to add the exactly requirements that works, since the current tutorial is not good at this point.

It is better to choosing ultralytics, anything else is just waste of time (IMHO).

I don't have cuda gpu, so...

innat-asj commented 2 months ago

You don't have to, I could run these yolo-boys on any device (without wasting a second).

leo-smi commented 2 months ago

You don't have to, I could run these yolo-boys on any device (without wasting a second).

Thank you