Edge-impulse-linux-runner --threshold option not parsing value?

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"

  • 5: represents the block id you’re modifying
  • min_score: the parameter

Ah ha! OK. That would make a difference. Thanks! :slight_smile:

Also, I see that format is actually in the error message, but I overlooked it as a possible value!