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

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

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectAboutHow we rankPressMCP server
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
HyeonwooNoh avatar

HyeonwooNoh/DeconvNet

0
View on GitHub↗
326 stars·149 forks·Matlab·3 views

DeconvNet

DeconvNet : Learning Deconvolution Network for Semantic Segmentation

Features

  • Computer Vision Models - Deconvolution network for semantic segmentation tasks.
  • Segmentation Architectures - DeconvNet implementation in Caffe.
  • Semantic Segmentation - Deconvolution network for semantic segmentation.

Star history

Star history chart for hyeonwoonoh/deconvnetStar history chart for hyeonwoonoh/deconvnet

AI search

Explore more awesome repositories

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

Start searching with AI

Open-source alternatives to DeconvNet

Similar open-source projects, ranked by how many features they share with DeconvNet.
  • fyu/dilationfyu avatar

    fyu/dilation

    785View on 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
    View on GitHub↗785
  • facebookresearch/maskrcnn-benchmarkfacebookresearch avatar

    facebookresearch/maskrcnn-benchmark

    9,370View on 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
    View on GitHub↗9,370
  • divamgupta/image-segmentation-kerasD

    divamgupta/image-segmentation-keras

    0View on GitHub↗

    Implementation of various Deep Image Segmentation models in keras.

    View on GitHub↗0
  • guosheng/refinenetG

    guosheng/refinenet

    0View on GitHub↗
    View on GitHub↗0
See all 30 alternatives to DeconvNet→

Frequently asked questions

What does hyeonwoonoh/deconvnet do?

DeconvNet : Learning Deconvolution Network for Semantic Segmentation

What are the main features of hyeonwoonoh/deconvnet?

The main features of hyeonwoonoh/deconvnet are: Computer Vision Models, Segmentation Architectures, Semantic Segmentation.

What are some open-source alternatives to hyeonwoonoh/deconvnet?

Open-source alternatives to hyeonwoonoh/deconvnet include: hszhao/pspnet — by Hengshuang Zhao, Jianping Shi, Xiaojuan Qi, Xiaogang Wang, Jiaya Jia, details are in project page. guosheng/refinenet. facebookresearch/maskrcnn-benchmark — This project is a modular PyTorch framework for training and evaluating object detection and instance segmentation… divamgupta/image-segmentation-keras — Implementation of various Deep Image Segmentation models in keras. fyu/dilation — Properties of dilated convolution are discussed in our ICLR 2016 conference paper. This repository contains the… isht7/pytorch-deeplab-resnet.