Kok Wei
Kok Wei
> > > This stackoverflow post may offer some insight into additional measures that could be used to infer dpi: > > **Finding strokewidth in the image** https://stackoverflow.com/questions/22425545/stroke-width-transform-opencv-using-python Thanks, i...
This should be updated from this pull request: https://github.com/sparkfish/augraphy/pull/189.
> Hi, kwcckw, It's our pleasure that you use NAFNet elsewhere, and you are more than welcome to try NAFNet everywhere. > > Thanks. Thanks!
Thanks, i will change this in the next update. As a workaround for now, you will need to initialize a same pipeline each time you run a new image to...
Thanks, i added a patch to resolve that and you may reinstall the repo using: !pip install git+https://github.com/sparkfish/augraphy To enable a random color augmentation, you can use `ColorPaper(hue_range=(0, 255), saturation_range=(0,255))`....
I can see a similar issue here: https://github.com/pytorch/pytorch/issues/62066 Could you cross check again and see if it is really related to `AugmentationSequence`?
Thanks, i was able to reproduce the problem and fix it with this workaround from my end: https://github.com/sparkfish/augraphy/pull/418 Could you reinstall it from the repo and try again?
Thanks for the feedback. Right now the performance improvement is in our improvement roadmap and it should be included in the next major update.
Hi, what do you mean by stuck here? Is the Python still running? Or it crashes?
Thanks, i was able to identify the root cause and it's due to an infinity loop caused by `ratio = (ratio // turbulence) or 1`. So `turbulence` must > 1,...