weapon-detection Computer Vision Dataset

byAI1Task:
Object Detection
License:CC BY 4.0

About weapon-detection Dataset

Merged:

https://universe.roboflow.com/mohammadreza-anvari-h6ase/cctv-gun-detector https://universe.roboflow.com/p1-aii7m/crime-detection-dupwb https://universe.roboflow.com/object-detection/pistols https://universe.roboflow.com/meeth4399-gmail-com/weapon-idlzr https://universe.roboflow.com/feraponov-gmail-com/robbery-wyqut/ https://universe.roboflow.com/rifledetection/shotgun-detection https://universe.roboflow.com/jesus-8dnqx/heavy_weapon https://universe.roboflow.com/wpnv3-heavygun/heavy-gun-merged-v1 https://universe.roboflow.com/liteye-systems/weapon-classification https://universe.roboflow.com/karandeep-padam/rifles-jtqr4

To be merged:

https://universe.roboflow.com/rifledetection/rifle-detection-p9slr https://universe.roboflow.com/abwaocollins060-gmail-com/gun-detection-jadiy https://universe.roboflow.com/doken-edgar/weapondetection/browse https://universe.roboflow.com/my-workspace-ovenf/mot-yolov4 https://universe.roboflow.com/1902127-sit-singaporetech-edu-sg/weapon-detection-rxihn https://universe.roboflow.com/platinum-pythons/ai-weapons https://universe.roboflow.com/od-9u7g1/finalbest https://universe.roboflow.com/new-workspace-bjaa4/knifegun https://universe.roboflow.com/new-workspace-isqyd/final-3 https://universe.roboflow.com/new-workspace-bjaa4/all_knife_handgun https://universe.roboflow.com/new-workspace-mctps/u-granada-g-detect https://universe.roboflow.com/new-workspace-1wejl/guns-and-rifles-2cyel https://universe.roboflow.com/mobeen-tahir-f1puu/weapon-detection-system https://universe.roboflow.com/savy/kppr

https://universe.roboflow.com/ekant-hiremaths-gmail-com/fire_gun Useful classes: 0,1 not 2

Not userd, but useful

https://universe.roboflow.com/ds-blog/theft-detection-97nip

Gun segmentation:

https://universe.roboflow.com/miguel-alejandro-ponce-proano/guns-segmentation

videos:

https://www.youtube.com/watch?v=F4-_qNrvANk https://www.youtube.com/watch?v=khkGbATT8T4&t=7s https://www.youtube.com/watch?v=gZT-L9ZbBOQ https://www.youtube.com/watch?v=vltGGp0Dqxw https://www.youtube.com/watch?v=U8LQpMK4Cso https://www.youtube.com/watch?35I6UZJ3ptM=v https://www.youtube.com/watch?v=GPPhFdZas3c

Test: https://www.youtube.com/watch?v=5Sghzkedero

Use Free Hand, Pistol and Pistol Detection API

Powered by general detection model

Code
pip install inference-sdk
# 1. Import the library
from inference_sdk import InferenceHTTPClient

# 2. Connect to your workspace
client = InferenceHTTPClient(
  api_url="https://serverless.roboflow.com",
  api_key="API_KEY"
)

# 3. Run your workflow on an image
result = client.run_workflow(
  workspace_name="<YOUR_WORKSPACE>",
  workflow_id="<YOUR_WORKFLOW_ID>",
  images={
    "image": "YOUR_IMAGE.jpg"  # Path to your image file
  },
  parameters={
    "classes": "Hand, Pistol, pistol, Knife, person"
  },
  use_cache=True  # cache workflow definition for 15 minutes
)

# 4. Get your results
print(result)

Run on custom image

Drop an image here or click to upload

Detecting classes:
Or try a test image 

Cite This Project

LicenseCC BY 4.0

If you use this dataset in a research paper, please cite it using the following BibTeX:

@misc{ weapon-detection-m7qso-0rfjb_dataset,
  title = { weapon-detection Dataset },
  type = { Open Source Dataset },
  author = { AI1 },
  howpublished = { \url{ https://universe.roboflow.com/ai1-ff6lt/weapon-detection-m7qso-0rfjb } },
  url = { https://universe.roboflow.com/ai1-ff6lt/weapon-detection-m7qso-0rfjb },
  journal = { Roboflow Universe },
  publisher = { Roboflow },
  year = { 2026 },
  month = { apr },
  note = { visited on 2026-07-29 },
}

Similar Projects

See More