KuanchihHuang / MoMA-M3T

Delving into Motion-Aware Matching for Monocular 3D Object Tracking (ICCV 2023)
26 stars 3 forks source link

The uploaded results could not be evaluated. Check for format errors. #4

Open Pharaon23 opened 5 months ago

KuanchihHuang commented 5 months ago

Hi, can you provide more detailed errors? The script contains inference and evaluation parts, and you can comment out the evaluation part temporally to make sure the inference work well.

zhangsirui-sir commented 3 months ago

Dear author, I encountered the following error when reproducing your evaluation results about KITTI datasets:

Traceback (most recent call last): File "/home/dell/zsr/MoMA-M3T-main/ab3dmot_kitti/scripts/KITTI/evaluate1.py", line 1235, in success = evaluate('moma',mail,1,True,False,0.25) File "/home/dell/zsr/MoMA-M3T-main/ab3dmot_kitti/scripts/KITTI/evaluate1.py", line 1139, in evaluate e = trackingEvaluation(t_sha=result_sha, mail=mail,cls=c,eval_3diou=eval_3diou,eval_2diou=eval_2diou,num_hypo=num_hypo,thres=thres) File "/home/dell/zsr/MoMA-M3T-main/ab3dmot_kitti/scripts/KITTI/evaluate1.py", line 119, in init with open(filename_test_mapping, "r") as fh: FileNotFoundError: [Errno 2] No such file or directory: './scripts/KITTI/evaluate_tracking.seqmap.val' Processing Result for KITTI 3D MOT Benchmark The following './scripts/KITTI/evaluate_tracking.seqmap.val' file was not found. I carefully checked the inference code and found that this sequence file was not generated.If it was copied from the AB3DMOT model, the following error would be reported:

The uploaded results could not be evaluated. Check for format errors.

So I would like to ask how to solve this problem. I would be grateful if you can reply in time.

KuanchihHuang commented 1 month ago

@zhangsirui-sir Sorry for the late reply. We upload the missing files.