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

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

探索精选搜索开源替代品自托管软件博客网站地图
项目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/dilationfyu 的头像

    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-fcnwkentaro 的头像

    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/adaptsegnetwasidennis 的头像

    wasidennis/AdaptSegNet

    859在 GitHub 上查看↗

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

    Python
    在 GitHub 上查看↗859
  • layumi/seg-uncertaintylayumi 的头像

    layumi/Seg-Uncertainty

    394在 GitHub 上查看↗

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

    Python
    在 GitHub 上查看↗394

AI 搜索

探索更多 awesome 仓库

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

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/pspnethszhao 的头像

    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/seckolesman 的头像

    kolesman/SEC

    247在 GitHub 上查看↗

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

    Jupyter Notebook
    在 GitHub 上查看↗247
  • tensorflow/modelstensorflow 的头像

    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/danetjunfu1115 的头像

    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-segmentationjocicmarko 的头像

    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-benchmarkfacebookresearch 的头像

    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-examplescs230-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.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
  • 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
  • alaphao/coremlexamplealaphao 的头像

    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-netAaltoVision 的头像

    AaltoVision/DGC-Net

    206在 GitHub 上查看↗

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

    Jupyter Notebook
    在 GitHub 上查看↗206
  • bestivictory/ilgnetBestiVictory 的头像

    BestiVictory/ILGnet

    114在 GitHub 上查看↗
    Python
    在 GitHub 上查看↗114
  • bgshih/crnnbgshih 的头像

    bgshih/crnn

    2,104在 GitHub 上查看↗

    Convolutional Recurrent Neural Network

    Lua
    在 GitHub 上查看↗2,104
  • bit-da/sepicoBIT-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-plusbonlime 的头像

    bonlime/keras-deeplab-v3-plus

    1,376在 GitHub 上查看↗

    Keras implementation of Deeplab v3+ with pretrained weights

    Jupyter Notebook
    在 GitHub 上查看↗1,376
  • brdav/refignbrdav 的头像

    brdav/refign

    86在 GitHub 上查看↗

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

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

    1zb/deformable-convolution-pytorch

    410在 GitHub 上查看↗

    PyTorch implementation of Deformable Convolution

    Cuda
    在 GitHub 上查看↗410