Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Strange grid after image reconstruction by autoencoder #1741

Closed
elevir opened this issue Apr 13, 2017 · 2 comments
Closed

Strange grid after image reconstruction by autoencoder #1741

elevir opened this issue Apr 13, 2017 · 2 comments

Comments

@elevir
Copy link

elevir commented Apr 13, 2017

Hello!
I want to use autoencoder for pixel-wise classification. I built autoencoder which takes input raw image and output marked image, I expected that the autoencoder will give something like marked image, but result was image with strange grid consisting of nine cells, which contains in cells overlapped parts of input image. Also I tried to use net with one convolutional layer and there was same problem. Maybe I made something wrong? Can anybody help me?
There is a sample of autoencoder output and configuration file.
snapshot
Autoencoder.txt

@AllanYiin
Copy link

AllanYiin commented May 9, 2017

checkboard effect is every common in convolutional network, u can reference this article `, and u can use unpooling layer to minimize this issue
http://distill.pub/2016/deconv-checkerboard/

@elevir
Copy link
Author

elevir commented May 9, 2017

@AllanYiin thanks for answer.
I found problem. There was problem in image representation. I used OpenCV for reading images and there image represented as "(B, G, R) (B, G, R) ...", but in config file I made shape of image as 640x480x3, that means format of image "B B B .... G G G .... R R R .... ".

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants