violence-recognition-pytorch icon indicating copy to clipboard operation
violence-recognition-pytorch copied to clipboard

AVSS violence recognition in pytorch

Results 7 violence-recognition-pytorch issues
Sort by recently updated
recently updated
newest added

@swathikirans I am getting this error while training.. Can you please suggest me what should I do in data directories to resolve this error? Please help me in this.. Error...

@swathikirans How can I solve problem of underfitting in this network? After even 30 epochs, network is underfitting.. Please help me to solve this as this is very important for...

Can I use resnet18 or resnet50 instead of alexnet as pretrained model ? If yes, then what changes I should do in `createModel.py` file? I tried to extract children features...

I would like to extract all frames instead of 20 frame only. Could you let me know how to do this in the dataset that has videos with a different...

Hi. Interesting job. Could you tell me where is the 5-cross validation code?

I would like to pass the output of a VGG16 feature extractor (-1, 512, 7, 7) onto 2 sequential-identical convLSTM layers say layers with hidden state (7 *7 *256). Could...

Hi, interesting paper. I see the main code is for training. Do we have the code for evaluation? How to do inference given the trained model?