deep-learning-keras-tensorflow
deep-learning-keras-tensorflow copied to clipboard
Image inpainting using vgg19
is it possible to make the vgg19 model complete missing parts of an image according to its category ? thanks
@leriomaggio
@ypeleg
can u help?
I don't even get the question... I'm sorry!! Could you please rephrase? Thanks
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 the work is really interesting but there are no details of how the authors did it so i m starting all from scratch sorry if my question was clumsy :)
from kaggle_data import load_data, preprocess_data, preprocess_labels I do not understand this step. Can you explain please.