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

Tracker evaluate on KITTI dataset but has format error #132

Open
chenx1e opened this issue Jun 1, 2023 · 1 comment
Open

Tracker evaluate on KITTI dataset but has format error #132

chenx1e opened this issue Jun 1, 2023 · 1 comment

Comments

@chenx1e
Copy link

chenx1e commented Jun 1, 2023

Hi, thanks for the amazing work! I download the example gt and trackers in KITTI dataset and running successful, but the trackrcnn results text file you provided are messy on my Window10 computer:
image

I prepared my own tracker results text file following KITTI format, and want to evaluate this tracker, but has format error in load_raw_file process.
Traceback (most recent call last): File "E:\codes\TrackEval\trackeval\datasets\kitti_mots.py", line 212, in _load_raw_file raw_data['dets'][t] = [{'size': [int(region[3]), int(region[4])], File "E:\codes\TrackEval\trackeval\datasets\kitti_mots.py", line 212, in <listcomp> raw_data['dets'][t] = [{'size': [int(region[3]), int(region[4])], ValueError: invalid literal for int() with base 10: '0.00'

My tracker format is:
image

Could any one help me?

@chenx1e
Copy link
Author

chenx1e commented Jun 1, 2023

The script I run is scripts/run_kitti_mots.py

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

1 participant