darpa-sail-on / sail-on-client

Client and Protcols for DARPA Sail On.
https://darpa-sail-on.github.io/sail-on-client/index.html
Other
2 stars 0 forks source link

Add round wise accuracy computation #105

Closed as6520 closed 3 years ago

as6520 commented 3 years ago

This PR adds additional eval capabilities to compute accuracy for every round. Closes #90

Depends on #87

codecov[bot] commented 3 years ago

Codecov Report

Merging #105 (9288baf) into master (c633919) will increase coverage by 0.237%. The diff coverage is n/a.

Impacted file tree graph

@@              Coverage Diff              @@
##            master      #105       +/-   ##
=============================================
+ Coverage   93.430%   93.667%   +0.237%     
=============================================
  Files           32        32               
  Lines         1796      1879       +83     
=============================================
+ Hits          1678      1760       +82     
- Misses         118       119        +1     
Impacted Files Coverage Δ
...-on-client/sail_on_client/protocol/ond_protocol.py 69.811% <0.000%> (-0.252%) :arrow_down:
sail-on-client/tests/test_ond.py 100.000% <0.000%> (ø)
sail-on-client/tests/test_parinterface.py 100.000% <0.000%> (ø)
sail-on-client/tests/test_localinterface.py 100.000% <0.000%> (ø)
sail-on-client/sail_on_client/evaluate/metrics.py 100.000% <0.000%> (ø)
...-client/tests/test_image_classification_metrics.py 100.000% <0.000%> (ø)
...-on-client/sail_on_client/protocol/parinterface.py 96.703% <0.000%> (+0.074%) :arrow_up:
...n-client/sail_on_client/protocol/localinterface.py 99.254% <0.000%> (+0.123%) :arrow_up:
...-client/tests/test_activity_recognition_metrics.py 97.531% <0.000%> (+0.128%) :arrow_up:
sail-on-client/tests/test_transcription_metrics.py 97.333% <0.000%> (+0.150%) :arrow_up:
... and 3 more

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 c633919...9288baf. Read the comment docs.