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

Added pre-trained weights for ShuffleNetV2 x1.5 and x2.0 #526

Closed raember closed 1 year ago

raember commented 1 year ago

Pre-trained shufflenetv2 (x1.5 and x2.0) not being supported links to an issue about adding more pre-trained weights, which has a link to a merged PR adding them to the repo, which in turn links the missing weights.

Closes #524

RangiLyu commented 1 year ago

Thanks for your contribution!

codecov[bot] commented 1 year ago

Codecov Report

Merging #526 (6482faa) into main (3c9607c) will decrease coverage by 0.03%. The diff coverage is n/a.

@@            Coverage Diff             @@
##             main     #526      +/-   ##
==========================================
- Coverage   74.78%   74.76%   -0.03%     
==========================================
  Files          71       71              
  Lines        4695     4695              
  Branches      731      731              
==========================================
- Hits         3511     3510       -1     
  Misses        987      987              
- Partials      197      198       +1     
Flag Coverage Δ
unittests 74.76% <ø> (-0.03%) :arrow_down:

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

Files Changed Coverage Δ
nanodet/model/backbone/shufflenetv2.py 92.07% <ø> (-1.00%) :arrow_down:

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

RangiLyu commented 1 year ago

lint failure has nothing to do with this PR. merged