ninafiona
ninafiona
I used `albumentations.augmentations.crops.transforms.Crop` to customly crop my images. Here the bounding box transformation worked as expected. In another step I want to 'uncrop' my images, so I use `albumentations.augmentations.crops.transforms.CropAndPad` and...
The resulting segmentations from SAHI are filled polygons. As far as I know coco format segmentations are usually a list of polygon vertices. I am training using detectron, can that...
Ubuntu 18.04, ros melodic, Python 2.7 I tried to import tf_conversions, but got the following error: ``` import tf_conversions Traceback (most recent call last): File "", line 1, in File...
I hosted a cvat instance and saw that anyone can sign up as a new user and create tasks. How can I a) disable sign-up (so new users have to...
When using the function `load_test()` or `transform_test()` there is a return value `origs`: "a numpy ndarray as original un-normalized color image for display." (see here: https://cv.gluon.ai/_modules/gluoncv/data/transforms/presets/yolo.html) That image does not...