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

make encoder/decoder of different size and check them on single cells #40

Open
dalessioluca opened this issue Sep 15, 2020 · 1 comment

Comments

@dalessioluca
Copy link
Collaborator

make encoder/decoder of size 28x28, 56x56, etc.
the architecture can be copied from https://github.com/AntixK/PyTorch-VAE/blob/master/models/vanilla_vae.py

@dalessioluca
Copy link
Collaborator Author

PROBLEM OF ANTIALIASING
READ MASK CNN TO SEE HOW THEY DO THE REGION PROPOSAL
maybe the problem is to have two transaformation in sequence (first downscaling and then cropping)
maybe the encoder should take the raw image not the outcome of the unet. Outcome of unet is good for mask probably.
test what happends in big code if encoder takes the raw image

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