python_for_microscopists
python_for_microscopists copied to clipboard
https://www.youtube.com/channel/UC34rW-HtPJulxr5wp2Xa04w?sub_confirmation=1
Please upload the landcover data. The link you shared is not working. Thanks
Good morning, thank you very much for the grate work. I am running the code of the SRGAN. I was able to run the code using high resolution images all...
Its me, again. After: image = cv2.imread(image_directory + 'good/' + image_name) And after: image = cv2.imread(image_directory + 'bad/' + image_name) Add: image = cv2.cvtColor(image, cv2.COLOR_**BGR2RGB**) Converting from opencv BGR, to...
[python_for_microscopists](https://github.com/bnsreenu/python_for_microscopists)/255_256_SRGAN/
Sir, I am kavitha, research scholar from INDIA. sir, for calculation IOU metric, it indicates the difference between predicted and ground truth bounding divided by union of predicted and ground...
Dear Sir, I am an architecture student, For my thesis, I need to identify less greenery area( from the given satellite image to maintain the balanced echo system. I have...
I am getting this error while running the command **from sklearn.model_selection import train_test_split X_train, X_test, y_train, y_test = train_test_split(image_dataset, mask_dataset, test_size = 0.10, random_state = 0** someone please help me....
Hi @bnsreenu I would like to refactor BraTS U-Net Segmentation directory. What i will do: - Optimizing import statemnts - Fixing and adding documentation - implementing model using functions instead...
the loss starts at 0.03 and the Jaccard coefficient does not increase and stays 0.018 what could possibly be wrong The code: model: def conv_block(x, filter_size, size, dropout=0.6, batch_norm=True): conv...
Hello Dr, i tried to contact you on linkedin but seems like you aren't there. First of all thanks for such a great repo that surely helps alot. BTW i...