-
I tested all of the models and they all worked fine, except the vnet_2d:
model.vnet_2d((128, 128, 3), filter_num=[64, 128, 256, 512], n_labels=7,
res_num_ini…
-
-
Hi, how can I predict a mask on my own dataset?
if I run " python predict.py " it gives me:
File "C:\Users\germa\github\predict.py", line 7, in
from model import Unet_model
…
-
In file main_realshow the `unet_use_in_hardware` and some functions cannot be resolved. According to the structure of code the CLANE algo missing, and I wonder if the file where the funcs defined are …
-
Hi Christian,
thank you for sharing this important material!
After performing all the steps related to installing the libraries, etc.
install.packages(c("keras","tfdatasets","mapview","stars","…
-
Nie mogę uruchomić pliku tester.py, podaje błąd:
Traceback (most recent call last):
File "C:\Users\tward\Documents\git\face_normals\tester.py", line 4, in
from resnet_unet import ResNetUNe…
-
Hi, adjust UNET structure for 4 depth, instead of 3 depth, and training show an error, for weight names, can you give me the sign how to adjust original coding part? I did not find the part for this …
-
This issue occurs for all models in the repo but i'll explain it in case of Unet
If you try to pass any additional arguments to `Unet` model, they get into `**kwargs` and are passed to `keras_applica…
-
Hi stardist team,
I've been working on a stardist model for several days now. Training and inference have worked seamlessly, and now I would like to export the trained model so as to conduct bench ma…
-
Hello, I want to use the UNet of Segmentation Model, I tried VGG and effnetB3 to add backbone. I wonder if I can add my own Keras feature extraction model. For example ;
`feature_extract_model …