J. Sebastian Paez
J. Sebastian Paez
Hey there, sorry for the late reply. I noticed that the easier way to handle this segmap is to use the Polygon augmentable. This function seems to work fine for...
heu @marvision-ai I think the best way is to pass the image and polygons to the augmenter at the same time. Small example that would be run after the code...
@monkeycc would you mind elaborating on your request?
I don't think there are any immediate plans for this to happen .... sorry @aleju has not worked in this repository for a couple of month now. I guess you...
I think I did something that fulfills the requirements (proof of concept, not PR right now) ... Right now it is able to generate the example labelled "Heavy Augmentations" in...
I guess that if you have to do that for a lot of boxes it would be worth it to write a subclass ```python import imgaug as ia class CWHBoundingBox(ia.BoundingBox):...
Going back to this issue and wondering if there could be a more elegant way to do this i found that you could add a class method to do this...
@victor1cea The project has not been active for a while now. @aleju has not been active for a while and I am not aware of any co-maintainer ... i think...
Well... This chunk seems to work for me ... If I have a singa that i transform like this ```python my_singal = ... scales = np.array([2 ** x for x...
Thanks a lot for the reply! Made a PR https://github.com/rr-/docstring_parser/pull/74