pytorch-i3d
pytorch-i3d copied to clipboard
About the overlapping part.
hi, thanks for your share. But i have some questions about the overlapping part.what i want to do is extracting some long videos with some highlighted moment inside them. i wonder if i should adopt the overlapping settings? if so, how to determine the temporal boundary of the moment ? (for example, with the length of an extracted video feature T (with the overlapping part inside it), whose actual duration is 100 seconds. If there's a clip inside it with the boundaries [20s, 50s], i wonder how to get the ground-truth start and end frame indices of the clip. i.e. 1) ts = 20/100* T , te= 50/100 *T; 2)ts= 20/100 *T +overlappingpart1, te= 50/100 *T +overlappingpart2