facebookresearch / TimeSformer

The official pytorch implementation of our paper "Is Space-Time Attention All You Need for Video Understanding?"
Other
1.56k stars 213 forks source link

Prediction per frame #135

Open DanaOsama opened 6 months ago

DanaOsama commented 6 months ago

Hi,

Does anyone have any clue how I can adapt TimeSformer for per-frame prediction? In other words, I want to predict a class for each frame of a video instead of a single class for the whole video.