Deep Eraser
I designed an object-oriented “eraser” for images and videos, which is able to remove the pixels with designated types. MRCNN is used to detect the pixels of a specific type, and then WGAN is used to remove the detected pixels and restore the background.
- Demo for Image
- Demo for Video
- Side Project
- Code: [Python](Keras)
*This is a prototype only using COCO pretrained weights without any additional training.