awesome-repositories.com
博客
MCP
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目MCP 服务器关于排名机制媒体报道
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

13 个仓库

Awesome GitHub RepositoriesPlug and Play Modules

Modular components that can be integrated into existing vision architectures.

Explore 13 awesome GitHub repositories matching part of an awesome list · Plug and Play Modules. Refine with filters or upvote what's useful.

Awesome Plug and Play Modules GitHub Repositories

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • lukemelas/efficientnet-pytorchlukemelas 的头像

    lukemelas/EfficientNet-PyTorch

    8,223在 GitHub 上查看↗

    This is a PyTorch implementation of EfficientNet convolutional neural networks. It serves as a computer vision model library providing architectures for image classification and high-level feature extraction, including pre-trained weights for immediate image categorization. The library supports transfer learning by allowing the modification of model architectures and output layers to accommodate a custom number of classes for new datasets. It also includes a model exporter to convert trained PyTorch weights into the ONNX format for production inference. The system covers broader computer vis

    Model scaling modules for efficient network design.

    Python
    在 GitHub 上查看↗8,223
  • tensorflow/tputensorflow 的头像

    tensorflow/tpu

    5,281在 GitHub 上查看↗

    This repository provides a collection of reference implementations, toolkits, and orchestration tools for training and deploying large-scale AI models on Cloud TPU hardware. It serves as a framework for managing the lifecycle of accelerator clusters, including hardware orchestration and the provisioning of high-performance compute infrastructure for machine learning workloads. The project specifically enables the pre-training of foundation models, large language models, and complex reasoning architectures through distributed training toolkits and multi-host scaling recipes. It further provide

    Mixed depthwise convolutional kernels for efficiency.

    Jupyter Notebook
    在 GitHub 上查看↗5,281
  • hszhao/pspnethszhao 的头像

    hszhao/PSPNet

    1,656在 GitHub 上查看↗

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

    Pyramid scene parsing modules for context aggregation.

    C++
    在 GitHub 上查看↗1,656
  • goatmessi7/rfbnetGOATmessi7 的头像

    GOATmessi7/RFBNet

    1,419在 GitHub 上查看↗

    By Songtao Liu, Di Huang, Yunhong Wang

    Receptive field block networks for object detection.

    Python
    在 GitHub 上查看↗1,419
  • kazuto1011/deeplab-pytorchkazuto1011 的头像

    kazuto1011/deeplab-pytorch

    1,103在 GitHub 上查看↗

    This is an unofficial PyTorch implementation of DeepLab v2 1 with a ResNet-101 backbone. COCO-Stuff dataset 2 and PASCAL VOC dataset 3 are supported. The official Caffe weights provided by the authors can be used without building the Caffe APIs. DeepLab v3/v3+ models with the identical…

    Atrous convolution and CRF modules for semantic segmentation.

    Python
    在 GitHub 上查看↗1,103
  • dingxiaoh/acnetDingXiaoH 的头像

    DingXiaoH/ACNet

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

    Asymmetric convolution blocks for strengthening kernel skeletons.

    Python
    在 GitHub 上查看↗851
  • mahyarnajibi/sshmahyarnajibi 的头像

    mahyarnajibi/SSH

    840在 GitHub 上查看↗

    This repository includes the code for training and evaluating the SSH face detector introduced in our ICCV 2017 paper.

    Headless face detection modules.

    Python
    在 GitHub 上查看↗840
  • andrew-qibin/spnetAndrew-Qibin 的头像

    Andrew-Qibin/SPNet

    413在 GitHub 上查看↗

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

    Strip pooling modules for scene parsing.

    Python
    在 GitHub 上查看↗413
  • iduta/pyconviduta 的头像

    iduta/pyconv

    328在 GitHub 上查看↗

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

    Pyramidal convolution modules for visual recognition.

    Python
    在 GitHub 上查看↗328
  • yangyanli/do-convyangyanli 的头像

    yangyanli/DO-Conv

    200在 GitHub 上查看↗

    Created by Jinming Cao , Yangyan Li , Mingchao Sun, Ying Chen , Dani Lischinski , Daniel Cohen-Or , Baoquan Chen , and Changhe Tu . Transactions on Image Processing (TIP) 2022.

    Depthwise over-parameterized convolutional layers.

    Python
    在 GitHub 上查看↗200
  • d-li14/psconvd-li14 的头像

    d-li14/PSConv

    174在 GitHub 上查看↗

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

    Compact poly-scale convolutional layers.

    Python
    在 GitHub 上查看↗174
  • jiaxiongq/slimconvJiaxiongQ 的头像

    JiaxiongQ/SlimConv

    20在 GitHub 上查看↗

    This repository contains the code (in PyTorch) for SlimConv: Reducing Channel Redundancy in Convolutional Neural Networks by Features Recombining paper (TIP 2021)

    Weight-flipping modules to reduce channel redundancy.

    Python
    在 GitHub 上查看↗20
  • tongjiangwei/featurefusiontongjiangwei 的头像

    tongjiangwei/FeatureFusion

    7在 GitHub 上查看↗

    A new method to fuse high-level features and low-level features in human pose estimation

    Feature fusion modules for human pose estimation.

    Python
    在 GitHub 上查看↗7
  1. Home
  2. Part of an Awesome List
  3. Developer Tools
  4. Plug and Play Modules