资源算法Detectron-ZZNet

Detectron-ZZNet

2020-03-05 | |  59 |   0 |   0

ZigZagNet: Fusing Top-Down and Bottom-Up Context for Object Segmentation

by Di Lin, Dingguo Shen, Siting Shen,Yuanfeng Ji,Dani Lischinski,Daniel Cohen-Or,Hui Huang

Introduction

This repository re-implements ZigZagNet on the base of Detectron. Very consistent gains are available for all tested models, regardless of baseline strength.

Please follow Detectron on how to install and use ZigZagNet.

Citation

If you use our code/model/data, please cite our paper:

@inproceedings{cai18cascadercnn,
  author = {Di Lin, Dingguo Shen, Siting Shen,Yuanfeng Ji,Dani Lischinski,Daniel Cohen-Or,Hui Huang},
  Title = {ZigZagNet: Fusing Top-Down and Bottom-Up Context for Object Segmentation},
  booktitle = {CVPR},
  Year  = {2019}
}

and Detectron:

@misc{Detectron2018,
  author =       {Ross Girshick and Ilija Radosavovic and Georgia Gkioxari and
                  Piotr Doll'{a}r and Kaiming He},
  title =        {Detectron},
  howpublished = {url{https://github.com/facebookresearch/detectron}},
  year =         {2018}
}

Benchmarking

End-to-End Mask R-CNN Baselines

All models were tested on the coco_2017_val dataset

        backbone        typelr
schd
im/
gpu
box
AP
box
AP50
box
AP75
mask
AP
mask
AP50
mask
AP75
download links
X-101-64x4d-FPN-baselineMask1x142.3864.346.4137.5360.6339.85——
X-101-64x4d-FPN-ZZNetMask1x144.5766.6648.6839.5963.4941.96model
X-152-32x8d-FPN-baselineMask1x145.3066.8549.8539.7563.5442.25——
X-152-32x8d-FPN-ZZNetMask1x146.4467.6951.1540.9664.8843.66model

Model

The model weights that can reproduce numbers in our paper will be coming soon.


上一篇: detectron2_aihub_tutorial

下一篇:detectron-cascade-rcnn-exp

用户评价
全部评价

热门资源

  • Keras-ResNeXt

    Keras ResNeXt Implementation of ResNeXt models...

  • seetafaceJNI

    项目介绍 基于中科院seetaface2进行封装的JAVA...

  • spark-corenlp

    This package wraps Stanford CoreNLP annotators ...

  • capsnet-with-caps...

    CapsNet with capsule-wise convolution Project ...

  • inferno-boilerplate

    This is a very basic boilerplate example for pe...