yaoppeng / U-Net_v2

215 stars 20 forks source link

datasetid #1

Closed umang4002 closed 6 months ago

umang4002 commented 11 months ago

python /path/to/U-Net_v2/run/run_training.py dataset_id 2d 0 --no-debug -tr ISICTrainer --c What is datasetid here ? For example if I am using ISIC 2017. And is this command should be run in script or can be directly run in jupyter notebook?

umang4002 commented 11 months ago

And in this command in my system do I need to change anything else except path and datasetid?

yaoppeng commented 11 months ago

When you download the dataset, you create a folder; for instance, Dataset122_ISIC. In this case, "122" is the dataset ID. You may refer to nnUNet for more details about this.