output directory "images/symphysis-segmentation" is empty ¶
By: Caipengzhou on June 1, 2023, 8:17 a.m.
When I try out an error, output directory "images/symphysis-segmentation" is empty?
By: Caipengzhou on June 1, 2023, 8:17 a.m.
When I try out an error, output directory "images/symphysis-segmentation" is empty?
By: aspirerabbit on June 1, 2023, 10:17 p.m.
感觉是这个路径应该是/output/images/symphysis-segmentation/不是./output/images/symphysis-segmentation/,因为上传的镜像存储在平台的路径与输出图像存储的路径不一定在同一个目录下
你试一试。
By: Caipengzhou on June 2, 2023, 6:36 a.m.
您好,我修改了./output/images/symphysis-segmentation/ 为/output/images/symphysis-segmentation/,我看官网给的样例里面路径都是没有./,我将输入的路径修改为/input/images/pelvic-2d-ultrasound/,今天我try out时,报错“No output images could be imported from 'images/symphysis-segmentation',我不太清楚哪里错了。谢谢您。
By: shirshak.acharya on July 1, 2024, 12:37 p.m.
I had the same error and this was caused by not mentioning the input directory in my case. I ran this command in my docker file -
> RUN mkdir -p /opt/app/input/images/pelvic-fracture-ct/
I think we didn't mention the input directory in the docker file so it caused error. I hope that solves my problem. I am going to try that out.