facebookresearch / Detectron

FAIR's research platform for object detection research, implementing popular algorithms like Mask R-CNN and RetinaNet.
Apache License 2.0
26.22k stars 5.45k forks source link

PSPNet for Detectron #673

Open smoosbau opened 5 years ago

smoosbau commented 5 years ago

The panoptic Segmentation in "Panoptic Segmentation" by Kirillov, He, Girshick et al. was generated by combining PSPNet and Mask R-CNN. I'd like to use a similiar approach for my project. Is there a PSPNet model for Detectron or is it possible to convert it to Detectron by using https://github.com/facebookresearch/Detectron/commit/2f8161edc3092b0382cab535c977a180a8b3cc4d?

Thanks in advance and best regards!

gittigxuy commented 5 years ago

@smoosbau ,have you some idea to solve this question?I have same question,I want to merge pspnet(pytorch version)into the detectron,any idea?Thanks