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

Annotation export format streamline #90

Open
pradeepsen99 opened this issue Mar 18, 2024 · 0 comments
Open

Annotation export format streamline #90

pradeepsen99 opened this issue Mar 18, 2024 · 0 comments
Labels
good first issue Good for newcomers refractor Code refractoring of existing files

Comments

@pradeepsen99
Copy link
Collaborator

Currently the JSON exported by AVAT is a simple JSON dump into a massive array of length=frame number. This is inefficient on storage and cumbersome to work with. Instead, we can streamline this by using a nested json approach where each array element has a frame identifier indicating the frame it's from and the redux store smartly grabs the data upon upload.

Potential data format:

{
  frame_number: 1
  Annotation_type: “bounding_box”
  Dimensions: ….data dump of coordinates for box/segmentation
}
@pradeepsen99 pradeepsen99 added good first issue Good for newcomers refractor Code refractoring of existing files labels Mar 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers refractor Code refractoring of existing files
Projects
None yet
Development

No branches or pull requests

1 participant