awesome-repositories.comالتصنيفاتالمدونة
MCP
awesome-repositories.com

اكتشف أفضل مستودعات المصادر المفتوحة باستخدام بحث مدعوم بالذكاء الاصطناعي.

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعخادم MCPحولكيفية ترتيب النتائجالصحافة
قانونيالخصوصيةالشروط
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
Back to hyeonwoonoh/deconvnet

Open-source alternatives to DeconvNet

30 open-source projects similar to hyeonwoonoh/deconvnet, ranked by how many features they have in common. Compare stars, activity and what each one does to find the best DeconvNet alternative.

  • divamgupta/image-segmentation-kerasD

    divamgupta/image-segmentation-keras

    0عرض على GitHub↗

    Implementation of various Deep Image Segmentation models in keras.

    عرض على GitHub↗0
  • fyu/dilationالصورة الرمزية لـ fyu

    fyu/dilation

    785عرض على GitHub↗

    Properties of dilated convolution are discussed in our ICLR 2016 conference paper. This repository contains the network definitions and the trained models. You can use this code together with vanilla Caffe to segment images using the pre-trained models. If you want to train the models yourself,…

    Python
    عرض على GitHub↗785
  • wkentaro/pytorch-fcnالصورة الرمزية لـ wkentaro

    wkentaro/pytorch-fcn

    1,777عرض على GitHub↗

    PyTorch Implementation of Fully Convolutional Networks. (Training code to reproduce the original result is available.)

    Pythoncomputer-visionconvolutional-networksdeep-learning
    عرض على GitHub↗1,777
  • wasidennis/adaptsegnetالصورة الرمزية لـ wasidennis

    wasidennis/AdaptSegNet

    859عرض على GitHub↗

    Learning to Adapt Structured Output Space for Semantic Segmentation, CVPR 2018 (spotlight)

    Python
    عرض على GitHub↗859
  • layumi/seg-uncertaintyالصورة الرمزية لـ layumi

    layumi/Seg-Uncertainty

    394عرض على GitHub↗

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

    Python
    عرض على GitHub↗394

بحث بالذكاء الاصطناعي

استكشف المزيد من المستودعات الرائعة

صف ما تحتاجه بلغة بسيطة — وسيقوم الذكاء الاصطناعي بترتيب آلاف المشاريع مفتوحة المصدر المنسقة حسب الصلة.

Find more with AI search
  • guosheng/refinenetG

    guosheng/refinenet

    0عرض على GitHub↗
    عرض على GitHub↗0
  • isht7/pytorch-deeplab-resnetI

    isht7/pytorch-deeplab-resnet

    0عرض على GitHub↗
    عرض على GitHub↗0
  • hszhao/pspnetالصورة الرمزية لـ hszhao

    hszhao/PSPNet

    1,656عرض على GitHub↗

    by Hengshuang Zhao, Jianping Shi, Xiaojuan Qi, Xiaogang Wang, Jiaya Jia, details are in project page.

    C++
    عرض على GitHub↗1,656
  • kolesman/secالصورة الرمزية لـ kolesman

    kolesman/SEC

    247عرض على GitHub↗

    Seed, Expand, Constrain: Three Principles for Weakly-Supervised Image Segmentation

    Jupyter Notebook
    عرض على GitHub↗247
  • tensorflow/modelsالصورة الرمزية لـ tensorflow

    tensorflow/models

    77,663عرض على GitHub↗

    This repository serves as a centralized collection of state-of-the-art deep learning architectures and reference implementations designed for research and application development. It provides a comprehensive toolkit for computer vision and natural language processing, offering pre-built models and training pipelines for tasks ranging from image classification and object detection to complex sequence modeling. The project distinguishes itself by providing a flexible execution harness that manages the entire training lifecycle, including data ingestion and backpropagation. It supports scalable

    Python
    عرض على GitHub↗77,663
  • zijundeng/pytorch-semantic-segmentationZ

    ZijunDeng/pytorch-semantic-segmentation

    0عرض على GitHub↗

    This repository contains some models for semantic segmentation and the pipeline of training and testing models, implemented in PyTorch

    عرض على GitHub↗0
  • shelhamer/fcn.berkeleyvision.orgS

    shelhamer/fcn.berkeleyvision.org

    0عرض على GitHub↗

    This is the reference implementation of the models and code for the fully convolutional networks (FCNs) in the PAMI FCN and CVPR FCN papers:

    عرض على GitHub↗0
  • junfu1115/danetالصورة الرمزية لـ junfu1115

    junfu1115/DANet

    2,459عرض على GitHub↗

    Jun Fu, Jing Liu, Haijie Tian, Yong Li, Yongjun Bao, Zhiwei Fang,and Hanqing Lu

    Python
    عرض على GitHub↗2,459
  • jocicmarko/ultrasound-nerve-segmentationالصورة الرمزية لـ jocicmarko

    jocicmarko/ultrasound-nerve-segmentation

    944عرض على GitHub↗

    This tutorial shows how to use Keras library to build deep neural network for ultrasound image nerve segmentation. More info on this Kaggle competition can be found on https://www.kaggle.com/c/ultrasound-nerve-segmentation.

    Python
    عرض على GitHub↗944
  • facebookresearch/maskrcnn-benchmarkالصورة الرمزية لـ facebookresearch

    facebookresearch/maskrcnn-benchmark

    9,370عرض على GitHub↗

    This project is a modular PyTorch framework for training and evaluating object detection and instance segmentation models. It serves as a computer vision research tool and a deep learning inference engine designed to identify object locations, classes, and pixel-level masks within images. The framework implements a two-stage inference pipeline that utilizes region proposal networks and a symmetric mask-head architecture. It provides specialized capabilities for instance segmentation, object bounding box detection, and human pose estimation via anatomical keypoint detection. The system includ

    Python
    عرض على GitHub↗9,370
  • cs230-stanford/cs230-code-examplesالصورة الرمزية لـ cs230-stanford

    cs230-stanford/cs230-code-examples

    4,218عرض على 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
    عرض على GitHub↗4,218
  • anuragranj/back2future.pytorchA

    anuragranj/back2future.pytorch

    0عرض على GitHub↗
    عرض على GitHub↗0
  • amdegroot/ssd.pytorchالصورة الرمزية لـ amdegroot

    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
  • aaron-xichen/pytorch-playgroundالصورة الرمزية لـ aaron-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
  • alaphao/coremlexampleالصورة الرمزية لـ alaphao

    alaphao/CoreMLExample

    37عرض على GitHub↗

    An example of CoreML using a pre-trained VGG16 model

    Swift
    عرض على GitHub↗37
  • bernard24/risB

    bernard24/RIS

    0عرض على GitHub↗
    عرض على GitHub↗0
  • akirasosa/mobile-semantic-segmentationA

    akirasosa/mobile-semantic-segmentation

    0عرض على GitHub↗
    عرض على GitHub↗0
  • aaltovision/dgc-netالصورة الرمزية لـ AaltoVision

    AaltoVision/DGC-Net

    206عرض على GitHub↗

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

    Jupyter Notebook
    عرض على GitHub↗206
  • bestivictory/ilgnetالصورة الرمزية لـ BestiVictory

    BestiVictory/ILGnet

    114عرض على GitHub↗
    Python
    عرض على GitHub↗114
  • bgshih/crnnالصورة الرمزية لـ bgshih

    bgshih/crnn

    2,104عرض على GitHub↗

    Convolutional Recurrent Neural Network

    Lua
    عرض على GitHub↗2,104
  • bit-da/sepicoالصورة الرمزية لـ BIT-DA

    BIT-DA/SePiCo

    121عرض على GitHub↗

    TPAMI 2023 ESI Highly Cited Paper SePiCo: Semantic-Guided Pixel Contrast for Domain Adaptive Semantic Segmentation https://arxiv.org/abs/2204.08808

    Python
    عرض على GitHub↗121
  • bodokaiser/piwiseB

    bodokaiser/piwise

    0عرض على GitHub↗

    Pixel-wise segmentation on the VOC2012dataset dataset using pytorchpytorch.

    عرض على GitHub↗0
  • bonlime/keras-deeplab-v3-plusالصورة الرمزية لـ bonlime

    bonlime/keras-deeplab-v3-plus

    1,376عرض على GitHub↗

    Keras implementation of Deeplab v3+ with pretrained weights

    Jupyter Notebook
    عرض على GitHub↗1,376
  • brdav/refignالصورة الرمزية لـ brdav

    brdav/refign

    86عرض على GitHub↗

    Refign: Align and Refine for Adaptation of Semantic Segmentation to Adverse Conditions WACV 2023

    Python
    عرض على GitHub↗86
  • 1zb/deformable-convolution-pytorchالصورة الرمزية لـ 1zb

    1zb/deformable-convolution-pytorch

    410عرض على GitHub↗

    PyTorch implementation of Deformable Convolution

    Cuda
    عرض على GitHub↗410