Project-MONAI / research-contributions

Implementations of recent research prototypes/demonstrations using MONAI.
https://monai.io/
Apache License 2.0
1.02k stars 336 forks source link

difference brats2021 train test #386

Open Eight3H opened 6 months ago

Eight3H commented 6 months ago

Brats stated in the paper that the number of experimental training rounds is 800, but in the code it is 300 rounds. Is there any reason for this? Additionally, the reasoning for sliding window approach with an overlapping of 0.7 in test.py is 0.6 in the code. Is there any reason for this?