Skip to content

Latest commit

 

History

History
31 lines (19 loc) · 1008 Bytes

README.md

File metadata and controls

31 lines (19 loc) · 1008 Bytes

DeepEraser

An object-oriented "eraser" for image and video. Is able to remove the pixels with designated type. .

Input Video

.

Output Video (Bordered, Erased)

. .

Option1

python deep_eraser.py
-t 'sports ball'
--video demo/input/clip1.mp4
-o demo/input/clip1_out_sports_ball

Option2

python deep_eraser.py
-t 'sports ball'
--video examples/astros/clip1.mp4
-o examples/astros/clip1_out_sports_ball

The pipeline is inspired from Mask RCNN and Generative Inpainting Netork