added web and model outputs definitions
This commit is contained in:
@@ -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"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user