Last active
August 6, 2017 23:23
-
-
Save ssampang/aeb998c440543adab09aaf3875ecabfb to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[ | |
{"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