awesome-repositories.comKategorienBlog
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
·
iduta avatar

iduta/pyconv

0
View on GitHub↗
328 Stars·53 Forks·Python·MIT·6 Aufrufe

Pyconv

This is the PyTorch implementation of our paper "Pyramidal Convolution: Rethinking Convolutional Neural Networks for Visual Recognition". (Note that this is the code for image recognition on ImageNet. For semantic image segmentation/parsing refer to this repository:…

Features

  • Plug and Play Modules - Pyramidal convolution modules for visual recognition.

Star-Verlauf

Star-Verlauf für iduta/pyconvStar-Verlauf für iduta/pyconv

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 Pyconv

Ähnliche Open-Source-Projekte, sortiert nach der Anzahl der gemeinsamen Funktionen mit Pyconv.
  • 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
  • dingxiaoh/acnetAvatar von DingXiaoH

    DingXiaoH/ACNet

    851Auf GitHub ansehen↗

    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,…

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

    GOATmessi7/RFBNet

    1,419Auf GitHub ansehen↗

    By Songtao Liu, Di Huang, Yunhong Wang

    Python
    Auf GitHub ansehen↗1,419
  • 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 Pyconv anzeigen→

Häufig gestellte Fragen

Was macht iduta/pyconv?

This is the PyTorch implementation of our paper "Pyramidal Convolution: Rethinking Convolutional Neural Networks for Visual Recognition". (Note that this is the code for image recognition on ImageNet. For semantic image segmentation/parsing refer to this repository:…

Was sind die Hauptfunktionen von iduta/pyconv?

Die Hauptfunktionen von iduta/pyconv sind: Plug and Play Modules.

Welche Open-Source-Alternativen gibt es zu iduta/pyconv?

Open-Source-Alternativen zu iduta/pyconv 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. dingxiaoh/acnet — Update (Aug 17, 2021): refactored the code of ACB. The readability has been greatly improved. You may call… 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. jiaxiongq/slimconv — This repository contains the code (in PyTorch) for SlimConv: Reducing Channel Redundancy in Convolutional Neural…