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.78k stars 1.04k forks source link

Does anyone can help to provide a GhostNet config? #78

Open yyxbjca opened 3 years ago

yyxbjca commented 3 years ago

Does anyone can help to provide a GhostNet config?thanks!!!

yyxbjca commented 3 years ago

I tried the following configurationļ¼Œit is availableļ¼ backbone: name: GhostNet out_stages: [4,6,9] fpn: name: PAN in_channels: [40, 112, 960] out_channels: 96 start_level: 0 num_outs: 3

shaoshengsong commented 3 years ago

https://github.com/shaoshengsong/quarkdet

include

ghostnet_full.yml ghostnet_full_bifpn.yml ghostnet_slim.yml ghostnet_slim640.yml

like ghostnet_full.yml

name: GhostNet_full width_mult: 1.0 out_stages: [4, 6, 9] act: ReLU

neck: name: PAN in_channels: [40, 112, 960] out_channels: 96 start_level: 0 num_outs: 3 https://github.com/shaoshengsong/quarkdet/blob/main/config