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.
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?