-
I am trying to modify the activation layer at the end of the U-Net implementation by doing this:
>conv10 = Convolution2D(1, 1, 1, activation='linear')(conv9)
>reshapeLayer = Reshape((img_rows*img_…
-
Hi,
Thanks for your Code. I tried to alternatively use the "u-net with crop" section from your code and tried to apply this to the same dataset listed in your readme file but I always get this err…
-
I wonder why in dice loss implementation union is just `sum` and not `sum - intersection`, i.e. in case of `sum` seems mask itersection area is calculated twice?
https://github.com/jocicmarko/ultra…
-
Dear Prof. Lu @lululxvi,
I'm trying to solve a Schrodinger equation after Madelung transformation, but while training the model I got several NAN values.
The equation is as follows:
![image](https…
-
Hello,
this is more for my understanding of the model, but I wondered if there is a way how I could implement the original UNet. Am I correct if I say that by setting BACKBONE = 'vgg16', I will get…
-
I'm following this [Xilinx Tutorial][1] about the implementation of a U-Net in the ZCU104 Evaluation Board and I have come up with an error during the compilation step.
I've trained a U-Net in Matl…
ghost updated
2 years ago
-
This was not easy for me (to find and understand a pretrained colorization model).
With this pretrained model I got it working (had to convert it to a saved model):
https://github.com/EnigmAI/Artist…
-
---------------------------------------------------------------------------
TypeError Traceback (most recent call last)
in ()
7 fill_mode=…
-
hello @divamgupta
I WANT to run your network but as soon as I type: model = pspnet_50_ADE_20K()
it shows me that error. I'm stucked pls help.
-
- [ ] The proposed method in the paper is essentially the U-Net. Why is it branded differently ? What are the key differences (if at all) ?
- [ ] Table IV reports that Net12 performance better o…