Open kimjisoo12 opened 2 weeks ago
it is specified to 0 for all datasets when running the code, that is to say we have no limitation on the registration results. We have this argument only to investigate how registration performance affects the final segmentation result.
Thank you for your outstanding work! I have a question regarding the generation of pseudo-labels using the Registration Module. The process is set to stop only when the Dice score exceeds 1 by default. However, I find it difficult to reach a score of 1, so I would like to ask what value you set for args.threshold. Additionally, are the five labeled datasets using the same threshold, or does each dataset have a different args.threshold setting? https://github.com/HengCai-NJU/DeSCO/blob/d3f08527e11464867eac5ecba2fa8f36b3b540f5/code/registration.py#L140 Thanks a lot