mmMOT
mmMOT copied to clipboard
Prec Rec MOTA are all zero and got errors
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
Process finished with exit code 1
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?