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

file naming in annotations.zip #12

Open
RohitKeshari opened this issue Sep 14, 2023 · 1 comment
Open

file naming in annotations.zip #12

RohitKeshari opened this issue Sep 14, 2023 · 1 comment

Comments

@RohitKeshari
Copy link

annotations.zip has the following files.

  • train:
    • train.json
  • val:
    • all_classes.json
    • common_classes.json
    • uncommon_classes.json
    • first_frame_annotations.json
  • test:
    • all_classes.json
    • common_classes.json
    • uncommon_classes.json
    • first_frame_annotations.json
  • info:
    • categories.json
    • class_split.json

My question is: in train, does train.json is equivalent to all_classes.json or I downloaded old or wrong annotation?

@Ali2500
Copy link
Owner

Ali2500 commented Sep 27, 2023

Hi, yes for the training set all class annotations are in a single file.
The separate files for val/test are sort of a legacy artifact from earlier when we needed to point the eval script to different files depending on which class split we wanted to evaluate. This is however no longer the case.

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