awesome-repositories.com
Blog
MCP
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
DingXiaoH avatar

DingXiaoH/ACNet

0
View on GitHub↗
851 stars·133 forks·Python·MIT·5 views

ACNet

Update (Aug 17, 2021): refactored the code of ACB. The readability has been greatly improved. You may call switchtodeploy of an ACB to convert it to the inference-time structure. If you use ACB in your own model, the conversion is as easy as `` for m in yourmodel.modules(): if hasattr(m,…

Features

  • Plug and Play Modules - Asymmetric convolution blocks for strengthening kernel skeletons.

Star history

Star history chart for dingxiaoh/acnetStar history chart for dingxiaoh/acnet

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Start searching with AI

Frequently asked questions

What does dingxiaoh/acnet do?

Update (Aug 17, 2021): refactored the code of ACB. The readability has been greatly improved. You may call switchtodeploy of an ACB to convert it to the inference-time structure. If you use ACB in your own model, the conversion is as easy as `` for m in yourmodel.modules(): if hasattr(m,…

What are the main features of dingxiaoh/acnet?

The main features of dingxiaoh/acnet are: Plug and Play Modules.

What are some open-source alternatives to dingxiaoh/acnet?

Open-source alternatives to dingxiaoh/acnet include: andrew-qibin/spnet — This repository is a PyTorch implementation for our CVPR2020 paper (non-commercial use only). d-li14/psconv — [ECCV 2020] PSConv: Squeezing Feature Pyramid into One Compact Poly-Scale Convolutional Layer. goatmessi7/rfbnet — By Songtao Liu, Di Huang, Yunhong Wang. hszhao/pspnet — by Hengshuang Zhao, Jianping Shi, Xiaojuan Qi, Xiaogang Wang, Jiaya Jia, details are in project page. iduta/pyconv — This is the PyTorch implementation of our paper "Pyramidal Convolution: Rethinking Convolutional Neural Networks for… jiaxiongq/slimconv — This repository contains the code (in PyTorch) for SlimConv: Reducing Channel Redundancy in Convolutional Neural…

Open-source alternatives to ACNet

Similar open-source projects, ranked by how many features they share with ACNet.
  • d-li14/psconvd-li14 avatar

    d-li14/PSConv

    174View on GitHub↗

    ECCV 2020 PSConv: Squeezing Feature Pyramid into One Compact Poly-Scale Convolutional Layer

    Python
    View on GitHub↗174
  • goatmessi7/rfbnetGOATmessi7 avatar

    GOATmessi7/RFBNet

    1,419View on GitHub↗

    By Songtao Liu, Di Huang, Yunhong Wang

    Python
    View on GitHub↗1,419
  • hszhao/pspnethszhao avatar

    hszhao/PSPNet

    1,656View on GitHub↗

    by Hengshuang Zhao, Jianping Shi, Xiaojuan Qi, Xiaogang Wang, Jiaya Jia, details are in project page.

    C++
    View on GitHub↗1,656
  • andrew-qibin/spnetAndrew-Qibin avatar

    Andrew-Qibin/SPNet

    413View on GitHub↗

    This repository is a PyTorch implementation for our CVPR2020 paper (non-commercial use only).

    Python
    View on GitHub↗413
See all 12 alternatives to ACNet
→