open-mmlab / mmaction

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

Temporal Action Localization for THMOS'14 #114

Open pranavgundewar opened 4 years ago

pranavgundewar commented 4 years ago

Hi! I am trying to carry out temporal action localization for THUMOS14 dataset. I already have RGB plus OF frames using dense flow. I am using pre-trained model given for test_localizer.py

However, I am unable to interpret results in pickle file.

What I want my output to be like this- Video 1 -> [pred_action_start pred_action_end] (in seconds or frame number anything is fine) . . .

How to modify testing script to get such kind of output? Thank you.

xianguo-dev commented 4 years ago

same question Have you worked out yet?