UETAILab / uetai

Custom ML tracking experiment and debugging tools.
https://uetailab.github.io/uetai/
MIT License
15 stars 1 forks source link

Refactor callbacks bases #19

Closed nmd2k closed 2 years ago

nmd2k commented 2 years ago

Before PR Image callback base (ImageMonitorBase) was specified for the classification task, not for the image template in general

Submitting

codecov[bot] commented 2 years ago

Codecov Report

Merging #19 (62b965e) into main (26a7bf4) will increase coverage by 12.19%. The diff coverage is 92.26%.

:exclamation: Current head 62b965e differs from pull request most recent head ccec135. Consider uploading reports for the commit ccec135 to get more accurate results

@@             Coverage Diff             @@
##             main      #19       +/-   ##
===========================================
+ Coverage   74.25%   86.44%   +12.19%     
===========================================
Files           6        8        +2     
Lines         268      391      +123     
Branches       42        0       -42     
===========================================
+ Hits          199      338      +139     
- Misses         47       53        +6     
+ Partials       22        0       -22     
nmd2k commented 2 years ago

Yes, I can rest in peace now LOL image

nmd2k commented 2 years ago

15 instead of adding add_text function, I will design a language template callback (like ImageMonitorBase) to support basic tracking now.

nmd2k commented 2 years ago

@gungui98 should we merge this new vision callback and create new PR for text?