JasonLeeZJU / Amodal-Instance-Segmentation-through-KINS-Dataset

Amodal-Instance-Segmentation-through-KINS-Dataset

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

by Lu Qi, Li Jiang, Shu Liu, Xiaoyong Shen, Jiaya Jia.

Introduction

This repository has released the training and test set of KINS. The annotation format follows COCO style. The mask can be decoded by COCOAPI.

And the reference code of the method in CVPR 2019 paper 'Amodal Instance Segmentation through KINS Dataset' has been released. The codebase is based on pytorch-detectron. You can see some details from our released code. I am sorry that I can not transform it into the maskrcnn-benchmark with clear version.

Citation

If our method and dataset are useful for your research, please consider citing:

@inproceedings{qi2019amodal,
  title={Amodal Instance Segmentation With KINS Dataset},
  author={Qi, Lu and Jiang, Li and Liu, Shu and Shen, Xiaoyong and Jia, Jiaya},
  booktitle={Proceedings of the IEEE Conference on Computer Vision and Pattern Recognition},
  pages={3014--3023},
  year={2019}
}

Contact

Please send email to qqlu1992@gmail.com.

About

Amodal-Instance-Segmentation-through-KINS-Dataset


Languages

Language:Python 91.1%Language:Cuda 4.6%Language:C 3.8%Language:Shell 0.2%Language:C++ 0.2%Language:MATLAB 0.1%