Home

Awesome

Temporally-language-grounding

A Pytorch implemention for some state-of-the-art models for "Temporally language grounding in untrimmed videos"

Requirements

Three Models for this task

Supervised Learning based methods

Reinforcement Learning based method

Performance

MethodsR@1, IoU0.7R@1, IoU0.5R@5, IoU0.7R@5, IoU0.5
TALL8.6324.0929.3359.60
MAC12.3129.6837.3164.14
A2C14.2532.66NoneNone

Features Download

Training and Testing

Training and Testing for TALL, run

python main_charades_SL.py --model TALL

Training and Testing for MAC, run

python main_charades_SL.py --model MAC

Training and Testing for A2C, run

python main_charades_RL.py

Acknowledgements

Thanks the original TALL, MAC and awesome PyTorch team.