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

Prec Rec MOTA are all zero and got errors #45

Open
Ri-Bai opened this issue Sep 26, 2021 · 2 comments
Open

Prec Rec MOTA are all zero and got errors #45

Ri-Bai opened this issue Sep 26, 2021 · 2 comments

Comments

@Ri-Bai
Copy link

Ri-Bai commented Sep 26, 2021

No description provided.

@Ri-Bai
Copy link
Author

Ri-Bai commented Sep 26, 2021

Processing Result for KITTI Tracking Benchmark
The uploaded results could not be evaluated. Check for format errors.
[2021-09-26 09:49:26,062][eval_seq.py][line: 127][ INFO] * Prec: 0.000 Rec: 0.000 MOTA: 0.000 MOTP: 0.000 total_num=10.0
Traceback (most recent call last):
File "/home/vci-1/BR/fusion/mmMOT-master/eval_seq.py", line 208, in
main()
File "/home/vci-1/BR/fusion/mmMOT-master/eval_seq.py", line 70, in main
validate(train_dataset, tracking_module, args.result_sha, part='train')
File "/home/vci-1/BR/fusion/mmMOT-master/eval_seq.py", line 128, in validate
MOTA, MOTP, recall, prec, F1, fp, fn, id_switches = evaluate(step, args.result_path, part=part)
TypeError: cannot unpack non-iterable bool object

Process finished with exit code 1

@Ri-Bai Ri-Bai changed the title Prec Rec MOTA are all zero and got Prec Rec MOTA are all zero and got errors Sep 26, 2021
@Ri-Bai
Copy link
Author

Ri-Bai commented Sep 26, 2021

I found the code follow:
"aligned_ids, aligned_dets, frame_start = tracking_module.predict(input[0], det_info, dets, det_split)"

in the eval_seq.py in 157 line
were not be used(aligned_ids,aligned_dets, frame_start are not be used in the class "validate_seq

and the class"vaildate_seq" return 0 0 0 0 "),I want to know what happened in this code .are them all right and needn't to change anything?

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