LateTemporalModeling3DCNN icon indicating copy to clipboard operation
LateTemporalModeling3DCNN copied to clipboard

Results 18 LateTemporalModeling3DCNN issues
Sort by recently updated
recently updated
newest added

- add arxiv url of the paper - add bibtex citation - add model url table (optional)

documentation
enhancement

Hi !! I am working on Accident Detection from CCTV Cameras. It will be helpful for my research and will also save lot of computation time if you can provide...

Hello. First of all, congratulations on your work. I want to reproduce your experiments, but I am stuck on the data preprocessing phase. The original dataset comes as ".avi" videos,...

Thank for your awesome repo. Could you please share the data frames through my link: https://drive.google.com/drive/folders/1EKtOvnXW3PLPfJsCBaSB5AWIJIldlFcL?usp=sharing thank you so much.

I have seen this code: input_vectors=x norm = input_vectors.norm(p=2, dim = -1, keepdim=True) input_vectors = input_vectors.div(norm) Is that code's function same as Batch Normalization?

Hi! I am training your awesome model in ucf101. Could you share the training parameters' detail for R(2+1)D BERT (32f) R(2+1)D BERT (64f).