Monjoy Saha
Monjoy Saha
@mudaser37 As per my understanding, the problem is related to the Keras version. I didn't work on this code, but I faced the same error in a different scenario. I...
@YusukeO I am reviewing this code to solve a classification problem. Though it may be a bit late. As no one answered your question, I thought to give you some...
You have shared only trained model in the "model" folder. The "util" folder contains some code for restoring or testing purpose. I didn't see any code related to your model...
@bmd143 This code can be used to convert single/multiple NIfTI image files (.nii or .ni.gz) into .png/JPEG/JPG/TIFF/TIF images. All the raw image data (.nii or .ni.gz) should be in the...
@bmd143 There isn't any response. I'm hoping the problem has been resolved. I'm going to close this case. If you believe the problem has not been rectified, please reopen this...
@shabbirshuvo This code can be used to convert single/multiple NIfTI image files (.nii or .ni.gz) into .png/JPEG/JPG/TIFF/TIF images. All the raw image data (.nii or .ni.gz) should be in the...
@shabbirshuvo There isn't any response. I'm hoping the problem has been resolved. I'm going to close this case. If you believe the problem has not been rectified, please reopen this...
@hitesh0103 @Dou-FF Use the below script and let me know if you're facing any issue [https://github.com/alexlaurence/NIfTI-Image-Converter/blob/master/python/nii_to_png_converter.py](url)
@hannamraha There could be several reasons for this. Please inspect the image to see whether it has any other pixel values. Radiological images have a wide range of grayscale pixels....
@hannamraha In that case, you have to check if your image contains any pixel values other than ZERO or not. You may try to convert it into binary.