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,223GitHub पर देखें↗

    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,281GitHub पर देखें↗

    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,656GitHub पर देखें↗

    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,419GitHub पर देखें↗

    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,103GitHub पर देखें↗

    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

    851GitHub पर देखें↗

    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

    840GitHub पर देखें↗

    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

    413GitHub पर देखें↗

    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

    328GitHub पर देखें↗

    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

    200GitHub पर देखें↗

    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

    174GitHub पर देखें↗

    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

    20GitHub पर देखें↗

    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

    7GitHub पर देखें↗

    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