Can TrivialAugment safely be used for object detection?

As the title says, I would like to use TrivialAugment within my training setup. So far I have been using Albumentations which appears to ensure that my bounding boxes remain valid after augmentations are applied. I didn’t see anything similar for torchvision’s TrivialAugment. Are we able to safely use this for an object detection model training?

Thanks.