deep-learning-keras-tensorflow icon indicating copy to clipboard operation
deep-learning-keras-tensorflow copied to clipboard

Image inpainting using vgg19

Open NerminSalem opened this issue 8 years ago • 4 comments

is it possible to make the vgg19 model complete missing parts of an image according to its category ? thanks

NerminSalem avatar Mar 28 '17 08:03 NerminSalem

@leriomaggio @ypeleg
can u help?

NerminSalem avatar Mar 29 '17 09:03 NerminSalem

I don't even get the question... I'm sorry!! Could you please rephrase? Thanks

leriomaggio avatar Apr 13 '17 09:04 leriomaggio

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 :)

NerminSalem avatar Apr 13 '17 10:04 NerminSalem

from kaggle_data import load_data, preprocess_data, preprocess_labels I do not understand this step. Can you explain please.

ngragaei avatar Jun 21 '17 04:06 ngragaei