Dr. Sreenivas Bhattiprolu
Dr. Sreenivas Bhattiprolu
To make this code usable here are the changes you need to make: 1. replace padx to pady in lines 174 and 212where it starts with... for j in range(0,...
You get this error if you are supplying your input image with shape 4, where you pre=load multiple images into a numpy array. For example (100, 2048, 2048, 3) where...
Just provide your large image as input. Make sure you do all the needed preprocessing. I changed the pred_func to... predictions_smooth = predict_img_with_smooth_windowing( input_img, window_size=window_size, subdivisions=2, # Minimal amount of...
Yes, this can be used for multichannel predictions, just define nb_classes = 6 (in my case I have 6 classes).
I initially created this repository without expecting its widespread adoption and didn't mind if others used my code without attribution. However, given its popularity, it's now important to include a...