five-video-classification-methods icon indicating copy to clipboard operation
five-video-classification-methods copied to clipboard

Code that accompanies my blog post outlining five video classification methods in Keras and TensorFlow

Results 55 five-video-classification-methods issues
Sort by recently updated
recently updated
newest added

This should resolve [issue76](https://github.com/harvitronix/five-video-classification-methods/issues/76) when running by train.py for 'lstm' model.

Hello! I'm having this error while executing train.py. Although the target shape is correct i can't wrap my head around the expected shape. I'll leave the stack trace: [traceback.txt](https://github.com/harvitronix/five-video-classification-methods/files/6719861/traceback.txt)

Thank your for your sharing. When I run train.py,I met a problem is ValueError: output of generator should be a tuple `(x, y, sample_weight)` or `(x, y)`. Found: None. Can...

Hi, I ran the 1_move_files.py and 2_extract_files.py successfully. after that, I tried running the extract_features.py, it gives me the following error File "C:\Users\Preeti Gupta\Downloads\five-video-classification-methods-master\data.py", line 81, in get_classes if item[1]...

Hello there, Thanks for the great work, I have tested it with 101 Dataset and all went good. Now I want to train a model using my dataset, I converted...

@harvitronix hello Harvey, thanks to your really good tutorial for video classification. I followed your instruction to train my own lrcn video classification model and it works well under tensorflow&keras....

I have trained on my own four categories datasets, and the accuracy is very low. Does anyone know why?

Hello, I'm trying to recreate the results you've mentioned in your medium blog post. I've split the dataset using your scripts, used the default hyper parameters- 1000 epochs lr =...

This notebook shows how can you use this model to make prediction on any video [pipeline_v1.pdf](https://github.com/harvitronix/five-video-classification-methods/files/3122639/pipeline_v1.pdf)