-
Notifications
You must be signed in to change notification settings - Fork 14
Annotation export format streamline #90
Copy link
Copy link
Open
Labels
good first issueGood for newcomersGood for newcomersrefractorCode refractoring of existing filesCode refractoring of existing files
Metadata
Metadata
Assignees
Labels
good first issueGood for newcomersGood for newcomersrefractorCode refractoring of existing filesCode refractoring of existing files
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: