YazhouZhu19 / RPT

[MICCAI 2023] Few-Shot Medical Image Segmentation via a Region-enhanced Prototypical Transformer
34 stars 5 forks source link

About Settings 1 and 2 #8

Closed LeeX-Bruce closed 3 months ago

LeeX-Bruce commented 4 months ago

Hello author, thank you very much for your excellent work.

I have a question about the code: What are the parameters in the code for setting 1 and setting 2? I see this code in the config.py exclude_label = [1,2,3,4] # None, for not excluding test labels; Setting 1: None, Setting 2: True, if I want to run setting 1, do I need to change it to None? What other parameters are there that I need to modify?

Or do I only need to modify the two parameters of EXCLUDE_LABEL=None TEST=1234 in the train.sh to set 1 and 2?

YazhouZhu19 commented 3 months ago

Hi, the scripts should be modified as: For dataset CHAOST2: Setting1: exclude_label = None Setting2: exclude_label = [1,2,3,4] For dataset SABS: Setting1: exclude_label = None Setting2: exclude_label=[1,2,3,6]

Any questions feel free to contact me.