VideoLSTM icon indicating copy to clipboard operation
VideoLSTM copied to clipboard

Results 5 VideoLSTM issues
Sort by recently updated
recently updated
newest added

Will it be possible for you to share the implementation guideline to replicate your project in Tensorflow. I am specifically looking for architectural details and the value of hyper parameters...

Instead of using your feature extractor, we used a different framework for feature extraction. Our h5 file input is in the form of a 2D-matrix(FRAMES, FEATUREDIM) as opposed to the...

1. There is no `data_file` in the project directory. 2. Could you please provide the link to the dataset you use as well as the annotations? The datapaths in the...

These layers were used in the evaluate_ucf101_rgb_convALSTM.py and finetune_ucf101_rgb_motion_convALSTM.py files but were absent in the library.