surfriderfoundationeurope / mot

Multi-Object-Tracking for garbage detection
MIT License
26 stars 14 forks source link

Return all scores object detection #19

Closed anth2o closed 4 years ago

anth2o commented 4 years ago

This is a Work In Progress to improve tracking. The idea is to filter predictions by keeping the ones where the sum of scores for all classes excluding background is greater than a predefined threshold.

codecov[bot] commented 4 years ago

Codecov Report

Merging #19 into master will decrease coverage by 1.21%. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #19      +/-   ##
==========================================
- Coverage   95.30%   94.09%   -1.22%     
==========================================
  Files           5        5              
  Lines         213      220       +7     
==========================================
+ Hits          203      207       +4     
- Misses         10       13       +3     

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 90fbb1f...b45649b. Read the comment docs.