Views
No views yet
| 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) |
object-detectionsecuritysurveillanceyolocomputer-visionbank-thief-detection1import safetensors.torch
2import torch
3
4# Load the model weights
5weights = safetensors.torch.load_file("final_detector.safetensors")
6print(f"Loaded {len(weights)} tensors")