benz-obstacle-detection/BenzObstacleDetect/appsettings.json

27 lines
427 B
JSON

{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.Hosting.Lifetime": "Information"
}
},
"RectRoiSettings": {
"RectRois": [
{
"leftUpX": 0.75,
"leftUpY": 0.3,
"rightDownX": 0.55,
"rightDownY": -0.3
},
{
"leftUpX": -0.55,
"leftUpY": 0.3,
"rightDownX": -1.5,
"rightDownY": -0.3
}
]
}
}