wzmsltw / BSN-boundary-sensitive-network

Codes of our paper: "BSN: Boundary Sensitive Network for Temporal Action Proposal Generation"
407 stars 80 forks source link

Abount feature extraction on THUMOS14? #12

Closed Rheelt closed 6 years ago

Rheelt commented 6 years ago

Thank you for your great help! I have another question. About THUMOS14, may I ask what is the way you take to extract features? The FC layer output of anet is 200 classes. Did you modify the FC layer and then train on THUMOS14?

wzmsltw commented 6 years ago

Hi @coder-LeeTao , we did not finetune this network on THUMOS14. We direct use the output of last fc layer (without softmax) as the feature. Actually, you can also use the 2048-dim fc layer.