Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Problems encountered when running gmtracker_app.py #24

Open
shengishere opened this issue Jul 1, 2022 · 0 comments
Open

Problems encountered when running gmtracker_app.py #24

shengishere opened this issue Jul 1, 2022 · 0 comments

Comments

@shengishere
Copy link

when I run python gmtracker_app.py --sequence_dir data/MOT17/test/MOT17-01 --detection_file npy/npytest_tracktor/MOT17-01-DPM.npy --checkpoint_dir experiments/static/params/0001 --max_age 100 --reid_thr 0.6 --output_file results/test/MOT17-01-DPM.txt
I got error like this:
torch.Size([2171, 512])
Loading model parameters from experiments/static/params/0001\params.pt
torch.Size([2171, 512])
(2171, 522)
Processing MOT17-01 frame 00001
Nothing to match at this level
Processing MOT17-01 frame 00002
Nothing to match at this level
Processing MOT17-01 frame 00003
Nothing to match at this level
Processing MOT17-01 frame 00004
Nothing to match at this level
Processing MOT17-01 frame 00005
Nothing to match at this level
Processing MOT17-01 frame 00006
Nothing to match at this level
Traceback (most recent call last):
File "gmtracker_app.py", line 321, in
args.max_age, args.n_init, args.reid_thr, args.checkpoint_dir)
File "gmtracker_app.py", line 262, in run
frame_callback(frame_idx)
File "gmtracker_app.py", line 249, in frame_callback
tracker.update(detections, seq_info["sequence_name"], frame_idx, checkpoint_dir)
File "E:\lunwendaima\GMTracker\utils\tracker.py", line 122, in update
self._match(detections,video,frame,checkpoint_dir)
File "E:\lunwendaima\GMTracker\utils\tracker.py", line 165, in _match
detections, iou_track_candidates, unmatched_detections)
File "E:\lunwendaima\GMTracker\GMMOT\assignment.py", line 52, in min_cost_matching
detection_idx = detection_indices[col]
IndexError: list index out of range

Do you know how to deal with it?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant