2023-10-25 10:34:46 +08:00
|
|
|
|
2023-11-15 14:58:09 +08:00
|
|
|
# from .scene import Scene
|
|
|
|
# from robowaiter.scene.tasks.AEM import SceneAEM
|
|
|
|
# from robowaiter.scene.tasks.GQA import SceneGQA
|
|
|
|
# from robowaiter.scene.tasks.VLN import SceneVLN
|
|
|
|
# from robowaiter.scene.tasks.VLM import SceneVLM
|
|
|
|
# from robowaiter.scene.tasks.Open_tasks import SceneOT
|
|
|
|
# from robowaiter.scene.tasks.Auto_tasks import SceneAT
|
2023-10-25 10:34:46 +08:00
|
|
|
|
2023-11-15 14:58:09 +08:00
|
|
|
# task_map = {
|
|
|
|
# "AEM": SceneAEM,
|
|
|
|
# "GQA": SceneGQA,
|
|
|
|
# "VLN": SceneVLN,
|
|
|
|
# "VLM": SceneVLM,
|
|
|
|
# "OT": SceneOT,
|
|
|
|
# "AT": SceneAT,
|
|
|
|
# }
|