Open MattVil opened 5 years ago
Hi everyone, did you tried PBA on a dataset with bounding boxes? If not what part of the code should I change to work with this type of data?
Unfortunately I have not tried this yet for object detection. You would need to change the set of augmentations operations to take bounding boxes as input, something like https://arxiv.org/abs/1906.11172.
Hi everyone, did you tried PBA on a dataset with bounding boxes? If not what part of the code should I change to work with this type of data?