Sense-X/X-Temporal

Prediction demo using different pretrained models

kshitijd20 opened this issue · 2 comments

Hi,

Thanks for sharing the code and model zoo. I was wondering if you could direct me how should I modify this code to output predictions on single video files (e.g. .mp4 format) like it is done in slowfast code here

Thanks.

To get the predicted logits, you can refer to this issue #9. For single video input, only need to write one line in meta file and set the falg video_input in test.yaml

Thanks for the reply, it works