Replies: 1 comment 2 replies
-
What architecture is your model? Assuming your model is a supported architecture and is trained in a standard way it will work without any frigate code changes. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi.
I saw the section in the documentation about detectors (https://docs.frigate.video/configuration/object_detectors/) — it explains which modules are supported and how to mount them (if I understood it correctly).
I have my own model that I want to integrate with Frigate. I think I’ve figured out how to mount it.
But I’m not sure how to connect my model’s output to Frigate’s backend.
How is Frigate supposed to receive the results from my model so it can save them to its database and show them in the interface like it does with the default model?
Do I need to set up an API in my model that is compatible with Frigate?
How does this work with the built-in model that comes by default?
Sorry if these are obvious questions — and if I missed something in the documentation, please feel free to point me to it.
Beta Was this translation helpful? Give feedback.
All reactions