Using 'albumentations' In PyTorch,Yolo Bboxes will generate tags larger than 1

Bboxes will generate tags larger than 1 when using ‘albumentations’ for data augmentation. Why? What should be done?

The error is as follows:
ValueError: Expected x_max for bbox (0.284, 0.15315315315315314, 1.002, 0.993993993993994, 6.0) to be in the range [0.0, 1.0], got 1.002.