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 probabilitybbox
: Bounding box coordinatesage
,gender
,emotion
: Only for people
๐ Output Folder
All JSON results are saved to /outputs/
.