kracwarlock / action-recognition-visual-attention

Action recognition using soft attention based deep recurrent neural networks
http://www.cs.toronto.edu/~shikhar/projects/action-recognition-attention
351 stars 158 forks source link

Python Scripts for CNN Encoding Generation #19

Closed 345ishaan closed 7 years ago

345ishaan commented 7 years ago

Hi,

I am using tensorflow in python to generate CNN encodings for the video sequences provided by UCF101 dataset. I am dumping the outputs sequentially in a HDF5 file. My code is currently taking 20s per video file to store it's data in HDF5 file. So, for 9500 videos sequences, it will take a lot of time.

Can someone share their experience in it?

YinRui1991 commented 7 years ago

The author used UCF11 in his paper. UCF11 and UCF101 are two different datasets. UCF101 is much bigger than UCF11.