rf-detr
rf-detr copied to clipboard
Fix for the dtype mismatch error that occurs when use_position_supervised_loss=True is enabled.
This patch resolves a dtype mismatch error between BFloat16 and Float that occurs during training when use_position_supervised_loss=True is enabled. This fix addresses issue https://github.com/roboflow/rf-detr/issues/446.