open-mmlab / mmaction

An open-source toolbox for action understanding based on PyTorch
https://open-mmlab.github.io/
Apache License 2.0
1.86k stars 353 forks source link

something about model zoo #207

Closed huamgmin closed 4 years ago

huamgmin commented 4 years ago

Hi, l have a problem about the R(2+1)D 's models given in model zoo .what's the mean of inputsize 8x8

kennymckormick commented 4 years ago

The meaning of 8x8 is 8(num of input frames) x 8(step size). For example, the 8 frames group [frame_1.jpg, frame_9.jpg, frame_17.jpg, ..., frame_57.jpg] is an 8x8 input.