-
Thanks for making your work available, deeply appreciated.
I'm hoping to fine tune your pre-trained DeconvNet, but I noticed that stage 003 make BN layers testable. Hence I assume that I should not …
-
Thanks for releasing your excellent work. I have run the demo in the deconvnet-python-demo file folder ,and I got the outputs. The following pictures are originated from “pool5” as shown in your pytho…
-
I am trying to run this source and have this problem with the Weights cause I use keras 2.3 .
@jalused
(https://github.com/jalused/Deconvnet-keras/blob/master/Deconvnet-keras.py)
'provided weig…
-
# Reference
- [ ] [paper - Learning Deconvolution Network for Semantic Segmentation](https://arxiv.org/abs/1505.04366)
- [ ] [Github repo](https://github.com/HyeonwooNoh/DeconvNet)
- [ ] [语义分割--Dec…
-
There are four numbers in each row in the /DeconvNet/data/imagesets/stage_2_train_imgset/train.txt. What do these four numbers stand for? I try to train DeconvNet in my own dataset. So how to get thes…
-
![deconv_img](https://user-images.githubusercontent.com/31438104/33203143-2159e718-d125-11e7-8ecf-209aad3c7fd8.png)
![original_img](https://user-images.githubusercontent.com/31438104/33203145-2183c…
-
Hi
First thanks for the code. I wanted to try it out myself but I got stuck.
When I train it and let it validate in the end it will classify all in the same class... it doesn't learn anything at…
-
Hi,
I'm very excited about this work! I was wondering if `ImagesLoss` with Sinkhorn divergence would be usable (when it's ready) as a reconstruction loss for an image autoencoder for representation…
-
I ran the demo code available in python-demo/ folder for the butterfly test image. The output is very different from what is expected based on the publication (ECCV 2014 - https://www.cs.nyu.edu/~ferg…
-
Hi~ Thank you for developing such a nice visualization tool. Just a small question regrading the test_deconv.py you provided as the demo. If I recall correctly it was said in Matthew's paper (http://w…