Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Incorrectly states in tutorials train_controlnet #1919

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
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
2 changes: 1 addition & 1 deletion generation/maisi/maisi_train_controlnet_tutorial.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@
" \"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 in config_maisi_controlnet_train.json, then it is used for validation. Otherwise, it is used for training. In the current parameters, fold 0 is for validation and fold 1 is for training.\n",
" \"dim\": sim_dim, # the dimension of image\n",
" \"spacing\": [1.5, 1.5, 1.5], # the spacing of image\n",
" \"top_region_index\": [0, 1, 0, 0], # the top region index of the image\n",
Expand Down