aleju / imgaug

Image augmentation for machine learning experiments.
http://imgaug.readthedocs.io
MIT License
14.43k stars 2.44k forks source link

Augment image as if somebody took a photo of the same image #735

Open CMCDragonkai opened 3 years ago

CMCDragonkai commented 3 years ago

We have a situation where we want to distinguish "real" photos from photos taken of other photos.

Wonder if there's a way to simulate taking a photo of a photo. Perhaps even taking photos from monitor screens.

Screen glare/spectral effects/monitor pixel effects/matte effect... etc. All of this could be useful as image augmentations.

Any ideas? Has anybody worked on anything like this? Perhaps as an academic paper on this.

minooei commented 3 years ago

We have a situation where we want to distinguish "real" photos from photos taken of other photos.

Wonder if there's a way to simulate taking a photo of a photo. Perhaps even taking photos from monitor screens.

Screen glare/spectral effects/monitor pixel effects/matte effect... etc. All of this could be useful as image augmentations.

Any ideas? Has anybody worked on anything like this? Perhaps as an academic paper on this.

Dear Roger, have you found a solution?