Roman Solovyev
Roman Solovyev
I don't know if effect is the same. I was trying to emulate users behaviour during video/audio editing.
May be we can add it in repo but add your comment that it's possible to replace with LPF? It's for the persons who will seek for the same augmentation....
Yes, I think this info is very useful. May be it can be independent page with results but with link on it from main page. Also I propose to move...
Let's say we have instance segmentation problem. You have 20 boxes and 20 masks. After rotation box 7 and box 18 removed. I expected mask 7 and mask 18 also...
There can also be problem if box remains, but mask became zero. ) Curently I avoid this problem by recalculate boxes based on masks after augmentation, but it's rather expencieve...
In instance segmentation each mask connected to some bbox (MaskRCNN for example). I'm not sure if albumentation supported instance segmentation. I just wanted to use albumentation for this scenario and...
It's possible for mask inside bbox to disappear while bbox is still exists. It will be rare case but still possible. Check image: https://www.dropbox.com/s/l365ell59u2qfo2/BBox.png?dl=0 Yes I use similar code: ```...
It would be nice if someone approve this. ) I always starting update with adding this functionality into albumentation code...
Hello. I just checked latest 1.0.4 version. And it works ok. Can you provide more information?
As I remember I added zoom because it was many times faster than skt.resize. I probably need to create some test script to show it.