RangiLyu / nanodet

NanoDet-Plus⚡Super fast and lightweight anchor-free object detection model. 🔥Only 980 KB(int8) / 1.8MB (fp16) and run 97FPS on cellphone🔥
Apache License 2.0
5.71k stars 1.04k forks source link

bump version to 1.0.0 #502

Closed RangiLyu closed 1 year ago

RangiLyu commented 1 year ago

NanoDet-Plus 1.0.0 is stable enough for release.

Support for PyTorch 2.0 is coming soon!

codecov[bot] commented 1 year ago

Codecov Report

Merging #502 (3371f42) into main (0036f94) will increase coverage by 0.19%. The diff coverage is 83.69%.

@@            Coverage Diff             @@
##             main     #502      +/-   ##
==========================================
+ Coverage   74.69%   74.88%   +0.19%     
==========================================
  Files          70       71       +1     
  Lines        4600     4691      +91     
  Branches      716      728      +12     
==========================================
+ Hits         3436     3513      +77     
- Misses        974      982       +8     
- Partials      190      196       +6     
Flag Coverage Δ
unittests 74.88% <83.69%> (+0.19%) :arrow_up:

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

Impacted Files Coverage Δ
nanodet/data/dataset/__init__.py 47.82% <20.00%> (-7.73%) :arrow_down:
nanodet/data/dataset/yolo.py 87.20% <87.20%> (ø)
nanodet/__about__.py 100.00% <100.00%> (ø)

... and 1 file with indirect coverage changes

:mega: We’re building smart automated test selection to slash your CI/CD build times. Learn more