03 2020 档案
摘要:论文:Learning in the Frequency Domain, CVPR 2020 代码:https://github.com/calmevtime/DCTNet 实际的图像尺寸比较大,无法直接输入到CNN处理。因此,各类CNN模型都把图像首先下采样的224x224,然后再处理。但是,这样
阅读全文
摘要:论文:GhostNet: More Features from Cheap Operations,CVPR 2020 代码:https://github.com/iamhankai/ghostnet.pytorch/ GhostNet是华为诺亚方舟实验室在CVPR2020提出,可以在同样精度下,速度
阅读全文