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

Hi I was wondering if someone would be able to tell me how to get the y_true values from the validation generator. I am using the conv_3d model and I...

Hi Matt Harvey, In `1_move_files.py` , the filename is only the video file name. it doesn't contain the path of UCF dataset and classname path. That is the reason that...

Hi! I am not able to go through this error. Traceback (most recent call last): File "1_move_files.py", line 81, in main() File "1_move_files.py", line 78, in main move_files(group_lists) File "1_move_files.py",...

Hi Matt, I have tried all my best to debug this but I'm defeated. This is the error I get when I run train_cnn.py ``` Found 42937 images belonging to...

I ran following commands initially as mentioned in the README document `pip install -r requirements.txt` `cd data && wget http://crcv.ucf.edu/data/UCF101/UCF101.rar` `mkdir train && mkdir test && mkdir sequences && mkdir...

hi, may i know, instead of reading an original video file, extract features and sequences, and make prediction, is that possible to let the program read from webcam and predict...

When I ran this file, an error arose: ValueError: output of generator should be a tuple'(x, y, sample_weight)'. Found: None Hope someone can help me.

frame_generator function takes a random sample each time without checking if the sample is already taken

Hi @harvitronix , I just wanted to thank you for your Medium post + repo, which I used as starting point during a 3 months retreat at https://www.datascienceretreat.com/ in spring...