victor1cea

Results 7 comments of victor1cea

@MaxTeselkin You should also have an empty bounding boxes list (`[]`) with the `pascal_voc` format. The problem is that `A.ShiftScaleRotate` shifts/scales/rotates the bounding box outside of the image.

I think that this feature will be very nice to have, especially if you work with YOLO models. @aleju any updates on this feature?

Hi @Borda, I was looking into implementing the Spatial Distortion Index, but there is a problem with the inputs. In this metric, a MS image and the respective PAN image...

Thank you! :smile:

@brimoor I narrowed down the problem to this function call: https://github.com/voxel51/fiftyone/blob/7133bbda4459e8fc9cfad876828ff5e95131156e/fiftyone/utils/voc.py#L184-L186 because it maps 'uuid' keys to .xml paths. To be more precise the `uuid` keys are updated twice (once...

Hi @tobycollins, the `color` parameter was added in PR #1305, which was merged into the master branch after the release of version 1.3.0. Maybe wait for the next release version...

@Maldela I could give it a try when I have time. I had a quick glance over the code and it seems that the Sensor class can be adapted to...