feat: add template json
This commit is contained in:
28
cargos/tvai-v2/models/model-recommendation-rules.json
Normal file
28
cargos/tvai-v2/models/model-recommendation-rules.json
Normal file
@@ -0,0 +1,28 @@
|
||||
[
|
||||
{
|
||||
"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"]
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
Reference in New Issue
Block a user