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

Use the DeepStack interface to use yolo-models #11462

Closed
hoeflechner opened this issue May 21, 2024 · 7 comments
Closed

Use the DeepStack interface to use yolo-models #11462

hoeflechner opened this issue May 21, 2024 · 7 comments
Labels
enhancement New feature or request

Comments

@hoeflechner
Copy link

not a request I already have a solution, see below

Describe what you are trying to accomplish and why in non technical terms
I want to be able to use yolo-models running on my gpu so that I can perform fast and good detection

Describe the solution you'd like
a DeepStack-like service that is decoupled from frigate

Describe alternatives you've considered
converting yolo models to tensorrt oder onnx

Additional context
as mentioned here:

Originally posted by @alexyao2015 in #10717 (comment)

i hacked together a minimal deepstack-like service that uses yolo world. it can read frigates config and can detect objects mentioned there.

https://github.com/hoeflechner/yolostack

@hoeflechner hoeflechner added the enhancement New feature or request label May 21, 2024
@NickM-27
Copy link
Sponsor Collaborator

Frigate has built in support for deepstack / codeproject ai https://docs.frigate.video/configuration/object_detectors#deepstack--codeprojectai-server-detector

@hoeflechner
Copy link
Author

thanks for your reply.

i know that deepstack support is build in. i used this deepstack support to call a service that implemets yoloworld (https://github.com/hoeflechner/yolostack)

so this is not a feature request but an anouncement for those who want to use yolo with frigate but i was not able to respond to #10717 (comment)

@jsapede
Copy link

jsapede commented Jun 21, 2024

Is openVINO hardware accélération possible with yolostack ?

@hoeflechner
Copy link
Author

It is currently not supported. But I can look into it.

@jsapede
Copy link

jsapede commented Jun 21, 2024

And would it be available also for facial récognition ?

@hoeflechner
Copy link
Author

It currently only uses yolo world. I have not looked into facial recognition yet (and no idea how to integrate that with frigate...

@jsapede
Copy link

jsapede commented Jun 22, 2024

Double-take makes this using frigate api deepstack api or compreface api and mqtt interaction but all thèse application only use NVIDIA hardware as accélération.

It works, but the inférence speed we gain with openVINO hardware for détection is destroyed by the CPU Time consummed by deepstack or compreface only running on CPU

Immich has machine learnig options with facial récognition accélérated by openVINO also and its quite efficient and available to api also maybe

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

No branches or pull requests

3 participants