jonasdee commited on
Commit
a2e34ff
Β·
1 Parent(s): 863406b

update README

Browse files
Files changed (1) hide show
  1. README.md +10 -6
README.md CHANGED
@@ -61,8 +61,8 @@ viewer: false
61
  </div>
62
 
63
  # Key Features πŸ”‘
64
- - **12 scenarios** including supermarket, cafeteria and home
65
- - **550+** objects 1:1 replicated from real-life
66
 
67
 
68
 
@@ -86,9 +86,11 @@ GIT_LFS_SKIP_SMUDGE=1 git clone https://huggingface.co/datasets/agibot-world/Gen
86
  ### Folder hierarchy
87
  ```
88
  assets
89
- β”œβ”€β”€ G1 # G1 Robot
90
- β”‚Β Β  β”œβ”€β”€ G1_pico.usd
91
- β”‚Β Β  β”œβ”€β”€ G1.usd
 
 
92
  β”‚Β Β  └── ...
93
  β”œβ”€β”€ materials # materials
94
  β”‚Β Β  β”œβ”€β”€ carpet
@@ -98,11 +100,13 @@ assets
98
  β”œβ”€β”€ objects # objects
99
  β”‚Β Β  β”œβ”€β”€ benchmark
100
  β”‚Β Β  β”œβ”€β”€ genie
 
101
  β”‚Β Β  └── lightwheelai
102
  β”œβ”€β”€ README.md
103
  └── scenes # scenes
104
  β”œβ”€β”€ genie
105
- └── guanglun
 
106
  ```
107
 
108
 
 
61
  </div>
62
 
63
  # Key Features πŸ”‘
64
+ - **22 scenarios** including supermarket, cafeteria and home
65
+ - **600+** objects 1:1 replicated from real-life
66
 
67
 
68
 
 
86
  ### Folder hierarchy
87
  ```
88
  assets
89
+ β”œβ”€β”€ G1_120s # G1_120s Robot
90
+ β”‚Β Β  β”œβ”€β”€ G1_120s.usda
91
+ β”‚Β Β  └── ...
92
+ β”œβ”€β”€ G1_omnipicker # G1_omnipicker Robot
93
+ β”‚Β Β  β”œβ”€β”€ G1_omnipicker.usda
94
  β”‚Β Β  └── ...
95
  β”œβ”€β”€ materials # materials
96
  β”‚Β Β  β”œβ”€β”€ carpet
 
100
  β”œβ”€β”€ objects # objects
101
  β”‚Β Β  β”œβ”€β”€ benchmark
102
  β”‚Β Β  β”œβ”€β”€ genie
103
+ β”‚Β Β  β”œβ”€β”€ iros
104
  β”‚Β Β  └── lightwheelai
105
  β”œβ”€β”€ README.md
106
  └── scenes # scenes
107
  β”œβ”€β”€ genie
108
+ β”œβ”€β”€ guanglun
109
+ └── iros
110
  ```
111
 
112