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
load model, get error: "PytorchStreamReader failed reading zip archive: failed finding central directory" load scripts is sh configs/standard/v100_test_mot17.sh
I can't find code about pixel-wise association, only bytetracker part, no center points association which present in your paper., Is this code complete?
The text was updated successfully, but these errors were encountered:
Yes, the same issue is here! The paper introduces the inspired idea from the flow-guided feature aggregation for video object detection which I could not be able to find the usage inside the code.
@dense_tracker.py file the get_flow has no usage.
from util.p3aformer.p3aformer_misc import (
get_flow,
NestedTensor,
gaussian_radius,
affine_transform,
draw_umich_gaussian,
soft_nms_pytorch,
)
The text was updated successfully, but these errors were encountered: