Skip to content

Commit 6436af7

Browse files
1439 Fix missing file in MICCAI tutorial (#1441)
Fixes #1439 . ### Description This PR is used to add the missing csv file producting in MICCAI tutorial. ### Checks <!--- Put an `x` in all the boxes that apply, and remove the not applicable items --> - [ ] Avoid including large-size files in the PR. - [ ] Clean up long text outputs from code cells in the notebook. - [ ] For security purposes, please check the contents and remove any sensitive info such as user names and private key. - [ ] Ensure (1) hyperlinks and markdown anchors are working (2) use relative paths for tutorial repo files (3) put figure and graphs in the `./figure` folder - [ ] Notebook runs automatically `./runner.sh -t <path to .ipynb file>` --------- Signed-off-by: Yiheng Wang <vennw@nvidia.com> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 75494cf commit 6436af7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

competitions/MICCAI/surgtoolloc/preprocess_detect_scene_and_split_fold.ipynb

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -125,6 +125,8 @@
125125
" df[lb] = df.tools_present.str.count(lb)\n",
126126
"\n",
127127
"labels = df.columns.values[2:]\n",
128+
"# uncomment the following line to produce the train.csv file\n",
129+
"# df.to_csv('../train.csv', index=False)\n",
128130
"df.shape"
129131
]
130132
},

0 commit comments

Comments
 (0)