{
"imagePath": "P21-0010-E1-2_400_s008370000.jpg", // Analyzed image name. This JSON file must be placed in same folder with image file
"imageData": null, // Ignorable, used by LabelMe
"imageHeight": 10000, // Image height
"imageWidth": 3581, // Image width
"pavement": { // Pavement information
"material": "concrete", // Pavement material: concrete or asphalt
"score": "1.00" // Material prediction confidence
},
"date": "2024-03-22", // Anaysis date
"model": "KrackNet 3.5", //KrackNet model version
"summary": { // Summary of analysis
"crack": 0, // Total length of cracks (m)
"patching": 0, // Total area of pachings (㎡)
"crazing": 0, // Total area of crazings (㎡)
"spalling": 0, // Total area of spallings (㎡)
"lane_lines": [ // x coordinate of both lane lines [left, right]
364,
3549
],
"version": "5.0.1", // Compatible version of LabelMe
"flags": {}, // Ignorable, used by LabelMe
"shapes": [
{
"description": "Longitudinal Joint", // Distress description
"score": 0.6791343331336975, // Distress prediction confidence
"density": "M", // Condition level of distress (L/M/H: Light/Medium/Heavy)
"pid": 2, // Distress # of this analysis
"label": "CPF4LN", // KrackNet Code
"points": [ // Point data of crack line or area, form of [x, y] coordination sequence
[3358.0, 4700.0],
[3058.0, 5300.0]
],
"group_id": null, // Ignorable, used by LabelMe
"shape_type": "linestrip", // Type of point data (rectangle is area box, linestrip is polyline or polygon)
"flags": {} // lgnorable, used by LabelMe
},
]
}
|