-
Notifications
You must be signed in to change notification settings - Fork 26
Converting between frame_ind and timestamps #1
Comments
Hi, thanks for your interest in our work. We divide each video evenly into 10 clips and sample the middle frame of each clip. I clarified this in the skeleton file. Thank you for your feedback! |
@LuoweiZhou Thanks for the great repository. However, I am unable to get a proper correspondence between the timestamps and the frames. I used your approach (middle clip of the segment). Example used:
Could you point out how to get the frame where the annotation is done? Thank you for your patience. |
@TheShadow29 We use A full example to extract
|
Cheers, it is working now. I checked the image size and realized I had made a mistake in retrieving the image size. |
Is it possible to provide the formula for converting the
frame_ind
term inanet_entities_trainval.json
into timestamps? It mentions in the paper that 10 frames are sampled uniformly from each segment - do these samples align with the endpoints of each segment? Thanks!The text was updated successfully, but these errors were encountered: