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

[Question] Is it be possible to train Unet with RGB masks? #281

Open
michaelwachter opened this issue Sep 12, 2019 · 0 comments
Open

[Question] Is it be possible to train Unet with RGB masks? #281

michaelwachter opened this issue Sep 12, 2019 · 0 comments

Comments

@michaelwachter
Copy link

Hey folks,

I'm pretty new to Machine Learning/Deep Learning. For my bachelor thesis I am trying to recreate this Paper with other Neural Networks.
(Basically a classifier behind a fine tuned Autoencoder)

I know that Unet is meant to segment images. But I'm trying to reconstruct images in RGB with this Network.

I tried to feed the network RGB masks (which where just the original images) but I don't know how to modify the DataProvider to take output images with 3 channels.

Furthermore I would try to nullify the concat_and_crop connections, to prevent the network to just take the original image.

Any suggestions or better alternatives for this project?

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

1 participant