Outputs - cnnsyhnx/CrowdInsight GitHub Wiki

๐Ÿ“ค Outputs

CrowdInsight produces clean, structured JSON outputs.

๐Ÿงพ Sample Output

{
  "image": "image-1.png",
  "detections": [
    {
      "label": "person",
      "confidence": 0.91,
      "bbox": [324, 257, 511, 1050],
      "age": "25-32",
      "gender": "Man",
      "emotion": "happy"
    }
  ]
}

๐Ÿ—‚๏ธ Output Fields

  • label: Detected object (e.g., "person", "dog", "bag")
  • confidence: Detection probability
  • bbox: Bounding box coordinates
  • age, gender, emotion: Only for people

๐Ÿ“ Output Folder

All JSON results are saved to /outputs/.