pyronear / pyro-vision

Computer vision library for wildfire detection 🌲 Deep learning models in PyTorch & ONNX for inference on edge devices (e.g. Raspberry Pi)
https://pyronear.org/pyro-vision/
Apache License 2.0
51 stars 24 forks source link

feat: Updated OpenFire extract #153

Closed frgfm closed 2 years ago

frgfm commented 2 years ago

This PR introduces the following modifications:

Overrules #121

Any feedback is welcome!

codecov[bot] commented 2 years ago

Codecov Report

Merging #153 (f1361a1) into master (754ebe5) will increase coverage by 4.01%. The diff coverage is 94.62%.

@@            Coverage Diff             @@
##           master     #153      +/-   ##
==========================================
+ Coverage   89.16%   93.18%   +4.01%     
==========================================
  Files           8        8              
  Lines         203      220      +17     
==========================================
+ Hits          181      205      +24     
+ Misses         22       15       -7     
Flag Coverage Δ
unittests 93.18% <94.62%> (+4.01%) :arrow_up:

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
pyrovision/datasets/openfire.py 93.93% <93.82%> (+2.37%) :arrow_up:
pyrovision/__init__.py 100.00% <100.00%> (ø)
pyrovision/datasets/utils.py 86.56% <100.00%> (+8.95%) :arrow_up:
pyrovision/models/mobilenetv3.py 100.00% <100.00%> (ø)
pyrovision/models/resnet.py 100.00% <100.00%> (ø)
pyrovision/models/rexnet.py 100.00% <100.00%> (ø)

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 12a2923...f1361a1. Read the comment docs.