Sri Lanka Vehicle Detection & Segmentation (slvy)
Project description
slvehicle (slvy) — Sri Lanka Vehicle AI
Vehicle detection & instance segmentation library for Sri Lankan traffic.
Classes: bike, bus, car, lorry, tuktuk, van
Install
pip install slvehicle # CPU
pip install slvehicle[gpu] # GPU (CUDA)
Usage
from slvehicle import VehicleDetector
det = VehicleDetector() # auto device
result = det.detect('image.jpg')
det.detect_and_save('input_folder/', 'output_folder/')
Performance
- mAP50: 97.3%
- Model size: 5.6 MB (FP16 ONNX)
- Speed: ~15 ms (GPU), ~80 ms (CPU)
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
slvehicle-0.1.0.tar.gz
(10.7 MB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
slvehicle-0.1.0-py3-none-any.whl
(10.7 MB
view details)
File details
Details for the file slvehicle-0.1.0.tar.gz.
File metadata
- Download URL: slvehicle-0.1.0.tar.gz
- Upload date:
- Size: 10.7 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a0ed5c5057f8ba0d64a1c697fd38dca3c05e71182ee8ef39790bafe132eccb44
|
|
| MD5 |
e04671b330377041a9c8046143f70357
|
|
| BLAKE2b-256 |
9fac25fa4356bdfe504e6fcb959e4c3785f098b4b89c7242d31084d551157329
|
File details
Details for the file slvehicle-0.1.0-py3-none-any.whl.
File metadata
- Download URL: slvehicle-0.1.0-py3-none-any.whl
- Upload date:
- Size: 10.7 MB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
1c00cdd78ad2883b509e7b70683e94772dd3555312481f2eaf40014dc043f1b9
|
|
| MD5 |
3bb07c4367ddefb9a4796d5edc3a1faa
|
|
| BLAKE2b-256 |
13d4c1c8d585d48550592d01fd69b8190b2fc34f13ff68faaf16191287d32b6b
|