Open yyxbjca opened 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
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
Does anyone can help to provide a GhostNet config?thanks!!!