by Fan Yang
This repository is on the basis of Detectron @ e8942c8 and Cascade RCNN.
This repository is about our recent work regarding generic object detection "Dually Supervised Feature Pyramid for Object Detection and Segmentation".
Please follow Detectron on how to install and use DSFPN.
If you use our code/model/data, please cite our paper:
@article{yang2019dually,
title={Dually Supervised Feature Pyramid for Object Detection and Segmentation},
author={Yang, Fan and Lv, Cheng and Guo, Yandong and Latecki, Longin Jan and Ling, Haibin},
journal={arXiv preprint arXiv:1912.03730},
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}
}