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
I noticed that there are mismatched keys name in weight_dict, effectively making the losses calculation skipped loss_segments and loss_actionness in this line:
Hi @zachpvin,
Thanks for raising this issue. This is an error in the conversion from internal code to public code. It has been fixed in commit 983ae14.
I noticed that there are mismatched keys name in
weight_dict
, effectively making the losses calculation skippedloss_segments
andloss_actionness
in this line:TadTR/engine.py
Lines 45 to 46 in 3af0abc
Looking at the
weight_dict
,loss_seg
is used rather thanloss_segments
TadTR/models/tadtr.py
Lines 498 to 501 in 3af0abc
TadTR/models/tadtr.py
Line 299 in 3af0abc
For actionness, it's assigned as
loss_iou
instead ofloss_actionness
, which replaced theloss_iou
by segments loss.TadTR/models/tadtr.py
Line 327 in 3af0abc
Are these bugs? Could you confirm it? Thanks.
The text was updated successfully, but these errors were encountered: