sail-sg / poolformer

PoolFormer: MetaFormer Is Actually What You Need for Vision (CVPR 2022 Oral)
https://arxiv.org/abs/2111.11418
Apache License 2.0
1.3k stars 117 forks source link

Aboutu the results graph #38

Closed paidaxing485 closed 2 years ago

paidaxing485 commented 2 years ago

Hello, can you tell me hows to get the results graph?

yuweihao commented 2 years ago

Hi @paidaxing485 ,

Thanks for your attention. Do you mean the figure 3 in the paper? We drew the figure using the python package matplotlib.

paidaxing485 commented 2 years ago

Thanks for your answer! What I mean is how to get the semantic segmentation results of the ADE data set.

yuweihao commented 2 years ago

Hi @paidaxing485 ,

To get the quantitative results, please refer to this. To visualize the results, please refer to this code from mmsegmentation.