File size: 152 Bytes
c858478
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
MAX_OBJECTS = 5
CONF_THRESHOLD = 0.7

RELATIONS = [
    "on",
    "next_to",
    "holding",
    "riding",
    "behind",
    "in_front_of",
    "under"
]