Object Detection
ultralytics
yolo
yolo11
military-vehicle-detection
convoy-detection
visdrone
aerial-detection
OmniSense
MediaSense
DeSense
ConnectiviaLabs
Instructions to use MuayThaiLegz/MilitaryConvoy-YOLO11L with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- ultralytics
How to use MuayThaiLegz/MilitaryConvoy-YOLO11L with ultralytics:
# Couldn't find a valid YOLO version tag. # Replace XX with the correct version. from ultralytics import YOLOvXX model = YOLOvXX.from_pretrained("MuayThaiLegz/MilitaryConvoy-YOLO11L") source = 'http://images.cocodataset.org/val2017/000000039769.jpg' model.predict(source=source, save=True) - Notebooks
- Google Colab
- Kaggle
File size: 86 Bytes
fd4c0dd | 1 2 3 4 5 6 | {
"mAP50": 0.4995,
"mAP50_95": 0.3045,
"precision": 0.5699,
"recall": 0.4771
} |