Efficient-AI-Backbones icon indicating copy to clipboard operation
Efficient-AI-Backbones copied to clipboard

Ghostnetv2预训练权重可以提供一下吗

Open fengshuaibo opened this issue 2 years ago • 4 comments

pytrorch版本Ghostnetv2预训练权重可以提供一下吗

fengshuaibo avatar Dec 24 '22 14:12 fengshuaibo

提供了的。https://github.com/huawei-noah/Efficient-AI-Backbones/tree/master/ghostnetv2_pytorch

image

yehuitang avatar Dec 24 '22 14:12 yehuitang

这个我之前有下载,下载完之后没找到.pth结尾的权重,里面文件有点看不懂,还希望您指点

image

fengshuaibo avatar Dec 25 '22 12:12 fengshuaibo

修改.pth.tar后缀为.pth即可

iamhankai avatar Dec 26 '22 03:12 iamhankai

好的,非常感谢,在论文中看到把ghostnet作为deeplabv3的主干用于语义分割,我想知道一下,在用于语义分割的时候是不是将原来32倍下采样改为16倍下采样,如果是这样,是不是要将最后一次下采样s=2的模块换为s=1的模块,并且要配合使用膨胀系数

fengshuaibo avatar Dec 26 '22 06:12 fengshuaibo