python_for_microscopists icon indicating copy to clipboard operation
python_for_microscopists copied to clipboard

https://www.youtube.com/channel/UC34rW-HtPJulxr5wp2Xa04w?sub_confirmation=1

Results 77 python_for_microscopists issues
Sort by recently updated
recently updated
newest added

Hello, I am trying figure out what values that y_pred tensor that passed as argument to jaccard_coef function consists. I usually think it should consists of probabilities of pixels. If...

Please help! I really want to get smooth predictions on my images. My images only have 3 channels, and I keep getting this error after the smooth blending step

Hello everyone !Does anyone know how to do data generator part for validation part? cuz valiadtion data doesnt have mask just t1,...

hi. I learned a lot from your videos, thank you for your selfless sharing. In the u-net-related videos, I found that some training data includes **image data** and corresponding **mask...

I have tried the code of segmentation using Unet for lung cancer detection. But I got an error where the image is not detected. I kindly request you to help...

I got the following error when I run the jupyter notebook of your MNIST VAE sample: TypeError: You are passing KerasTensor(type_spec=TensorSpec(shape=(), dtype=tf.float32, name=None), name='tf.math.reduce_sum/Sum:0', description="created by layer 'tf.math.reduce_sum'"), an intermediate...

I followed the clip and "227_mito_segm_using_models_from_Keras_Unet_collection.py" We must to have data in images folder and masks folder: ![image](https://user-images.githubusercontent.com/37217354/128593575-9e92abde-2b9a-4e06-a6d6-56c04437e7e5.png) And, I download the data at the link (https://www.epfl.ch/labs/cvlab/data/data-em/). But I only...

I am studying with good materials. But there is a cell train and test, but where is the 3rd abnormal data?