added web and model outputs definitions

This commit is contained in:
Brian Bjarke Jensen
2024-02-15 22:42:01 +01:00
parent de0682d736
commit 39be1d57e6
12 changed files with 308 additions and 0 deletions
+36
View File
@@ -0,0 +1,36 @@
model_labels = {
"contact": [
"contact offer",
"contact demand"
],
"angle": [
"high",
"eye-level",
"low"
],
"point-of-view": [
"frontal",
"oblique"
],
"distance": [
"long",
"medium",
"close"
],
"modality lighting": [
"high",
"medium",
"low"
],
"modality color": [
"high",
"medium",
"low"
],
"modality depth": [
"high",
"medium",
"low"
]
}