Hi,
I am trying to deploy this model (slowfastNet) with mmaction framework,
first question: it’s not classify frame by frame it needs a batch of frames to classify on, how could i do this?
second question: the slowfast model has 2 paths (slow and fast paths) and each path need a specific number of frames from the whole input (for ex if my batch is 64 frames the fast path will need 32 frame only and the slow path will need less “and those frames choosing by a specific skip offset too”, so how could i do this also ?