Vladimir Iglovikov
Vladimir Iglovikov
Everyting should work now.
Thanks for the proposed solution! Yep, we do have this issue that masks, boxes and keypoints and not binded on the instance level. https://github.com/albumentations-team/albumentations/issues/1716 Your approach is the best that...
@simonebonato how much would you be willing to donate to help to make this happen? https://github.com/sponsors/albumentations-team
Yep, how to rotate bounding boxes so that boxes stay tight is an open question. Recomputing masks at the end was always the way to go. We do have function...
I am not really an expert on how pip handles depencencies, especially dynamic ones. If someone knows how to do it better - would be great. First issue that I...
What about ```docker FROM ros:humble-ros-base RUN apt-get update && apt-get install -y python3-pip RUN pip install --upgrade pip RUN pip uninstall opencv-python opencv-python-headless RUN pip install albumentations --no-binary albumentations RUN...
I do not understand the question yet. As I understand, you crop parts from the image and bounding boxes that are not 100% contained in the image get truncated, right?...
Albumentations supports all 3. Performance is similar, results will be the same. Same transform are used under the hood. The difference is only in forth and back format conversion. Thank...
There is no existing transform in the library that would allow this out of the box. But it is straightforward to implement. Here is the doc on how to implement...
I have no clue how to debug the issue that is most likely in Ultralytics and not Albumentations. Could you provide a minimal sample of code that reproduces the issue?...