Dootmaan / DSRL

Implementation of CVPR 2020 Dual Super-Resolution Learning for Semantic Segmentation
MIT License
95 stars 17 forks source link

How to apply this work to BiSeNet #9

Open zoe218 opened 3 years ago

zoe218 commented 3 years ago

Hello, Dootmaan! I want to apply it to BiSeNet, can you give me some advice?

Dootmaan commented 3 years ago

Hi there, sry for the long time waiting. I have been working on another project so i didn't pay much attention on this repo recent days.

DSRL is a very flexible framework and can be used with many different backbone. For example, you can also introduce a SISR branch from the bottleneck layer of BiSeNet and use the FA module to guide the SSSR feature learning. However, you do need to pay attention to your datasets, since some other datasets such as medical image datasets may not work with FA module.

DSQ111 commented 1 year ago

Why can't medical datasets be used with FAloss