lhoyer / HRDA

[ECCV22] Official Implementation of HRDA: Context-Aware High-Resolution Domain-Adaptive Semantic Segmentation
Other
233 stars 31 forks source link

trainsform to MRI #13

Closed cc1609130201 closed 1 year ago

cc1609130201 commented 2 years ago

Hi! Can this model be used for tumor segmentation? if answer is yes,where we can be modified to fit this task?

lhoyer commented 2 years ago

Hi, Technically, HRDA can probably also be applied to tumor segmentation. For that purpose, you need to change the data loaders. You can have a look at https://github.com/lhoyer/HRDA/blob/master/configs/_base_/datasets/uda_gtaHR_to_cityscapesHR_1024x1024.py and https://github.com/lhoyer/HRDA/blob/master/mmseg/datasets/gta.py as a starting point.