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
When I trained MOTR using my own dataset (with only one class), the assert error (boxes1[:, 2:] >= boxes1[:, :2]).all() occurred during the training process, with all values of boxes being NaN. I tried to lower the learning rate, from lr=2e-4 to lr=2e-6, and lr_backbone from 2e-5 to 2e-7. It did not help, and I did not change the code.
#76
Open
muxiJK opened this issue
Dec 20, 2023
· 2 comments
No description provided.
The text was updated successfully, but these errors were encountered: