Kok Wei
Kok Wei
> @kwcckw Do you think you have enough information for us to add this issue to the current sprint? I think this is important but not urgent yet, because later...
@proofconstruction Regarding this proposed method - ` Enum-like structure - as class variables in a separate OverlayType class such that it is easier for IDEs to display the different options`,...
Thanks, i didn't think of this. I guess this should work, i will try it later.
> Do we really need to subclass each method? Would something like this work? > > ```python > from enum import Enum > > class Overlay(str, Enum): > INK_TO_PAPER =...
> The different values defined in the enum type can be displayed as hints by some IDEs. > > Using custom enums for parameters with a low-finite number of possible...
I will leave this open first unless it is proven the Enum method is able to show all the available options.
Hi, could you include the snippet of code on how you using Augraphy in your training?
By looking at the benchmark results: https://github.com/sparkfish/augraphy/tree/dev/benchmark `ReflectedLight` is one of the slowest augmentation. I think you can try to remove that and see if the speed have increased? If...
> I did that, I only considered the augmentation, for which `Img/sec` was more than or around 1. But did not help much in speeding. So probably you can let...
> When I limit the threads used by Numpy and Opencv to 1, then the transforms run 5-6 times faster. Okay, and looks like your provided code above is not...