Appendix
Output Type
Expected Output File Type
Output File Sample
prediction: [
{
score: 0.865,
x: 12,
y: 25,
},
{
score: 0.765,
x: 34,
y: 67,
}
]prediction: [
{
score: 0.865,
xmin: 12,
ymin: 25,
xmax: 35,
ymax: 40
},
{
score: 0.765,
xmin: 34,
ymin: 67,
xmax: 65,
ymax: 70
}
]prediction: [
{
class_id: 0,
label: 'Tree',
score: 0.865,
x: 12,
y: 25
},
{
class_id: 1,
label: 'Lake',
score: 0.765,
x: 34,
y: 67
}
]prediction: [
{
class_id: 0,
label: 'Tree',
score: 0.865,
xmin: 12,
ymin: 25,
xmax: 35,
ymax: 40
},
{
class_id: 1,
label: 'Lake',
score: 0.765,
xmin: 34,
ymin: 67,
xmax: 65,
ymax: 70
}
]Last updated