Luna-Skywalker commited on
Commit
984ae11
·
verified ·
1 Parent(s): ad13261

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -6
README.md CHANGED
@@ -19,7 +19,7 @@ should probably proofread and complete it, then remove this comment. -->
19
 
20
  # crime_cctv_image_detection
21
 
22
- This model is a fine-tuned version of [google/vit-base-patch16-224-in21k](https://huggingface.co/google/vit-base-patch16-224-in21k) on the None dataset.
23
  It achieves the following results on the evaluation set:
24
  - Loss: 0.0332
25
  - Accuracy: 0.9957
@@ -29,15 +29,13 @@ It achieves the following results on the evaluation set:
29
 
30
  ## Model description
31
 
32
- More information needed
33
 
34
- ## Intended uses & limitations
35
-
36
- More information needed
37
 
38
  ## Training and evaluation data
39
 
40
- More information needed
 
41
 
42
  ## Training procedure
43
 
 
19
 
20
  # crime_cctv_image_detection
21
 
22
+ This model is a fine-tuned version of [google/vit-base-patch16-224-in21k](https://huggingface.co/google/vit-base-patch16-224-in21k) on the [UCF Crime Dataset](https://www.kaggle.com/datasets/odins0n/ucf-crime-dataset) dataset.
23
  It achieves the following results on the evaluation set:
24
  - Loss: 0.0332
25
  - Accuracy: 0.9957
 
29
 
30
  ## Model description
31
 
32
+ This model was developed with the intention of effectively monitoring crime and making society a much safer place. This is a small part of the project that is under developement. I'd like to welcome you all to try this and please provide valuable feedback. I'll be uploading an example notebok for usage of this model very soon (as soon as I'm done with school lol)
33
 
 
 
 
34
 
35
  ## Training and evaluation data
36
 
37
+ The total image count for the train subset is 1,266,345.
38
+ The total image count for the test subset is 111,308.
39
 
40
  ## Training procedure
41