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

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektMCP-ServerÜber unsRanking-MethodikPresse
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
DingXiaoH avatar

DingXiaoH/ACNet

0
View on GitHub↗
851 Stars·133 Forks·Python·MIT·4 Aufrufe

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-Verlauf

Star-Verlauf für dingxiaoh/acnetStar-Verlauf für dingxiaoh/acnet

KI-Suche

Entdecke weitere awesome Repositories

Beschreibe in einfachen Worten, was du brauchst — die KI bewertet tausende kuratierte Open-Source-Projekte nach Relevanz.

Start searching with AI

Open-Source-Alternativen zu ACNet

Ähnliche Open-Source-Projekte, sortiert nach der Anzahl der gemeinsamen Funktionen mit ACNet.
  • d-li14/psconvAvatar von d-li14

    d-li14/PSConv

    174Auf GitHub ansehen↗

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

    Python
    Auf GitHub ansehen↗174
  • goatmessi7/rfbnetAvatar von GOATmessi7

    GOATmessi7/RFBNet

    1,419Auf GitHub ansehen↗

    By Songtao Liu, Di Huang, Yunhong Wang

    Python
    Auf GitHub ansehen↗1,419
  • hszhao/pspnetAvatar von hszhao

    hszhao/PSPNet

    1,656Auf GitHub ansehen↗

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

    C++
    Auf GitHub ansehen↗1,656
  • andrew-qibin/spnetAvatar von Andrew-Qibin

    Andrew-Qibin/SPNet

    413Auf GitHub ansehen↗

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

    Python
    Auf GitHub ansehen↗413
Alle 12 Alternativen zu ACNet anzeigen→

Häufig gestellte Fragen

Was macht dingxiaoh/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,…

Was sind die Hauptfunktionen von dingxiaoh/acnet?

Die Hauptfunktionen von dingxiaoh/acnet sind: Plug and Play Modules.

Welche Open-Source-Alternativen gibt es zu dingxiaoh/acnet?

Open-Source-Alternativen zu dingxiaoh/acnet sind unter anderem: 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…