An object-oriented "eraser" for image and video. Is able to remove the pixels with designated type. .
Input Video
Output Video (Bordered, Erased)
python deep_eraser.py
-t 'sports ball'
--video demo/input/clip1.mp4
-o demo/input/clip1_out_sports_ball
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