awesome-repositories.com
Blog
MCP
awesome-repositories.com

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoServidor MCPAcerca deCómo clasificamosPrensa
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
Back to devendrachaplot/deeprl-grounding

Open-source alternatives to DeepRL Grounding

30 open-source projects similar to devendrachaplot/deeprl-grounding, ranked by how many features they have in common. Compare stars, activity and what each one does to find the best DeepRL Grounding alternative.

  • jacobgil/pytorch-zssrJ

    jacobgil/pytorch-zssr

    0Ver en GitHub↗
    Ver en GitHub↗0
  • jacobgil/pytorch-grad-camAvatar de jacobgil

    jacobgil/pytorch-grad-cam

    12,893Ver en GitHub↗

    This project is a computer vision explainable AI library and framework for PyTorch, providing a suite of tools to visualize and audit the internal decision-making processes of deep neural networks. It serves as a neural network attribution tool and debugging utility to identify which image regions drive model predictions. The library is distinguished by its support for both gradient-based and gradient-free attribution methods, allowing for the generation of visual heatmaps and attribution maps without requiring modifications to the original model source code. It further differentiates itself

    Python
    Ver en GitHub↗12,893
  • castorini/honkC

    castorini/honk

    0Ver en GitHub↗
    Ver en GitHub↗0
  • dyhan0920/pyramidnet-pytorchAvatar de dyhan0920

    dyhan0920/PyramidNet-PyTorch

    270Ver en GitHub↗

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

    Python
    Ver en GitHub↗270
  • fxia22/pointnet.pytorchF

    fxia22/pointnet.pytorch

    0Ver en GitHub↗

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

    Ver en GitHub↗0

Búsqueda con IA

Explora más repositorios increíbles

Describe lo que necesitas en lenguaje sencillo: la IA clasifica miles de proyectos open-source curados por relevancia.

Find more with AI search
  • jacobgil/pytorch-explain-black-boxJ

    jacobgil/pytorch-explain-black-box

    0Ver en GitHub↗
    Ver en GitHub↗0
  • bearpaw/pytorch-classificationAvatar de bearpaw

    bearpaw/pytorch-classification

    1,740Ver en GitHub↗

    Classification with PyTorch.

    Pythoncifar10cifar100classification
    Ver en GitHub↗1,740
  • cadene/vqa.pytorchC

    Cadene/vqa.pytorch

    0Ver en GitHub↗
    Ver en GitHub↗0
  • clementpinard/depthnetC

    ClementPinard/DepthNet

    0Ver en GitHub↗
    Ver en GitHub↗0
  • dmitryulyanov/deep-image-priorAvatar de DmitryUlyanov

    DmitryUlyanov/deep-image-prior

    8,085Ver en GitHub↗

    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
    Ver en GitHub↗8,085
  • eladhoffer/captiongenE

    eladhoffer/captionGen

    0Ver en GitHub↗
    Ver en GitHub↗0
  • fartashf/vseppAvatar de fartashf

    fartashf/vsepp

    523Ver en GitHub↗

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

    Python
    Ver en GitHub↗523
  • hengyuan-hu/bottom-up-attention-vqaH

    hengyuan-hu/bottom-up-attention-vqa

    0Ver en GitHub↗
    Ver en GitHub↗0
  • isht7/pytorch-deeplab-resnetI

    isht7/pytorch-deeplab-resnet

    0Ver en GitHub↗
    Ver en GitHub↗0
  • aaron-xichen/pytorch-playgroundAvatar de aaron-xichen

    aaron-xichen/pytorch-playground

    2,714Ver en GitHub↗

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

    Pythonpytorchpytorch-tutorialpytorch-tutorials
    Ver en GitHub↗2,714
  • bamos/densenet.pytorchAvatar de bamos

    bamos/densenet.pytorch

    838Ver en GitHub↗

    A PyTorch implementation of DenseNet.

    Python
    Ver en GitHub↗838
  • bodokaiser/piwiseB

    bodokaiser/piwise

    0Ver en GitHub↗

    Pixel-wise segmentation on the VOC2012dataset dataset using pytorchpytorch.

    Ver en GitHub↗0
  • c0nn3r/retinanetC

    c0nn3r/RetinaNet

    0Ver en GitHub↗
    Ver en GitHub↗0
  • 1zb/deformable-convolution-pytorchAvatar de 1zb

    1zb/deformable-convolution-pytorch

    410Ver en GitHub↗

    PyTorch implementation of Deformable Convolution

    Cuda
    Ver en GitHub↗410
  • amdegroot/ssd.pytorchAvatar de amdegroot

    amdegroot/ssd.pytorch

    5,224Ver en GitHub↗

    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
    Ver en GitHub↗5,224
  • desimone/pytorch-cat-vs-dogsD

    desimone/pytorch-cat-vs-dogs

    0Ver en GitHub↗
    Ver en GitHub↗0
  • davexpro/pytorch-pose-estimationAvatar de DavexPro

    DavexPro/pytorch-pose-estimation

    159Ver en GitHub↗

    PyTorch Implementation of Realtime Multi-Person Pose Estimation project.

    Jupyter Notebook
    Ver en GitHub↗159
  • 1adrianb/face-alignmentAvatar de 1adrianb

    1adrianb/face-alignment

    7,518Ver en GitHub↗

    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
    Ver en GitHub↗7,518
  • aosokin/biogansA

    aosokin/biogans

    0Ver en GitHub↗
    Ver en GitHub↗0
  • eladhoffer/convnet.pytorchE

    eladhoffer/convNet.pytorch

    0Ver en GitHub↗
    Ver en GitHub↗0
  • facebookresearch/fadernetworksAvatar de facebookresearch

    facebookresearch/FaderNetworks

    762Ver en GitHub↗

    PyTorch implementation of Fader Networks (NIPS 2017).

    Python
    Ver en GitHub↗762
  • hanzhanggit/stackgan-v2Avatar de hanzhanggit

    hanzhanggit/StackGAN-v2

    847Ver en GitHub↗

    StackGAN-v1: Tensorflow implementation

    Python
    Ver en GitHub↗847
  • harshtrivedi/nmn-pytorchH

    HarshTrivedi/nmn-pytorch

    0Ver en GitHub↗
    Ver en GitHub↗0
  • higgsfield/capsule-network-tutorialAvatar de higgsfield

    higgsfield/Capsule-Network-Tutorial

    765Ver en GitHub↗

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

    Jupyter Notebook
    Ver en GitHub↗765
  • jayleicn/animeganAvatar de jayleicn

    jayleicn/animeGAN

    1,278Ver en GitHub↗

    A simple PyTorch Implementation of Generative Adversarial Networks, focusing on anime face drawing.

    Jupyter Notebookdatasetgenerative-adversarial-networkpytorch
    Ver en GitHub↗1,278