Update README.md
Browse files
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
|
| 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 |
-
|
| 33 |
|
| 34 |
-
## Intended uses & limitations
|
| 35 |
-
|
| 36 |
-
More information needed
|
| 37 |
|
| 38 |
## Training and evaluation data
|
| 39 |
|
| 40 |
-
|
|
|
|
| 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 |
|