Finspire13 / CMCS-Temporal-Action-Localization

Completeness Modeling and Context Separation for Weakly Supervised Temporal Action Localization (CVPR2019)
MIT License
150 stars 17 forks source link

关于ActivityNet特征 #1

Closed swordlidev closed 5 years ago

swordlidev commented 5 years ago

ActivityNet特征竟然有4,500G?百度云盘里是什么格式存放的?(想预览一下) ActivityNet抽特征的两个模型,有没有在ActivityNet上面finetune? UntrimmedNet 是15FPS,I3D 是16FPS, 是不是没有对齐?

Finspire13 commented 5 years ago

@lijiannuist

  1. ActivityNet特征大约500G
  2. I3D特征没有finetune,UntrimmedNet在ActivityNet v1.2 train set上训练过,详见
  3. 原始的两个特征模型是每隔15或16帧(不是15/16 FPS),实际使用间隔可能更小,详见config文件中的base_sample_rate 和sample_rate。所说的’对齐‘是指什么?
bityangke commented 5 years ago

Amazing work! And thanks very much for sharing! I have a question about the data file. Why the feature file of Anet is so huge? It is nearly impossible for one to download this large file from Baidupan. The Anet I3D feature shared by https://github.com/sujoyp/wtalc-pytorch is only ~8GB. Thanks again.

Finspire13 commented 5 years ago

@bityangke It is because ten-crop data augmentation is used (10x file size). And there are two type of features, i.e., I3D and UntrimmedNet.

To download, probably you need a Baidu VIP, lol.

Finspire13 commented 5 years ago

@bityangke Besides, our features are extracted for ActivityNet 1.3

liming-ai commented 3 years ago

@bityangke It is because ten-crop data augmentation is used (10x file size). And there are two type of features, i.e., I3D and UntrimmedNet.

To download, probably you need a Baidu VIP, lol.

Hi, thanks for your contribution! @Finspire13

Could you please tell me why you need ten-crop data augmentation? I did not find it in your paper or supplementary material.

Did ten-crop cause large accuracy gain? and what's the effect of using ten-crop augument instead of previous work?