-
Hi! first of all, thanks for all the effort put on this project. My question is fairly simple: is there any way to adapt the scoring algorithm so it results in a value Thanks, |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
The scoring information is encoded into the detection binary tree, so it's not really possible to adapt it. What you can do instead is to check if the detection score is below or above a certain threshold. The detection score is more accurate if it reach above a certain threshold (~0.995). |
Beta Was this translation helpful? Give feedback.
The scoring information is encoded into the detection binary tree, so it's not really possible to adapt it. What you can do instead is to check if the detection score is below or above a certain threshold. The detection score is more accurate if it reach above a certain threshold (~0.995).