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: Added new classification checkpoints #150

Closed frgfm closed 2 years ago

frgfm commented 2 years ago

This PR introduces the following modifications:

Any feedback is welcome!

codecov[bot] commented 2 years ago

Codecov Report

Merging #150 (31c7886) into master (754ebe5) will not change coverage. The diff coverage is 100.00%.

:exclamation: Current head 31c7886 differs from pull request most recent head 00b43c7. Consider uploading reports for the commit 00b43c7 to get more accurate results

@@           Coverage Diff           @@
##           master     #150   +/-   ##
=======================================
  Coverage   89.16%   89.16%           
=======================================
  Files           8        8           
  Lines         203      203           
=======================================
  Hits          181      181           
  Misses         22       22           
Flag Coverage Δ
unittests 89.16% <100.00%> (ø)

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

Impacted Files Coverage Δ
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 754ebe5...00b43c7. Read the comment docs.