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

GT file not found eval/gt/valid/SNGS-021.txt #19

Open
yijietan opened this issue Oct 12, 2024 · 4 comments
Open

GT file not found eval/gt/valid/SNGS-021.txt #19

yijietan opened this issue Oct 12, 2024 · 4 comments

Comments

@yijietan
Copy link

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

@LianyouII
Copy link

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:

截图 2024-10-12 23-52-22

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
self.benchmark ='SoccerNetGameState'.

@yijietan
Copy link
Author

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?

@LianyouII
Copy link

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.

@yijietan
Copy link
Author

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.

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

2 participants