zhiqi-li / Panoptic-SegFormer

This is the official repo of Panoptic SegFormer [CVPR'22]
Apache License 2.0
217 stars 29 forks source link

what's pvt_v2_ap in code? #1

Closed lucasjinreal closed 2 years ago

lucasjinreal commented 2 years ago

I found there are many names that obscure to understand. For example: pvt_v2_ap what that stands for? and what's single_stage_w_mask stands for?

image

and those file differences?

zhiqi-li commented 2 years ago

I am sorry that the codes make you confused. Due to the rush, the repo also contains a lot of useless codes (other versions used during the experiment). I will clean up these codes as soon as possible to avoid misunderstandings.

zhiqi-li commented 2 years ago

“pvt_v2_ap” refers to the PVTv2 backbone with average pooling “ single_stage_w_mask” is modified from mmdet's "single_stage" and make it can handle masks