ACNet icon indicating copy to clipboard operation
ACNet copied to clipboard

ACNet: Strengthening the Kernel Skeletons for Powerful CNN via Asymmetric Convolution Blocks

Results 6 ACNet issues
Sort by recently updated
recently updated
newest added

pytorch和tf2的框架都很简单,ACB也好实现,tf1.x的使用相对复杂,请问有tf1.x的版本吗

请问,您是把ACB 嵌入到网络的neck部分吗? 谢谢

Why should the picture be cut? Isn't the picture information lost

Hi, we re-implemented ACNet based on PaddlePaddle, which is included in official models. [models](https://github.com/PaddlePaddle/models/blob/develop/PaddleCV/image_classification/models/resnet_acnet.py) [weight utils](https://github.com/PaddlePaddle/models/tree/develop/PaddleCV/image_classification/utils/acnet) Nice work to ACNet!

acb.py中ACBlock类的argument 没有“use_last_bn”,但在acnet_builder.py中使用ACBlock时却传入该argument导致报错