Hello Author,
I am currently preparing to conduct tests on the Challenge2023 dataset (including SNMOT-0, ..., SNMOT-096). In accordance with the instructions on the official website, I have prepared result files named SNMOT-XXX.txt, with each line formatted as [frame ID, track ID, Upper left coordinates (x,y), width, height, confidence score, -1, -1, -1]. Additionally, I have compressed all sequence results into a zip file called soccernet_mot_results.zip. However, when I try to submit my results on the website, I encounter the following error:
Traceback (most recent call last):
File "/code/scripts/workers/submission_worker.py", line 538, in run_submission
submission_metadata=submission_serializer.data,
File "/tmp/tmpoe_6yy6c/compute/challenge_data/challenge_1951/main.py", line 62, in evaluate
test_annotation_file, user_submission_file, split=split)
File "/usr/local/lib/python3.7/site-packages/SoccerNet/Evaluation/Tracking.py", line 120, in evaluate
dataset_list = [trackeval.datasets.MotChallenge2DBox(dataset_config)]
File "/usr/local/lib/python3.7/site-packages/trackeval/datasets/mot_challenge_2d_box.py", line 126, in init
curr_file))
trackeval.utils.TrackEvalException: Tracker file not found: test/data/SNMOT-001.txt
Is it a problem with my file format? How should I adjust it to resolve this issue? I am looking forward to your reply and am very grateful for your assistance!
Hello Author,
I am currently preparing to conduct tests on the Challenge2023 dataset (including SNMOT-0, ..., SNMOT-096). In accordance with the instructions on the official website, I have prepared result files named SNMOT-XXX.txt, with each line formatted as [frame ID, track ID, Upper left coordinates (x,y), width, height, confidence score, -1, -1, -1]. Additionally, I have compressed all sequence results into a zip file called soccernet_mot_results.zip. However, when I try to submit my results on the website, I encounter the following error:
Traceback (most recent call last):
File "/code/scripts/workers/submission_worker.py", line 538, in run_submission
submission_metadata=submission_serializer.data,
File "/tmp/tmpoe_6yy6c/compute/challenge_data/challenge_1951/main.py", line 62, in evaluate
test_annotation_file, user_submission_file, split=split)
File "/usr/local/lib/python3.7/site-packages/SoccerNet/Evaluation/Tracking.py", line 120, in evaluate
dataset_list = [trackeval.datasets.MotChallenge2DBox(dataset_config)]
File "/usr/local/lib/python3.7/site-packages/trackeval/datasets/mot_challenge_2d_box.py", line 126, in init
curr_file))
trackeval.utils.TrackEvalException: Tracker file not found: test/data/SNMOT-001.txt
Is it a problem with my file format? How should I adjust it to resolve this issue? I am looking forward to your reply and am very grateful for your assistance!