Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions generation/maisi/maisi_train_controlnet_tutorial.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@
},
{
"cell_type": "code",
"execution_count": 4,
"execution_count": null,
"id": "fc32a7fe",
"metadata": {},
"outputs": [],
Expand All @@ -201,7 +201,9 @@
" \"image\": \"tr_image_001_emb.nii.gz\", # relative path to the image embedding file\n",
" # relative path to the combined label (pseudo whole-body segmentation mask + ROI mask) file\n",
" \"label\": \"tr_label_001.nii.gz\",\n",
" \"fold\": 0, # fold index for cross validation, fold 0 is used for training\n",
" \"fold\": 0, # fold index for cross validation. If the dataset item's fold value is equal to the fold value\n",
" # in config_maisi_controlnet_train.json, then it is used for validation. Otherwise, it is used for training.\n",
" # In the current parameters, fold 0 is for validation.\n",
" \"dim\": sim_dim, # the dimension of image\n",
" \"spacing\": [1.5, 1.5, 1.5], # the spacing of image\n",
" },\n",
Expand Down
Loading