Fine tuning DETR errors during training

Im following the instruction in this documentation and when i reach the train step i get this error.

Im running this on google colab with T4 instance.

ValueError(f"x_max is less than or equal to x_min for bbox {invalid_bbox}.")
ValueError: x_max is less than or equal to x_min for bbox [1. 0.41666666 1. 1. 3. ].

Any help is much appreciated. Thanks.

1 Like

Hmm…