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
iduta avatar

iduta/pyconv

0
View on GitHub↗
328 stars·53 forks·Python·MIT·8 views

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 history

Star history chart for iduta/pyconvStar history chart for iduta/pyconv

How this analysis was created: This summary and feature list were written by an AI model that read the project's README and public documentation pages. Each feature links to the documentation it came from; stars, license and language come straight from the GitHub API. The model does not read the source code, and the analysis is refreshed when the project is re-analysed. Learn more on our About page.

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

Open-source alternatives to Pyconv

Similar open-source projects, ranked by how many features they share with Pyconv.
  • 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
  • dingxiaoh/acnetDingXiaoH avatar

    DingXiaoH/ACNet

    851View on GitHub↗

    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
    View on GitHub↗851
  • goatmessi7/rfbnetGOATmessi7 avatar

    GOATmessi7/RFBNet

    1,419View on GitHub↗

    By Songtao Liu, Di Huang, Yunhong Wang

    Python
    View on GitHub↗1,419
  • 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 Pyconv→

Frequently asked questions

What does iduta/pyconv do?

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

What are the main features of iduta/pyconv?

The main features of iduta/pyconv are: Plug and Play Modules.

What are some open-source alternatives to iduta/pyconv?

Open-source alternatives to iduta/pyconv 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. 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…