Using a better model for detection #14242
|
Hi all, Here is the interesting part of my Frigate config file : i was using this config at start with good performance on my i7100U NUC : Then i downloaded this model : https://docs.openvino.ai/2024/omz_models_model_mobilenet_v2_1_0_224.html and converted it with the command : omz_converter -o . --name mobilenet-v2-1.0-224 I then modified my frigate config to : detectors: And i got this error : Here is the frigate error log : 2024-10-09 17:38:46.471562 [INFO] Preparing Frigate... Thanks to anybody that would help, |
Replies: 1 comment 5 replies
|
Have you tried the yolonas model in the docs? https://docs.frigate.video/configuration/object_detectors#yolo-nas |
all you do is click the green button next to each step and then the last step will download the .onnx file to your computer that you are running it on