Skip to content

A simple inpainting app utilizing OpenVINO to remove common objects from images.

License

Notifications You must be signed in to change notification settings

Y-T-G/QuickPainter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

QuickPainter

Mentioned in Awesome OpenVINO

A simple inpainting app utilizing OpenVINO to remove common objects from images.

It uses instance-segmentation-security-1040 model from Open Model Zoo for instance segementation and gmcnn-places2-tf for inpainting.

Demo

Usage

  1. Install dependencies

    pip3 install -r requirements.txt
  2. Run the app

    python3 app.py

About

A simple inpainting app utilizing OpenVINO to remove common objects from images.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages