keras-video-classifier
keras-video-classifier copied to clipboard
Error during prediction
Hi, I'm getting the the error "ValueError: Object arrays cannot be loaded when allow_pickle=False" while I run "vgg16_bidirectional_lstm_predict.py" after the model training. I'm requesting your help to solve it.
try to change numpy
pip install numpy==1.16.1
https://stackoverflow.com/a/55903975