Xin Yi
Xin Yi
Yeah, I did. On Dec 28, 2018, at 9:18 PM, Pyjcsx wrote: Hi, Did you use both voc and sbd datasets to train your model? — You are receiving this...
Do you have valid images inside "./datasets/experiment/test"?
Preprocessing doesn't need a gpu. The warning says it doesn't find any images in the given folder. So please check if your .dicom images are inside ./dicoms folder.
It's hard to find out what's gone wrong in this case unless you post a snapshot of your folder structures. I've updated my code for pre- and post-processing. You can...
You can download the dataset from the below link: https://docs.google.com/forms/d/e/1FAIpQLSdnIxHU-hX_fDC4FSqnTe_BbvF3MR4N1hkIMT0T5SHwcmqP0Q/viewform
That info is in the dicom header. It can be extracted using package like pydicom. I would suggest you to review some dicom basics before proceeding.
Can you just try to redownload? I haven't get any issue like this before.
You will have to train one by yourself. Below is the code for the sharpness computation https://github.com/xinario/defocus_segmentation
If you assume the ratio of the sharp region = the global sharpness of the image, the mean would be a good indicator.