droneaid-counter.js doesn't actually count
johnwalicki opened this issue · 4 comments
Describe the bug
The model detects one of the classified images and draws a bounding box but the counter on the web page does not increment
To Reproduce
Steps to reproduce the behavior:
- View some of the symbol images.
- Observe that the model draws bounding boxes.
- The web page does not increment
@pedrocruzio Thoughts on this one?
Va and I had a chat about this ticket in November. Essentially, it doesn't increment the counter if the prior frames bounding boxes intersect the current bounding box. Which makes sense, the drone found a symbol and is just moving around it. You don't want to count it twice (or hundreds of times).
I still think its fickle and not quite working as expected.
@johnwalicki @vabarbosa do we want to keep this issue open?
yes, please keep open. there are still some additional updates i would like to make