C3D-tensorflow icon indicating copy to clipboard operation
C3D-tensorflow copied to clipboard

"a 8-frame overlap"

Open antoniomagnani opened this issue 6 years ago • 1 comments

3.We follow the same way to extract clips from video as the C3D paper saying:'To extract C3D feature, a video is split into 16 frame long clips with a 8-frame overlap between two consecutive clips.These clips are passed to the C3D network to extract fc6 activations. These clip fc6 activations are averaged to form a 4096-dim video descriptor which is then followed by an L2-normalization' <

I think is not true cause you simply take a random index for the first frame from a certain sequence. After the firsts 16 frames are taken and a new sequence is considered. There is no mention of 50% overlapping in this code.

antoniomagnani avatar Feb 22 '19 17:02 antoniomagnani

The overlapp is used for classification on video level, while the provided predict function is clip level

Naegionn avatar Mar 16 '19 11:03 Naegionn