Thanks for your achievements.
I downloaded Video_data and the trained C3D model 'action_classifier_model',
and train with command 'python train_r3dcnn.py'
as a training result, train models ware stored in 'gesture_classifier_model' folder.
and then, for a test,
webcam with command 'python ActionRecognition.py'
however, I got some problem.

some tensorflow logs showed repeatedly, and slow implement on cam.
In detail,
ActionRecognition.py, 31 line,
prediction = next(predictions);
A break occurs every time the above code is executed.
My environment
- windows 10
- tensorflow 1.11
please answer about my question.
Thanks for your achievements.
I downloaded Video_data and the trained C3D model 'action_classifier_model',
and train with command 'python train_r3dcnn.py'
as a training result, train models ware stored in 'gesture_classifier_model' folder.
and then, for a test,
webcam with command 'python ActionRecognition.py'
however, I got some problem.
some tensorflow logs showed repeatedly, and slow implement on cam.
In detail,
ActionRecognition.py, 31 line,
prediction = next(predictions);
A break occurs every time the above code is executed.
My environment
please answer about my question.