Files
visual_critical_discourse_a…/src/model_interpersonal/output.py
T

37 lines
548 B
Python

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"
]
}