SceneGraphNet / src /config.py
Kalp Kanungo
Initial commit - Multimodal AI project
c858478
raw
history blame contribute delete
152 Bytes
MAX_OBJECTS = 5
CONF_THRESHOLD = 0.7
RELATIONS = [
"on",
"next_to",
"holding",
"riding",
"behind",
"in_front_of",
"under"
]