MIC-DKFZ / nnDetection

nnDetection is a self-configuring framework for 3D (volumetric) medical object detection which can be applied to new data sets without manual intervention. It includes guides for 12 data sets that were used to develop and evaluate the performance of the proposed method.
Apache License 2.0
528 stars 88 forks source link

[Question] version_base parameter version UserWarning #255

Open tbskbr opened 2 weeks ago

tbskbr commented 2 weeks ago

Hello,

When executing commands in the terminal I always have this warning that I do not manage to understand and fix. Eg:

(nnDet) eqip@eqip:~$ nndet_prep 001 --full_check

/home/eqip/nnDetection/scripts/preprocess.py:381: UserWarning: 
The version_base parameter is not specified.
Please specify a compatability version level, or None.
Will assume defaults for version 1.1
  initialize_config_module(config_module="nndet.conf")

Start dataset info check.
Dataset info check complete.
Start data and label check: test=False 
[...]

What should I do please? Can I ignore it without bad consequence?

Thank you.

mibaumgartner commented 2 weeks ago

You should be able to ignore the warning for now .

tbskbr commented 2 weeks ago

Thanks