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

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
Back to nv-tlabs/steal

Projects sharing features with STEAL

30 open-source projects similar to nv-tlabs/steal, ranked by shared indexed features. Tags may describe platforms or build tools rather than the same primary purpose. Check each project’s use case, license, and deployment requirements before treating it as a replacement.

  • nvidia/semantic-segmentationNVIDIA avatar

    NVIDIA/semantic-segmentation

    1,823View on GitHub↗

    Nvidia Semantic Segmentation monorepo

    Python
    View on GitHub↗1,823
  • layumi/seg-uncertaintylayumi avatar

    layumi/Seg-Uncertainty

    394View on GitHub↗

    IJCAI2020 & IJCV2021 :city_sunrise: Unsupervised Scene Adaptation with Memory Regularization in vivo

    Python
    View on GitHub↗394
  • cs230-stanford/cs230-code-examplescs230-stanford avatar

    cs230-stanford/cs230-code-examples

    4,218View on GitHub↗

    This repository provides structured code examples and project templates designed for classroom instruction in machine learning and neural networks. It offers reference implementations of deep learning models for both computer vision and natural language processing tasks, built using PyTorch as the core framework. The codebase is organized as a modular project template with separate directories for data handling, model definitions, and training scripts, promoting reusability and clarity. It includes predefined pipelines for image classification and text processing, along with a command-line in

    Pythoncomputer-visionnatural-language-processingpytorch
    View on GitHub↗4,218
  • aaltovision/dgc-netAaltoVision avatar

    AaltoVision/DGC-Net

    206View on GitHub↗

    A PyTorch implementation of "DGC-Net: Dense Geometric Correspondence Network"

    Jupyter Notebook
    View on GitHub↗206
  • akshayubhat/deepvideoanalyticsA

    AKSHAYUBHAT/DeepVideoAnalytics

    0View on GitHub↗
    View on GitHub↗0

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Find more with AI search
  • alaphao/coremlexamplealaphao avatar

    alaphao/CoreMLExample

    37View on GitHub↗

    An example of CoreML using a pre-trained VGG16 model

    Swift
    View on GitHub↗37
  • adamian98/pulseadamian98 avatar

    adamian98/pulse

    8,014View on GitHub↗

    Pulse is a generative model image upscaler and latent space image processor. It functions as a self-supervised photo upsampling tool that increases image resolution by exploring the latent space of pre-trained generative models to synthesize high-quality details. The system includes a face image alignment tool designed to standardize the scale and orientation of raw facial photos. This preprocessing utility prepares images for higher resolution processing by aligning and downscaling faces to a standard orientation. The project covers AI image super-resolution and generative photo upscaling,

    Python
    View on GitHub↗8,014
  • alibaba-edu/ranking-based-instance-selectionalibaba-edu avatar

    alibaba-edu/Ranking-based-Instance-Selection

    33View on GitHub↗

    Ranking-based-Instance-Selection

    Python
    View on GitHub↗33
  • amdegroot/ssd.pytorchamdegroot avatar

    amdegroot/ssd.pytorch

    5,224View on 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
    View on GitHub↗5,224
  • antoninbrthn/csidnantoninbrthn avatar

    antoninbrthn/CSIDN

    9View on GitHub↗

    Code for the article "Confidence Scores Make Instance-dependent Label-noise Learning Possible", ICML'21

    Python
    View on GitHub↗9
  • anuragkr90/webly-labeled-soundsanuragkr90 avatar

    anuragkr90/webly-labeled-sounds

    6View on GitHub↗

    Github repo for webly labeled learning of sound events

    Python
    View on GitHub↗6
  • anuragranj/back2future.pytorchA

    anuragranj/back2future.pytorch

    0View on GitHub↗
    View on GitHub↗0
  • aosokin/biogansA

    aosokin/biogans

    0View on GitHub↗
    View on GitHub↗0
  • arghosh/robustmw-netarghosh avatar

    arghosh/RobustMW-Net

    7View on GitHub↗

    WACV'21: Do We Really Need Gold Samples for Sample Weighting Under Label Noise?

    Python
    View on GitHub↗7
  • automl-4paradigm/s2eAutoML-4Paradigm avatar

    AutoML-4Paradigm/S2E

    23View on GitHub↗

    Q. Yao, H. Yang, B. Han, G. Niu, J. Kwok. Searching to Exploit Memorization Effect in Learning from Noisy Labels. ICML 2020

    Python
    View on GitHub↗23
  • arig23498/flutter-licenseariG23498 avatar

    ariG23498/Flutter-License

    25View on GitHub↗

    TCS humAIn This is a Flutter application that is used to locate the license plate out of a picture given to the application. Cue the Drum Rolls for what I am about to disclose. With the help of Sayak Paul the tensorflow model that was 255mb was cut short to a 2mb file. TFLite did the trick for…

    Dart
    View on GitHub↗25
  • awasthiabhijeet/learning-from-rulesawasthiabhijeet avatar

    awasthiabhijeet/Learning-From-Rules

    50View on GitHub↗

    Implementation of experiments in paper "Learning from Rules Generalizing Labeled Exemplars" to appear in ICLR2020 (https://openreview.net/forum?id=SkeuexBtDr)

    Python
    View on GitHub↗50
  • awentzonline/image-analogiesawentzonline avatar

    awentzonline/image-analogies

    3,504View on GitHub↗

    Generate image analogies using neural matching and blending.

    Python
    View on GitHub↗3,504
  • azadis/airazadis avatar

    azadis/AIR

    6View on GitHub↗

    Auxiliary Image Regularization for Deep CNNs with Noisy labels at ICLR 2016

    C
    View on GitHub↗6
  • baeheesun/npcBaeHeeSun avatar

    BaeHeeSun/NPC

    24View on GitHub↗

    Official PyTorch implementation of "From Noisy Prediction to True Label: Noisy Prediction Calibration via Generative Model" (ICML 2022) by HeeSun Bae, Seungjae Shin, Byeonghu Na, JoonHo Jang, Kyungwoo Song, and Il-Chul Moon.

    Python
    View on GitHub↗24
  • bamos/densenet.pytorchbamos avatar

    bamos/densenet.pytorch

    838View on GitHub↗

    A PyTorch implementation of DenseNet.

    Python
    View on GitHub↗838
  • bbdamodaran/warbbdamodaran avatar

    bbdamodaran/WAR

    8View on GitHub↗

    This repository contains the pytroch code to reproduce the results the paper "Wasserstein Adversarial Regularization for Learning with Label Noise"

    Python
    View on GitHub↗8
  • bearpaw/pytorch-classificationbearpaw avatar

    bearpaw/pytorch-classification

    1,740View on GitHub↗

    Classification with PyTorch.

    Pythoncifar10cifar100classification
    View on GitHub↗1,740
  • bestivictory/ilgnetBestiVictory avatar

    BestiVictory/ILGnet

    114View on GitHub↗
    Python
    View on GitHub↗114
  • bgshih/crnnbgshih avatar

    bgshih/crnn

    2,104View on GitHub↗

    Convolutional Recurrent Neural Network

    Lua
    View on GitHub↗2,104
  • bhanml/co-teachingbhanML avatar

    bhanML/Co-teaching

    520View on GitHub↗

    NeurIPS'18: Co-teaching: Robust Training of Deep Neural Networks with Extremely Noisy Labels

    Python
    View on GitHub↗520
  • bhanml/maskingbhanML avatar

    bhanML/Masking

    55View on GitHub↗

    NeurIPS'18: Masking: A New Perspective of Noisy Supervision

    Python
    View on GitHub↗55
  • bhanml/siguabhanML avatar

    bhanML/SIGUA

    17View on GitHub↗

    ICML'20: SIGUA: Forgetting May Make Learning with Noisy Labels More Robust

    Python
    View on GitHub↗17
  • bodokaiser/piwiseB

    bodokaiser/piwise

    0View on GitHub↗

    Pixel-wise segmentation on the VOC2012dataset dataset using pytorchpytorch.

    View on GitHub↗0
  • alfredxiangwu/lightcnnAlfredXiangWu avatar

    AlfredXiangWu/LightCNN

    962View on GitHub↗

    A Light CNN for Deep Face Representation with Noisy Labels, TIFS 2018

    Pythonface-recognitionlightcnnpytorch
    View on GitHub↗962