gsig / charades-algorithms

Activity Recognition Algorithms for the Charades Dataset
http://allenai.org/plato/charades/
201 stars 96 forks source link

Speed up flow loading and transforming #10

Open gsig opened 6 years ago

gsig commented 6 years ago

Average time to load a batch of 64 optical flow stacks takes 0.054 sec on average on a SSD for training, which is all good. On a HDD it is slow for training, but testing pretrained optical flow models seems fine. Maybe installing accimage fixes this.