mixvideo-v2/cargos/tvai-v2/models/model-recommendation-rules....

29 lines
713 B
JSON

[
{
"id": "target-resolution",
"property": "height",
"type":"range",
"conditions": [
{
"max": 480,
"min": 1,
"recommendedModelValues": ["iris", "artemis"]
},
{
"min": 481,
"max": 720,
"recommendedModelValues": ["proteus", "rhea"]
},
{
"min": 721,
"max": 1080,
"recommendedModelValues": ["proteus", "nyx", "rhea"]
},
{
"min": 1081,
"recommendedModelValues": ["nyx", "theia", "proteus"]
}
]
}
]