[4be099]: / nnunet / __init__.py

Download this file

7 lines (6 with data), 462 Bytes

1
2
3
4
5
6
7
from __future__ import absolute_import
print("\n\nPlease cite the following paper when using nnUNet:\n\nIsensee, F., Jaeger, P.F., Kohl, S.A.A. et al. "
"\"nnU-Net: a self-configuring method for deep learning-based biomedical image segmentation.\" "
"Nat Methods (2020). https://doi.org/10.1038/s41592-020-01008-z\n\n")
print("If you have questions or suggestions, feel free to open an issue at https://github.com/MIC-DKFZ/nnUNet\n")
from . import *