File size: 2,603 Bytes
58aefd4 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 | {
"schemaVersion": 1,
"capabilities": [
{
"id": "image-detection",
"title": "Aerial image detection",
"summary": "YOLOv11 inference on single drone/helicopter survey frames with per-species boxes.",
"status": "live",
"category": "detection",
"icon": "scan"
},
{
"id": "video-detection",
"title": "Survey clip processing",
"summary": "Frame-sampled detection over MP4 survey footage with BoT-SORT tracking, unique-animal counts, and an annotated output video.",
"status": "live",
"category": "detection",
"icon": "film"
},
{
"id": "species-counting",
"title": "Species counting",
"summary": "Per-class instance counts across the unified 7-class Prometheus schema.",
"status": "live",
"category": "analytics",
"icon": "hash"
},
{
"id": "density-heatmap",
"title": "Density heatmap",
"summary": "Gaussian congregation map highlighting herd locations in a frame.",
"status": "live",
"category": "analytics",
"icon": "flame"
},
{
"id": "model-registry",
"title": "Model registry",
"summary": "Hot-swap between trained checkpoints (WAID, merged Phase A+/B/C).",
"status": "live",
"category": "ops",
"icon": "layers"
},
{
"id": "performance-tracking",
"title": "Training performance",
"summary": "Per-phase, per-source, per-class mAP and recall history.",
"status": "live",
"category": "ops",
"icon": "activity"
},
{
"id": "tracking",
"title": "Multi-object tracking",
"summary": "BoT-SORT track IDs for de-duplicated unique animal counts across frames.",
"status": "live",
"category": "analytics",
"icon": "git-branch"
},
{
"id": "geospatial",
"title": "Geospatial herd map",
"summary": "Georeferenced detections plotted over the Malilangwe reserve basemap.",
"status": "planned",
"category": "analytics",
"icon": "map"
},
{
"id": "anomaly-alerts",
"title": "Anomaly & poaching alerts",
"summary": "Flag unexpected absences, carcasses, or human incursion in survey runs.",
"status": "planned",
"category": "intelligence",
"icon": "bell"
},
{
"id": "population-trends",
"title": "Population trend lines",
"summary": "Longitudinal species counts across survey dates for trend analysis.",
"status": "planned",
"category": "intelligence",
"icon": "trending-up"
}
]
}
|