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

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

探索精选搜索开源替代品自托管软件博客网站地图
项目MCP 服务器关于排名机制媒体报道
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
HyeonwooNoh avatar

HyeonwooNoh/DeconvNet

0
View on GitHub↗
326 星标·149 分支·Matlab·4 次浏览

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 历史

hyeonwoonoh/deconvnet 的 Star 历史图表hyeonwoonoh/deconvnet 的 Star 历史图表

AI 搜索

探索更多 awesome 仓库

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

Start searching with AI

DeconvNet 的开源替代方案

相似的开源项目,按与 DeconvNet 的功能重合度排序。
  • 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
  • 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
  • divamgupta/image-segmentation-kerasD

    divamgupta/image-segmentation-keras

    0在 GitHub 上查看↗

    Implementation of various Deep Image Segmentation models in keras.

    在 GitHub 上查看↗0
  • guosheng/refinenetG

    guosheng/refinenet

    0在 GitHub 上查看↗
    在 GitHub 上查看↗0
查看 DeconvNet 的所有 30 个替代方案→

常见问题解答

hyeonwoonoh/deconvnet 是做什么的?

DeconvNet : Learning Deconvolution Network for Semantic Segmentation

hyeonwoonoh/deconvnet 的主要功能有哪些?

hyeonwoonoh/deconvnet 的主要功能包括:Computer Vision Models, Segmentation Architectures, Semantic Segmentation。

hyeonwoonoh/deconvnet 有哪些开源替代品?

hyeonwoonoh/deconvnet 的开源替代品包括: 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.