Is the open-source version of TensorFlow suitable for classification of videos - akin the examples stated in http://vision.stanford.edu/pdf/karpathy14.pdf ? If not - are there any other packages in the public domain that could be used for this purpose?
It would be possible to modify the image models shipped with TensorFlow to train a neural network on such video data.
The main challenges would be:
Creating a custom reader that handled the appropriate video file format (or converting your video data to one of the supported format).
Using the image ops to generate the multi-resolution images required in the Karpathy et al. model.
(Possibly) using queues to perform pipelined video processing and ensure that I/O doesn't become a bottleneck.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With