-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Image inpainting using vgg19 #10
Comments
@leriomaggio |
I don't even get the question... I'm sorry!! |
i m trying to re-implement the work of "IMAGE INPAINTING THROUGH NEURAL NETWORKS HALLUCINATIONS" so he extracted the features from the vgg19 (last layer) and inverted them to get the missing parts of the image |
from kaggle_data import load_data, preprocess_data, preprocess_labels |
is it possible to make the vgg19 model complete missing parts of an image according to its category ?
thanks
The text was updated successfully, but these errors were encountered: