Expand golden QA benchmark scenarios
This commit is contained in:
@@ -0,0 +1,27 @@
|
||||
{
|
||||
"type": "FeatureCollection",
|
||||
"name": "golden_predicted_buildings_perfect",
|
||||
"features": [
|
||||
{
|
||||
"type": "Feature",
|
||||
"id": "pred-perfect-1",
|
||||
"properties": {
|
||||
"id": "pred-perfect-1",
|
||||
"class": "building",
|
||||
"confidence": 0.99
|
||||
},
|
||||
"geometry": {
|
||||
"type": "Polygon",
|
||||
"coordinates": [
|
||||
[
|
||||
[4.9900, 51.1600],
|
||||
[4.9905, 51.1600],
|
||||
[4.9905, 51.1604],
|
||||
[4.9900, 51.1604],
|
||||
[4.9900, 51.1600]
|
||||
]
|
||||
]
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user