Skip to content

duskybomb/TALL.pytorch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TALL.pytorch

Pytorch implementation of TALL: Temporal Activity Localization via Language Query

Pytorch==1.4.0

Torchvision==0.5.0

Official Implementaion in Tensorflow

Note: Still very slow and needs optimisations.

My Results

IoU=0.1 IoU=0.3 IoU=0.5 IoU=0.7
R@1 23.90 18.85 14.10 7.44
R@5 48.46 36.00 25.05 14.79
R@10 62.55 44.64 30.36 18.12

Visual Features on TACoS

Download the C3D features for training set and test set of TACoS dataset.

Sentence Embeddings on TACoS

Download the Skip-thought sentence embeddings and sample files from here of TACoS Dataset, and put them under exp_data folder.

Releases

No releases published

Packages

No packages published

Languages