MICCAI surgtoolloc preprocess_detect_scene_and_split_fold missing train.csv? #1439
-
Hello, I am working currently on this notebook https://github.com/Project-MONAI/tutorials/blob/main/competitions/MICCAI/surgtoolloc/preprocess_detect_scene_and_split_fold.ipynb. I load labels.csv as df and extracted images from preprocess_extract_images_from_video notebook as img_dir. But then at the point Splitting folds based on scene number using iterative stratification in the linked notebook above the authors use |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 3 replies
-
Hi @yiheng-wang-nv, could you please take a look at this question? |
Beta Was this translation helpful? Give feedback.
-
Hi @lukigg , sorry for misleading.
but the save to csv line is not existing. I will submit a PR to fix this issue. Thanks for posting this issue! |
Beta Was this translation helpful? Give feedback.
Hi @lukigg , sorry for misleading.
The
train.csv
is actually produced in:Load data
section, from:but the save to csv line is not existing.
I will submit a PR to fix this issue. Thanks for pos…