-
The instructions here:
[https://github.com/Xilinx/Vitis-In-Depth-Tutorial/tree/master/Machine_Learning/Design_Tutorials/05-Keras_FCN8_UNET_segmentation#31-install-missing-packages-on-the-vitis-ai-too…
-
tensorflow 2.1.0
keras 2.3.1
```
2020-05-07 10:45:39.914860: I tensorflow/core/platform/cpu_feature_guard.cc:142] Your CPU supports instructions that this TensorFlow binary was not compiled to use:…
-
Hi all,
Very interesting blog article and codebase, thank you.
I was interested in trying to compare the various segmentation strategies mentionned in the blog article, and realized that the overal…
-
Recently, I got the problem when trained model with own data.
![image](https://user-images.githubusercontent.com/75117639/137444954-86d3ac1b-cf50-4410-857f-eb5dc7254197.png)
Dice score is uncha…
-
Hi,
I am going to train the net, but I get the following error:
I am using CUDA7.5, Tesla K40 GPU, Debian.
$/majid/work/retina-unet$ python run_training.py
```
1. Create directory for the re…
-
I was implementing the code detailed on "https://github.com/divamgupta/image-segmentation-keras"
I am getting the error related to "o such file or directory: '/tmp/vgg_unet_1_config.json"
I am using…
-
Hello,
Thank you share your project, it's very useful to me to train my multi-classes model. I have two classes book and bottle. I have labeled them with software Labeme. And got the mask image…
-
I have the image shape with 40,40,9 and target is 40,40,1
```
X_train,X_val,y_train,y_val = train_test_split(X,y,test_size=0.33,random_state=42)
print(X.shape,y.shape)
print(X_train.shape,y_tra…
-
After entering the following code:
metrics=['accuracy', jacard_coef]
def get_model():
return multi_unet_model(n_classes=n_classes, IMG_HEIGHT=IMG_HEIGHT, IMG_WIDTH=IMG_WIDTH, IMG_CHANNELS=IMG…
-
I'm using unet for semantic segmentation but my model is overfitting, so can I add a dropout layer for unet because I think that there isn't .