Output directory 'images/pelvic-fracture-ct-segmentation' is empty ¶
By: shirshak.acharya on July 5, 2024, 9:32 a.m.
Hello, Sorry for causing errors, But I have saved the output like this:
> Path(join(OUTPUT_PATH, 'images/pelvic-fracture-ct-segmentation')).mkdir(parents=True, exist_ok=True)
> write_array_as_image_file(location=OUTPUT_PATH / "images/pelvic-fracture-ct-segmentation", array=overall_mask)
Where write_array_as_image_file is taken from author's code. Now, I try to run the algorithm image, it showed me the error as: Output directory 'images/pelvic-fracture-ct-segmentation' is empty.