Thanks to the authors for their work! May I ask how much you set the threshold in parser.add_argument('--threshold', default=None) during testing to achieve the best result? I changed None to 0.7 finally tested Dice as 0.7732 on LA dataset and it didn't work very well. What is the threshold setting for your experimental testing procedure?
Thanks to the authors for their work! May I ask how much you set the threshold in parser.add_argument('--threshold', default=None) during testing to achieve the best result? I changed None to 0.7 finally tested Dice as 0.7732 on LA dataset and it didn't work very well. What is the threshold setting for your experimental testing procedure?