Skip to content
Discussion options

You must be logged in to vote

After a while debugging again I have found the issue. It was because in my config i was using deci-fp16-yolonas_s as my model, however, initially I had configured this to use deci-fp16-yolonas_m instead. This was once of the first things i changed when detection was not working as i though i may have been overloading the internal NPU.

What appears to have happened is that on initial configuration Frigate downloaded the deci-fp16-yolonas_m model and never rechecked/validated that the file contained in /model_cache/rknn was appropriate for the configuration used which was now deci-fp16-yolonas_s. Removing the model so it would need to redownload or changing the configuration to match the de…

Replies: 2 comments 19 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
19 replies
@Mer-idium
Comment options

@NickM-27
Comment options

NickM-27 Sep 13, 2024
Collaborator Sponsor

@Mer-idium
Comment options

@Mer-idium
Comment options

Answer selected by Mer-idium
@NickM-27
Comment options

NickM-27 Sep 13, 2024
Collaborator Sponsor

@MarcA711
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment