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

Json decode error when loading GROUNDTRUTH tracking file #2

Open
nnop opened this issue Jun 3, 2023 · 0 comments
Open

Json decode error when loading GROUNDTRUTH tracking file #2

nnop opened this issue Jun 3, 2023 · 0 comments

Comments

@nnop
Copy link

nnop commented Jun 3, 2023

When load the nuscenes-GROUNDTRUTH-trainsplit-trackresults.json file, I met the following error:

json.decoder.JSONDecodeError: Expecting value: line 1 column 24908261 (char 24908260)

The file appears to be corrupted. Following is the tail content:
image

Another 2 questions:

  1. how did you generate the GROUNDTRUTH file for train/val splits? Is these needed in preprocessing?
  2. Should DetectionBox in this line be TrackingBox? Otherwise, how did you get the trakcing GT infomation.
    self.gt_boxes = load_gt_local(self.nusc, self.split, DetectionBox, verbose=True)
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