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

GOATmessi7/RFBNet

0
View on GitHub↗
1,419 stars·348 forks·Python·MIT·8 views

RFBNet

By Songtao Liu, Di Huang, Yunhong Wang

Features

  • Plug and Play Modules - Receptive field block networks for object detection.

Star history

Star history chart for goatmessi7/rfbnetStar history chart for goatmessi7/rfbnet

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 RFBNet

Similar open-source projects, ranked by how many features they share with RFBNet.
  • 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
  • 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 RFBNet→

Frequently asked questions

What does goatmessi7/rfbnet do?

By Songtao Liu, Di Huang, Yunhong Wang

What are the main features of goatmessi7/rfbnet?

The main features of goatmessi7/rfbnet are: Plug and Play Modules.

What are some open-source alternatives to goatmessi7/rfbnet?

Open-source alternatives to goatmessi7/rfbnet 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… 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…