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

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

探索精选搜索开源替代品自托管软件博客网站地图
项目MCP 服务器关于排名机制媒体报道
法律隐私政策服务条款
© 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

    0在 GitHub 上查看↗
    在 GitHub 上查看↗0
  • jacobgil/pytorch-grad-camjacobgil 的头像

    jacobgil/pytorch-grad-cam

    12,893在 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
    在 GitHub 上查看↗12,893
  • castorini/honkC

    castorini/honk

    0在 GitHub 上查看↗
    在 GitHub 上查看↗0
  • dyhan0920/pyramidnet-pytorchdyhan0920 的头像

    dyhan0920/PyramidNet-PyTorch

    270在 GitHub 上查看↗

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

    Python
    在 GitHub 上查看↗270
  • fxia22/pointnet.pytorchF

    fxia22/pointnet.pytorch

    0在 GitHub 上查看↗

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

    在 GitHub 上查看↗0

AI 搜索

探索更多 awesome 仓库

用简单的语言描述您的需求 —— AI 将根据相关性为您从数千个精选开源项目中进行排序。

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

    jacobgil/pytorch-explain-black-box

    0在 GitHub 上查看↗
    在 GitHub 上查看↗0
  • bearpaw/pytorch-classificationbearpaw 的头像

    bearpaw/pytorch-classification

    1,740在 GitHub 上查看↗

    Classification with PyTorch.

    Pythoncifar10cifar100classification
    在 GitHub 上查看↗1,740
  • cadene/vqa.pytorchC

    Cadene/vqa.pytorch

    0在 GitHub 上查看↗
    在 GitHub 上查看↗0
  • clementpinard/depthnetC

    ClementPinard/DepthNet

    0在 GitHub 上查看↗
    在 GitHub 上查看↗0
  • dmitryulyanov/deep-image-priorDmitryUlyanov 的头像

    DmitryUlyanov/deep-image-prior

    8,085在 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
    在 GitHub 上查看↗8,085
  • eladhoffer/captiongenE

    eladhoffer/captionGen

    0在 GitHub 上查看↗
    在 GitHub 上查看↗0
  • fartashf/vseppfartashf 的头像

    fartashf/vsepp

    523在 GitHub 上查看↗

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

    Python
    在 GitHub 上查看↗523
  • hengyuan-hu/bottom-up-attention-vqaH

    hengyuan-hu/bottom-up-attention-vqa

    0在 GitHub 上查看↗
    在 GitHub 上查看↗0
  • isht7/pytorch-deeplab-resnetI

    isht7/pytorch-deeplab-resnet

    0在 GitHub 上查看↗
    在 GitHub 上查看↗0
  • aaron-xichen/pytorch-playgroundaaron-xichen 的头像

    aaron-xichen/pytorch-playground

    2,714在 GitHub 上查看↗

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

    Pythonpytorchpytorch-tutorialpytorch-tutorials
    在 GitHub 上查看↗2,714
  • bamos/densenet.pytorchbamos 的头像

    bamos/densenet.pytorch

    838在 GitHub 上查看↗

    A PyTorch implementation of DenseNet.

    Python
    在 GitHub 上查看↗838
  • bodokaiser/piwiseB

    bodokaiser/piwise

    0在 GitHub 上查看↗

    Pixel-wise segmentation on the VOC2012dataset dataset using pytorchpytorch.

    在 GitHub 上查看↗0
  • c0nn3r/retinanetC

    c0nn3r/RetinaNet

    0在 GitHub 上查看↗
    在 GitHub 上查看↗0
  • 1zb/deformable-convolution-pytorch1zb 的头像

    1zb/deformable-convolution-pytorch

    410在 GitHub 上查看↗

    PyTorch implementation of Deformable Convolution

    Cuda
    在 GitHub 上查看↗410
  • amdegroot/ssd.pytorchamdegroot 的头像

    amdegroot/ssd.pytorch

    5,224在 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
    在 GitHub 上查看↗5,224
  • desimone/pytorch-cat-vs-dogsD

    desimone/pytorch-cat-vs-dogs

    0在 GitHub 上查看↗
    在 GitHub 上查看↗0
  • davexpro/pytorch-pose-estimationDavexPro 的头像

    DavexPro/pytorch-pose-estimation

    159在 GitHub 上查看↗

    PyTorch Implementation of Realtime Multi-Person Pose Estimation project.

    Jupyter Notebook
    在 GitHub 上查看↗159
  • 1adrianb/face-alignment1adrianb 的头像

    1adrianb/face-alignment

    7,518在 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
    在 GitHub 上查看↗7,518
  • aosokin/biogansA

    aosokin/biogans

    0在 GitHub 上查看↗
    在 GitHub 上查看↗0
  • eladhoffer/convnet.pytorchE

    eladhoffer/convNet.pytorch

    0在 GitHub 上查看↗
    在 GitHub 上查看↗0
  • facebookresearch/fadernetworksfacebookresearch 的头像

    facebookresearch/FaderNetworks

    762在 GitHub 上查看↗

    PyTorch implementation of Fader Networks (NIPS 2017).

    Python
    在 GitHub 上查看↗762
  • hanzhanggit/stackgan-v2hanzhanggit 的头像

    hanzhanggit/StackGAN-v2

    847在 GitHub 上查看↗

    StackGAN-v1: Tensorflow implementation

    Python
    在 GitHub 上查看↗847
  • harshtrivedi/nmn-pytorchH

    HarshTrivedi/nmn-pytorch

    0在 GitHub 上查看↗
    在 GitHub 上查看↗0
  • higgsfield/capsule-network-tutorialhiggsfield 的头像

    higgsfield/Capsule-Network-Tutorial

    765在 GitHub 上查看↗

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

    Jupyter Notebook
    在 GitHub 上查看↗765
  • jayleicn/animeganjayleicn 的头像

    jayleicn/animeGAN

    1,278在 GitHub 上查看↗

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

    Jupyter Notebookdatasetgenerative-adversarial-networkpytorch
    在 GitHub 上查看↗1,278