SHI-Labs / OneFormer

OneFormer: One Transformer to Rule Universal Image Segmentation, arxiv 2022 / CVPR 2023
https://praeclarumjj3.github.io/oneformer
MIT License
1.39k stars 129 forks source link

Detectron2 and Openmmlab question #73

Closed LiJiahang617 closed 1 year ago

LiJiahang617 commented 1 year ago

Hi, thanks for the great work, but i'm wondering why you chose Detectron2 as your base, cause i found that in your previous work in 2022: SeMask Segmentation, you used Openmmlab as your backend. Why you chose Detectron2 this time. Is it because Openmmlab is hard to use or some other reason? Did Openmmlab has any bugs in OneFormer code implementation?

praeclarumjj3 commented 1 year ago

Hi @LiJiahang617, thanks for your interest in OneFormer.

We build OneFormer on top of DETR-based works (MaskFormer/Mask2Former), all implemented initially with the Detectron2 library. As for SeMask, SeMask-FPN uses the segmentation library. However, SeMask-Mask2Former uses the Detectron2 library. I want to emphasize that SeMask is an add-on for any semantic segmentation hierarchical transformer backbones and can be used with any library.

LiJiahang617 commented 1 year ago

Thanks for your reply, now i get rhe point of your choice, thanks again!

---Original--- From: "Jitesh @.> Date: Tue, Jun 27, 2023 19:15 PM To: @.>; Cc: @.**@.>; Subject: Re: [SHI-Labs/OneFormer] Detectron2 and Openmmlab question (Issue#73)

Hi @LiJiahang617, thanks for your interest in OneFormer.

We build OneFormer on top of DETR-based works (MaskFormer/Mask2Former), all implemented initially with the Detectron2 library. As for SeMask, SeMask-FPN uses the segmentation library. However, SeMask-Mask2Former uses the Detectron2 library. I want to emphasize that SeMask is an add-on for any semantic segmentation hierarchical transformer backbones and can be used with any library.

— Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you were mentioned.Message ID: @.***>