Back to Main

Object Detection • Powered by Moondream AI

Scene Input

Drop scene image here or click to upload

Drone imagery • JPG, PNG, WEBP • Max 10MB

Analysis Query

Moondream Detection Examples

🚁 Vehicle Detection (cars, trucks, vans)
👥 Person Detection & Tracking
🏢 Building & Structure Detection
🚧 Equipment & Machinery Detection
👁️ Face Detection & Recognition
🐕 Animal Detection (dogs, cats, wildlife)

Intelligence Output

Moondream Detection Ready

Upload an image and specify objects to detect. Our Moondream API integration will provide precise object detection with bounding box coordinates for drone applications.

Expected Detection Output:

{
  "scene_analysis": {
    "detected_objects": [
      {
        "type": "vehicle",
        "confidence": 0.94,
        "bbox": [340, 220, 85, 45],
        "normalized_coords": {
          "x_min": 0.425,
          "y_min": 0.367,
          "x_max": 0.531,
          "y_max": 0.442
        },
        "source": "moondream_api"
      }
    ],
    "detection_summary": {
      "total_objects": 3,
      "object_types": ["vehicle", "person"],
      "counts_by_type": {"vehicle": 2, "person": 1},
      "average_confidence": 0.89
    },
    "intelligence_summary": "Active scene with precise coordinate mapping..."
  },
  "api_info": {
    "detection_provider": "Moondream Vision AI",
    "api_version": "v1",
    "successful_detections": 3
  },
  "metadata": {
    "timestamp": "2025-01-27T10:30:00Z",
    "model": "baluarte-vlm-v2.1-moondream",
    "detection_method": "moondream_api"
  }
}