TensorFlow-Examples
TensorFlow-Examples copied to clipboard
is there any example for LSTM to classify video frame by frame with tensorflow
Thanks the tutorial
I want to classify a video frame by frame using LSTM of Tensorflow, is there any example for this?
I have seen some examples about LSTM to classify videos, but all of them only use the last output of the LSTM to do classification.
@jren2019 I am also looking for LSTM examples for video classification and object detection inside the video. can you please share what you have found regarding this. It will be very helpful for me then.