Skip to content

Instantly share code, notes, and snippets.

@ssampang
Last active August 6, 2017 23:23
Show Gist options
  • Save ssampang/aeb998c440543adab09aaf3875ecabfb to your computer and use it in GitHub Desktop.
Save ssampang/aeb998c440543adab09aaf3875ecabfb to your computer and use it in GitHub Desktop.
[
{"timestamp": 33.313,
"childVideoIdIndex":[ 0,1,3,4 ],
"childFrame": [ 24,3,433,12 ]
},
{"timestamp": 45.234,
"childVideoIdIndex":[ 0,1,3,4 ],
"childFrame": [ 25,4,434,13 ]
}
]
/* childVideoIdIndex contains the index of the child video id in the childVideoIds json array
childFrame contains the frame number of the frame in the child video
video.childFrameCorrespondences[54] would provide the list of children that processed the 55th frame
of the parent video and the corresponding frames in each child*/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment