google-deepmind / kinetics-i3d

Convolutional neural network model for video classification trained on the Kinetics dataset.
Apache License 2.0
1.74k stars 461 forks source link

Using on streaming video data #104

Open arjungoel7 opened 4 years ago

arjungoel7 commented 4 years ago

How can I use the pre-trained model on video data that is being streamed? Can live predictions about the actions being performed be made? If not, how can I process the data of a saved video stream? (Suppose it is 8 hours worth of footage)?

AnaRhisT94 commented 2 years ago

have u solved this?