Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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 this issue Jul 2, 2024 · 6 comments

Comments

@leo-smi
Copy link

leo-smi commented Jul 2, 2024

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
Copy link
Contributor

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
Copy link
Author

leo-smi commented Jul 2, 2024

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
Copy link
Contributor

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

@leo-smi
Copy link
Author

leo-smi commented Jul 2, 2024

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

Thank you

@sachinprasadhs
Copy link
Collaborator

Thanks for reporting the issue! We have consolidated the development of KerasCV into the new KerasHub package, which supports image, text, and multi-modal models. Please read the announcement. KerasHub will support all the core functionality of KerasCV.

KerasHub can be installed with !pip install -U keras-hub. Documentation and guides are available at keras.io/keras_hub.

With our focus shifted to KerasHub, we are not planning any further development or releases in KerasCV. If you encounter a KerasCV feature that is missing from KerasHub, or would like to propose an addition to the library, please file an issue with KerasHub.

Copy link

This issue is stale because it has been open for 14 days with no activity. It will be closed if no further activity occurs. Thank you.

@github-actions github-actions bot added the stale label Jan 30, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants