shravya11 commited on
Commit
85ecedd
·
verified ·
1 Parent(s): 3284b6f

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +35 -0
README.md ADDED
@@ -0,0 +1,35 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: other
3
+ task_categories:
4
+ - object-detection
5
+ - image-classification
6
+ tags:
7
+ - computer-vision
8
+ - weapon
9
+ - knife
10
+ - pistol
11
+ - weapon-detection
12
+ ---
13
+
14
+ # Weapon Detection and Classification Dataset
15
+
16
+ This repository contains a large-scale collection of weapon images and annotations for object detection and image classification tasks, covering knives, pistols, and other weapons.
17
+
18
+ ## Dataset Structure
19
+
20
+ The dataset is partitioned into categories, each chunked into smaller parts (max 2,500 files per part) to keep commit sizes and downloads manageable on Hugging Face:
21
+
22
+ - **Total Files**: 63,128 (46,241 images + 16,887 annotations)
23
+ - **Folder Categories**:
24
+ - `Knife classification/` (parts 1-5): **10,039** classification images
25
+ - `Knife_detection/` (parts 1-2): **2,078** images and **2,078** XML annotations in Pascal VOC format
26
+ - `Pistol classification/` (parts 1-4): **9,857** classification images
27
+ - `Pistol detection/` (parts 1-3): **3,000** images and **3,000** XML annotations in Pascal VOC format
28
+ - `Weapons and similar handled objects/` (parts 1-14): **21,262** images and **11,807** XML annotations
29
+ - `pictures/`: **5** project documentation images
30
+ - `License.md`: Dataset license document
31
+
32
+ For the detection splits, corresponding image and label files share the same base name and are grouped together in the same part folder under their respective subdirectories (e.g. `images/` and `annotations/`).
33
+
34
+ ## License
35
+ License details for this dataset are specified in the `License.md` file.