AVSS2019 icon indicating copy to clipboard operation
AVSS2019 copied to clipboard

Efficient Violence Detection Using 3D Convolutional Neural Networks

Results 10 AVSS2019 issues
Sort by recently updated
recently updated
newest added

First of all, I would like to thank you for your contribution to the community with your great work. I'm really interested in your study and I am trying to...

Thanks again for your interesting work. Could you please specify the step to train the model on a customized dataset? I want to train the model on a specific collected...

Thank you for your greate work ! I have a question that when I use your pretrained model to transfer with my custom dataset, I have a problem: the predicts...

Hi, great work. In your code, have you defined the original C3D model?. The pretrained model have three fully conected layers, and your implementation have only one. How are you...

Thanks for your work, it's really meaningful. But I find that you didn't upload the file"C3D_Kinetics.pth",It will help me a lot more. I hope you can upload it. Thank you...

Thanks for your work. I read the total paper but I did not find the difference between the lean and the original version of the 3D DenseNet

Thanks again for your support. Do you know how to show the video in real time while processing the frames? I want to have a demo showing captured frame in...

Thanks again for your consideration and support. How can I get the right violence probability instead of boolean value in the function predict: ``` def predict(self, x): x = x.to(self.device)...

I would like to thank you for your interesting work. How can I run your model on a video to detect violence per frame? Thanks again for your interesting work.