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

any thoughts on yolo10? #21

Open
levidehaan opened this issue Jun 9, 2024 · 1 comment
Open

any thoughts on yolo10? #21

levidehaan opened this issue Jun 9, 2024 · 1 comment

Comments

@levidehaan
Copy link

do you think yolo 10 can work with this?
https://github.com/THU-MIG/yolov10

@jveitchmichaelis
Copy link
Owner

do you think yolo 10 can work with this?

https://github.com/THU-MIG/yolov10

It basically depends on whether the model can be compiled to a quantized TFLite file. If that's possible then it depends if the model will fit on the edgetpu via the compiler.

If that works, running the model through the edgetpu is mostly the same, you'd just need to process the output tensor(s).

Out of the box, the answer is no, but if someone wants to do some experimenting I'd be happy to accept a PR.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants