Kok Wei
Kok Wei
I tried with colab with image size of `(1100,1100,3)` but i only see an increase of 30% processing time with Augraphy, and that is with probability of 1 with all...
Hi, with `ColorPaper`, you should get multiple channels' image instead of grayscale image. How do you call the library?
Now this can be done partially with Folding: https://github.com/sparkfish/augraphy/pull/327
Hi, so as in the documentation, only the start point and end point of the box are affected: https://augraphy.readthedocs.io/en/latest/doc/source/augmentations/folding.html So this should be consistent with your observation?
Right, there should be a better solution to this problem. For example, for clockwise rotation, it should take top-left and bottom-right of the box, while for anticlockwise rotation (your example),...
Hi, at this moment we can't retrieve phase information from the log, because the augmentation in each phases should be known from the user defined pipeline. You can create a...
> One more question: Do you have any guidelines or rules of thumb for determining which phase a particular augmentation is the most suitable for? Actually there's no restriction in...
> I encountered the same issue with `BadPhotoCopy`, so I casted those numpy-types to native types as well Thanks, could you show me the error again and the version of...
Hi, you should have a parentheses `()` after each augmentation because we are creating a class instance. Using it without the parentheses is actually pointing to the class instead of...