yuqiang commited on
Commit
db34fe5
·
1 Parent(s): e4a24e9

remove two scenes selection

Browse files
Files changed (1) hide show
  1. config.py +16 -16
config.py CHANGED
@@ -35,22 +35,22 @@ SCENE_CONFIGS = {
35
  "scene_name": "dhjEzFoUFzH",
36
  "default_instruction": "Do a U-turn. Walk forward through the kitchen, heading to the black door. Walk out of the door and take a right onto the deck. Walk out on to the deck and stop."
37
  },
38
- "demo4": {
39
- "description": "Demo 4",
40
- "objects": ["garden", "patio", "pool"],
41
- "preview_image": "./assets/scene_4.png",
42
- "glb_path": "scene_assets/scene4_no_ceiling_compressed.glb",
43
- "scene_name": "demo4", # 没有对应的图片文件,保持原名
44
- "default_instruction": "Walk out of bathroom and stand on white bath mat."
45
- },
46
- "demo5": {
47
- "description": "Demo 5",
48
- "objects": ["library", "hall", "lounge"],
49
- "preview_image": "./assets/scene_5.png",
50
- "glb_path": "scene_assets/scene4_no_ceiling_compressed.glb", # 只有scene1-4的GLB文件
51
- "scene_name": "demo5", # 没有对应的图片文件,保持原名
52
- "default_instruction": "Walk straight through the double wood doors, follow the red carpet straight to the next doorway and stop where the carpet splits off."
53
- },
54
  }
55
 
56
  EPISODE_CONFIGS = {
 
35
  "scene_name": "dhjEzFoUFzH",
36
  "default_instruction": "Do a U-turn. Walk forward through the kitchen, heading to the black door. Walk out of the door and take a right onto the deck. Walk out on to the deck and stop."
37
  },
38
+ # "demo4": {
39
+ # "description": "Demo 4",
40
+ # "objects": ["garden", "patio", "pool"],
41
+ # "preview_image": "./assets/scene_4.png",
42
+ # "glb_path": "scene_assets/scene4_no_ceiling_compressed.glb",
43
+ # "scene_name": "demo4", # 没有对应的图片文件,保持原名
44
+ # "default_instruction": "Walk out of bathroom and stand on white bath mat."
45
+ # },
46
+ # "demo5": {
47
+ # "description": "Demo 5",
48
+ # "objects": ["library", "hall", "lounge"],
49
+ # "preview_image": "./assets/scene_5.png",
50
+ # "glb_path": "scene_assets/scene4_no_ceiling_compressed.glb", # 只有scene1-4的GLB文件
51
+ # "scene_name": "demo5", # 没有对应的图片文件,保持原名
52
+ # "default_instruction": "Walk straight through the double wood doors, follow the red carpet straight to the next doorway and stop where the carpet splits off."
53
+ # },
54
  }
55
 
56
  EPISODE_CONFIGS = {