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 find that the forward function of the parent class DETR is:
def forward(self, samples: NestedTensor, targets: list = None):
which can only take from 2 to 3 positional arguments, but gives 4 ("prev_features" is addition).
Expected behavior:
Is there a corrected DTER for TrackFormer?
The text was updated successfully, but these errors were encountered:
Linnicorn
changed the title
Please read & provide the following
DETRTracking: forward() takes from 2 to 3 positional arguments but 4 were given
Nov 16, 2024
DETRTracking: forward() takes from 2 to 3 positional arguments but 4 were given
The error occurred in forward function of 'DETRTrackingBase' class: ('detr_tracking.py' line276)
I find that the forward function of the parent class DETR is:
which can only take from 2 to 3 positional arguments, but gives 4 ("prev_features" is addition).
Expected behavior:
Is there a corrected DTER for TrackFormer?
The text was updated successfully, but these errors were encountered: