3D-GRAND / settings.py
jedyang97's picture
initial demo
947767a
class GRAND3D_Settings:
default_scene: str = "scene0426_00"
data_path: str = "data"
system_msg: str = "system message"
INITIAL_MSG_FOR_DISPLAY = "Hi there! I can help you find objects in this room via referring expressions. You can say things like 'the desk next to the window' or 'the TV on the drawer, opposing the bed'. What would you like to find?"
Settings = GRAND3D_Settings()