-
Notifications
You must be signed in to change notification settings - Fork 50
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
GT file not found eval/gt/valid/SNGS-021.txt #19
Comments
The same issue also troubled me. You need to modify the "tracklab/tracklab/configs/dataset/soccernet_gs.yaml" file, changing the "GT_LOC_FORMAT" to '{gt_folder}/{seq}/Labels-GameState.json'. The complete file is as follows: Additionally, in my case, I also needed to modify the "trackeval" library in the environment, specifically the "your_env_path.../site-packages/trackeval/datasets/soccernet_gs.py" file, changing |
Thanks, that works! I suppose then without a GT file, like for those in the challenge dataset or any other video datasets that you input, is there a way to turn off the evaluation step? |
Carefully read the soccernet.yaml file comments and set nframes not equal to -1, which will skip evaluation step. |
Thanks for pointing out, just saw that comment shortly before you posted the reply. |
I'm running the baseline on the single video (default is SNGS-021), and after the visualization video is created and when tracking is done, an error occurs, saying that the GT file cannot be found.
Am I missing any special configs in soccernet.yaml or somewhere else? As far as I know only my pitch and calibration fields are nbjw_calib instead of tvcalib
The text was updated successfully, but these errors were encountered: