HHTseng / video-classification

Tutorial for video classification/ action recognition using 3D CNN/ CNN+RNN on UCF101
916 stars 216 forks source link

Prediction from Live Video Stream #41

Open abhiray92 opened 3 years ago

abhiray92 commented 3 years ago

Hi @HHTseng, I need to predict the videos from a live video stream, can you suggest how to do that? Extracting the video frames and passing it to the Dataset_CRNN function does not seem to be a good idea.

BartWesthoff commented 2 years ago

Hi @HHTseng, I need to predict the videos from a live video stream, can you suggest how to do that? Extracting the video frames and passing it to the Dataset_CRNN function does not seem to be a good idea.

found any fix?