Skip to content

Latest commit

 

History

History
 
 

215-image-inpainting

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

Image In-painting with OpenVINO

object detection

Image in-painting is the task of filling missing pixels of an image. Here we use a generative multi-column convolution neural network (GMCNN) model for this purpose.

Notebook Contents

This notebook provides a tutorial on how to use image in-painting with OpenVINO. Model used in this notebook is GMCNN-places2-tf

Installation Instructions

If you have not done so already, please follow the Installation Guide to install all required dependencies.