You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The third parameter of the MLP, output_dim is 4 in the original detr and represents the four values of the boundingbox. In this case, why is it 3? Isn't a point just x and y?
The text was updated successfully, but these errors were encountered:
The third parameter of the MLP, output_dim is 4 in the original detr and represents the four values of the boundingbox. In this case, why is it 3? Isn't a point just x and y?
The text was updated successfully, but these errors were encountered: