awesome-repositories.com
Blog
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
·
Back to szagoruyko/attention-transfer

Open-source alternatives to Attention Transfer

30 open-source projects similar to szagoruyko/attention-transfer, ranked by how many features they have in common. Compare stars, activity and what each one does to find the best Attention Transfer alternative.

  • aaron-xichen/pytorch-playgroundAvatar von aaron-xichen

    aaron-xichen/pytorch-playground

    2,714Auf GitHub ansehen↗

    Base pretrained models and datasets in pytorch (MNIST, SVHN, CIFAR10, CIFAR100, STL10, AlexNet, VGG16, VGG19, ResNet, Inception, SqueezeNet)

    Pythonpytorchpytorch-tutorialpytorch-tutorials
    Auf GitHub ansehen↗2,714
  • xternalz/wideresnet-pytorchAvatar von xternalz

    xternalz/WideResNet-pytorch

    346Auf GitHub ansehen↗

    Wide Residual Networks (WideResNets) in PyTorch

    Python
    Auf GitHub ansehen↗346
  • 1zb/deformable-convolution-pytorchAvatar von 1zb

    1zb/deformable-convolution-pytorch

    410Auf GitHub ansehen↗

    PyTorch implementation of Deformable Convolution

    Cuda
    Auf GitHub ansehen↗410
  • bamos/densenet.pytorchAvatar von bamos

    bamos/densenet.pytorch

    838Auf GitHub ansehen↗

    A PyTorch implementation of DenseNet.

    Python
    Auf GitHub ansehen↗838
  • oeway/pytorch-deform-convAvatar von oeway

    oeway/pytorch-deform-conv

    906Auf GitHub ansehen↗

    PyTorch implementation of Deformable Convolution

    Pythondeep-learningdeep-learning-algorithms
    Auf GitHub ansehen↗906
  • rwightman/pytorch-image-modelsAvatar von rwightman

    rwightman/pytorch-image-models

    36,893Auf GitHub ansehen↗

    This project is a library of pretrained computer vision architectures and backbones for image classification and feature extraction. It serves as a comprehensive model zoo and collection of standardized image encoders, including ResNet, Vision Transformers, and EfficientNet, for use in visual analysis and as backbones for object detection and image segmentation. The library provides a framework for distributed training and evaluation of image models using advanced data augmentation and optimization scripts. It includes a dedicated toolset for converting trained PyTorch vision models into the

    Python
    Auf GitHub ansehen↗36,893

KI-Suche

Entdecke weitere awesome Repositories

Beschreibe in einfachen Worten, was du brauchst — die KI bewertet tausende kuratierte Open-Source-Projekte nach Relevanz.

Find more with AI search
  • jwyang/faster-rcnn.pytorchAvatar von jwyang

    jwyang/faster-rcnn.pytorch

    7,859Auf GitHub ansehen↗

    This project is a PyTorch object detection framework that implements the Faster R-CNN architecture. It serves as a vision model for predicting precise bounding boxes around multiple objects within images and live video feeds. The system is optimized for multi-GPU training to reduce the time required for model convergence. It utilizes a GPU-accelerated design to handle the training and inference of complex detection networks. The framework covers the full object detection lifecycle, including custom network training and inference for static images and real-time video streams. It includes capa

    Python
    Auf GitHub ansehen↗7,859
  • higgsfield/capsule-network-tutorialAvatar von higgsfield

    higgsfield/Capsule-Network-Tutorial

    765Auf GitHub ansehen↗

    This is easy-to-follow Capsule Network tutorial with clean readable code: Capsule Network.ipynb

    Jupyter Notebook
    Auf GitHub ansehen↗765
  • facebookresearch/fadernetworksAvatar von facebookresearch

    facebookresearch/FaderNetworks

    762Auf GitHub ansehen↗

    PyTorch implementation of Fader Networks (NIPS 2017).

    Python
    Auf GitHub ansehen↗762
  • isht7/pytorch-deeplab-resnetI

    isht7/pytorch-deeplab-resnet

    0Auf GitHub ansehen↗
    Auf GitHub ansehen↗0
  • dmitryulyanov/deep-image-priorAvatar von DmitryUlyanov

    DmitryUlyanov/deep-image-prior

    8,085Auf GitHub ansehen↗

    This project is an unsupervised image restoration tool that uses a convolutional neural network as a structural prior to reconstruct images from noisy or incomplete data. It functions as a neural network image prior, utilizing the inherent biases of the network architecture to restore pixels without the need for a pre-trained dataset or external learning. The system performs zero-shot image restoration by treating the network architecture itself as a regularization term. It uses a randomly initialized encoder-decoder structure and iterative gradient descent to minimize pixel-wise loss, recove

    Jupyter Notebook
    Auf GitHub ansehen↗8,085
  • eladhoffer/convnet.pytorchE

    eladhoffer/convNet.pytorch

    0Auf GitHub ansehen↗
    Auf GitHub ansehen↗0
  • hanzhanggit/stackgan-v2Avatar von hanzhanggit

    hanzhanggit/StackGAN-v2

    847Auf GitHub ansehen↗

    StackGAN-v1: Tensorflow implementation

    Python
    Auf GitHub ansehen↗847
  • hengyuan-hu/bottom-up-attention-vqaH

    hengyuan-hu/bottom-up-attention-vqa

    0Auf GitHub ansehen↗
    Auf GitHub ansehen↗0
  • desimone/pytorch-cat-vs-dogsD

    desimone/pytorch-cat-vs-dogs

    0Auf GitHub ansehen↗
    Auf GitHub ansehen↗0
  • castorini/honkC

    castorini/honk

    0Auf GitHub ansehen↗
    Auf GitHub ansehen↗0
  • devendrachaplot/deeprl-groundingAvatar von devendrachaplot

    devendrachaplot/DeepRL-Grounding

    237Auf GitHub ansehen↗

    Train an RL agent to execute natural language instructions in a 3D Environment (PyTorch)

    Python
    Auf GitHub ansehen↗237
  • bodokaiser/piwiseB

    bodokaiser/piwise

    0Auf GitHub ansehen↗

    Pixel-wise segmentation on the VOC2012dataset dataset using pytorchpytorch.

    Auf GitHub ansehen↗0
  • bgshih/crnnAvatar von bgshih

    bgshih/crnn

    2,104Auf GitHub ansehen↗

    Convolutional Recurrent Neural Network

    Lua
    Auf GitHub ansehen↗2,104
  • amdegroot/ssd.pytorchAvatar von amdegroot

    amdegroot/ssd.pytorch

    5,224Auf GitHub ansehen↗

    This is a PyTorch object detection framework that implements the Single Shot MultiBox Detector for identifying and localizing multiple objects within images and video. The project provides a neural network architecture designed for single-shot object detection, which predicts bounding boxes and class labels in one pass. The implementation includes a real-time object detector capable of processing live video streams to track and label objects across sequential frames. It also features a complete computer vision training pipeline for preparing image datasets and training model weights. The fra

    Pythoncomputer-visiondeep-learningimage-recognition
    Auf GitHub ansehen↗5,224
  • clementpinard/depthnetC

    ClementPinard/DepthNet

    0Auf GitHub ansehen↗
    Auf GitHub ansehen↗0
  • davexpro/pytorch-pose-estimationAvatar von DavexPro

    DavexPro/pytorch-pose-estimation

    159Auf GitHub ansehen↗

    PyTorch Implementation of Realtime Multi-Person Pose Estimation project.

    Jupyter Notebook
    Auf GitHub ansehen↗159
  • 1adrianb/face-alignmentAvatar von 1adrianb

    1adrianb/face-alignment

    7,518Auf GitHub ansehen↗

    This is a PyTorch-based computer vision library for detecting 2D and 3D facial landmark coordinates. It functions as a facial landmark detector and reconstruction tool, utilizing deep learning to identify precise geometric points on human faces from image datasets. The library allows for the selection of specific detection backends to balance accuracy and processing speed. It supports the integration of precomputed bounding box files, which enables the system to bypass the initial detection phase and proceed directly to landmark extraction. The toolkit includes capabilities for batch image p

    Python
    Auf GitHub ansehen↗7,518
  • aosokin/biogansA

    aosokin/biogans

    0Auf GitHub ansehen↗
    Auf GitHub ansehen↗0
  • dyhan0920/pyramidnet-pytorchAvatar von dyhan0920

    dyhan0920/PyramidNet-PyTorch

    270Auf GitHub ansehen↗

    A PyTorch implementation for PyramidNets (Deep Pyramidal Residual Networks, https://arxiv.org/abs/1610.02915)

    Python
    Auf GitHub ansehen↗270
  • eladhoffer/captiongenE

    eladhoffer/captionGen

    0Auf GitHub ansehen↗
    Auf GitHub ansehen↗0
  • fartashf/vseppAvatar von fartashf

    fartashf/vsepp

    523Auf GitHub ansehen↗

    PyTorch Code for the paper "VSE++: Improving Visual-Semantic Embeddings with Hard Negatives"

    Python
    Auf GitHub ansehen↗523
  • fxia22/pointnet.pytorchF

    fxia22/pointnet.pytorch

    0Auf GitHub ansehen↗

    This repo is implementation for PointNet(https://arxiv.org/abs/1612.00593) in pytorch. The model is in pointnet/model.py.

    Auf GitHub ansehen↗0
  • harshtrivedi/nmn-pytorchH

    HarshTrivedi/nmn-pytorch

    0Auf GitHub ansehen↗
    Auf GitHub ansehen↗0
  • c0nn3r/retinanetC

    c0nn3r/RetinaNet

    0Auf GitHub ansehen↗
    Auf GitHub ansehen↗0