wanglimin / UntrimmedNet

Weakly Supervised Action Recognition and Detection
162 stars 47 forks source link

Code for extract test score #10

Closed wzmsltw closed 7 years ago

wzmsltw commented 7 years ago

Hi,Limin. I want to reproduce the result of temporal action detection. I found following file is needed. ('~/code/temporal-segment-networks/THUMOS14_evalkit_20150930/test_score.mat') I guess this file is too big for share. So can you share codes or scripts used for extracting "test score" file? Since current codes are used for video-level action recognition. Thanks!

wanglimin commented 7 years ago

You could refer to the TSN code on how to extract test score:

https://github.com/yjxiong/temporal-segment-networks/blob/master/tools/eval_net.py#L64

wzmsltw commented 7 years ago

Ok. Thanks.