santa47 commited on
Commit
3d38698
·
verified ·
1 Parent(s): 3580fbe

Upload folder using huggingface_hub

Browse files
Files changed (3) hide show
  1. README.md +15 -0
  2. config.json +16 -0
  3. violence_detector.pth +3 -0
README.md ADDED
@@ -0,0 +1,15 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Violence Detection 3D CNN
2
+
3
+ ## Task
4
+ Binary Classification: Fight vs NonFight (RWF-2000 Dataset)
5
+
6
+ ## Results
7
+ | Metric | Value |
8
+ |--------|-------|
9
+ | Accuracy | 81.25% |
10
+ | Precision | 81.09% |
11
+ | Recall | 81.50% |
12
+ | F1-Score | 81.30% |
13
+
14
+ ## Input
15
+ - 16 frames × 112 × 112 RGB
config.json ADDED
@@ -0,0 +1,16 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "data_path": "/kaggle/input/rwf2000/RWF-2000",
3
+ "num_frames": 16,
4
+ "frame_size": [
5
+ 112,
6
+ 112
7
+ ],
8
+ "batch_size": 16,
9
+ "epochs": 10,
10
+ "learning_rate": 0.0003,
11
+ "weight_decay": 0.05,
12
+ "label_smoothing": 0.1,
13
+ "dropout": 0.5,
14
+ "patience": 8,
15
+ "num_workers": 2
16
+ }
violence_detector.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:364dc7e33873c72764d4f27ba9142e396a1f1e6ec4305cd12703184924856be9
3
+ size 54567393