π¦ Bank Thief Detector
Fine-tuned person detection model for bank security and surveillance applications.
Model Details
| Property | Value |
|---|---|
| Model | Final Detector (SafeTensors format) |
| Size | 10.6 MB |
| Tensors | 499 |
| Architecture | CNN-based person detector |
| Format | SafeTensors |
| Task | Object Detection (Person-focused) |
Tags
object-detectionsecuritysurveillanceyolocomputer-visionbank-thief-detection
Usage
This model is used as part of the Bank Thief Detection System.
import safetensors.torch
import torch
# Load the model weights
weights = safetensors.torch.load_file("final_detector.safetensors")
print(f"Loaded {len(weights)} tensors")
System Integration
This detector works alongside:
- YOLOv11n β Person detection via ONNX Runtime
- InsightFace (Buffalo_L) β Face detection & ArcFace recognition
- ByteTrack β Multi-object tracking
- Suspicion Engine β Behavior analysis (loitering, running, restricted zones)
About Pnny13
Built by Pnny13 / Deathly Legion β AI security research collective specializing in computer vision for public safety.