sparkfish / augraphy

Augmentation pipeline for rendering synthetic paper printing, faxing, scanning and copy machine processes
https://github.com/sparkfish/augraphy
MIT License
334 stars 43 forks source link

Update to Paper Factory #312

Closed ss756 closed 1 year ago

ss756 commented 1 year ago

Problem Statement

Currently, in our Augraphy repo we have a proper paper phase where we overlay textures on top of the images. However, we have recognized the need to create more extensive and diverse set of textures to further enhance the quality and variability of synthetic data generated by Augraphy. To address this, we are thinking to generate additional textures by manipulating the existing set of diverse textures through addition, subtraction and multiplication of their features.

Extract Features from Each Texture for Texture Manipulation

Feature Extraction

Blending

Texture Synthesis

Links

image

kwcckw commented 1 year ago

This is now added in this pull request: https://github.com/sparkfish/augraphy/pull/313