I’m experimenting with edge-impulse-linux-runner and have tried using the --threshold option. I get the following output which suggests the --threshold value isn’t being parsed:
I’ve tried several different formats for the “0.8” with the same result. Any idea what I’m overlooking?
@bobber,
You have to specify the threshold as follows --thresholds 5.min_score=0.8. Where in your case"
--thresholds 5.min_score=0.8
5
min_score
Ah ha! OK. That would make a difference. Thanks!
Also, I see that format is actually in the error message, but I overlooked it as a possible value!