sparkfish / augraphy

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

Extract pipelines from Colab notebooks #150

Open proofconstruction opened 2 years ago

proofconstruction commented 2 years ago

Each of the archetype reproduction issues* links to a Colab notebook where development occurred on the pipeline reproducing that archetype. We should take each of these pipelines and make them available as functions in the augraphy.default namespace, alongside the default_augraphy_pipeline.

proofconstruction commented 2 years ago

Working on this on my colab-pipelines branch.

jboarman commented 1 year ago

@proofconstruction Can we close this issue?

jboarman commented 1 year ago

@kwcckw I'm reopening this issue since I believe you are still working on these. I saw that you've extracted some of these into the available default pipelines which is great. I'd also like to ensure we have the notebooks available in an /examples folder as a type of documentation that people can open to directly test and play with on their own.

kwcckw commented 1 year ago

@kwcckw I'm reopening this issue since I believe you are still working on these. I saw that you've extracted some of these into the available default pipelines which is great. I'd also like to ensure we have the notebooks available in an /examples folder as a type of documentation that people can open to directly test and play with on their own.

Yes, i will include the notebook examples later after i completed all the archetype pipelines. Most of the time some changes will be needed in the augmentations to generate a general pipeline so I'm thinking to add those examples later once we finalized those changes.