EasonUwU commited on
Commit
f1ffbb1
Β·
verified Β·
1 Parent(s): 70ca4db

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +18 -8
README.md CHANGED
@@ -93,7 +93,12 @@ python src/process.py --gt_root /path/to/MIND-Data --test_root /path/to/test/vid
93
  β”‚ β”‚ β”‚ └── video.mp4
94
  | | ...
95
  | |
96
- β”‚ └── mem_test
 
 
 
 
 
97
  β”‚ β”œβ”€β”€ {corresponding data name}
98
  β”‚ β”‚ └── video.mp4
99
  | ...
@@ -104,15 +109,20 @@ python src/process.py --gt_root /path/to/MIND-Data --test_root /path/to/test/vid
104
  β”‚ β”‚ β”‚ └── video.mp4
105
  | | ...
106
  | |
 
 
 
 
 
107
  β”‚ └── mem_test
108
  β”‚ β”œβ”€β”€ {corresponding data name}
109
  β”‚ β”‚ └── video.mp4
110
  | ...
111
  ```
112
  - `{model_name}`: custom your model name
113
-
114
  - `{corresponding data name}`: corresponding ground truth data file name
115
 
 
116
  ##### 5. The detailed information of output **<span style="color:red">`Result.json`</span>**
117
 
118
  ```
@@ -199,18 +209,18 @@ MIND-Data
199
  β”œβ”€β”€ 1st_data
200
  β”‚ β”œβ”€β”€ test
201
  β”‚ β”‚ β”œβ”€β”€ action_space_test
202
- β”‚ β”‚ β”‚ β”œβ”€β”€ data-1
203
  β”‚ β”‚ β”‚ β”‚ β”œβ”€β”€ action.json
204
  β”‚ β”‚ β”‚ β”‚ └── video.mp4
205
  | | | ...
206
  | | |
207
  β”‚ β”‚ └── mem_test
208
- β”‚ β”‚ β”œβ”€β”€ data-26
209
  β”‚ β”‚ β”‚ β”œβ”€β”€ action.json
210
  β”‚ β”‚ β”‚ └── video.mp4
211
  | | ...
212
  | └── train
213
- | β”œβ”€β”€ data-76
214
  | β”‚ β”œβ”€β”€ action.json
215
  | β”‚ └── video.mp4
216
  | ...
@@ -218,18 +228,18 @@ MIND-Data
218
  β”œβ”€β”€ 3rd_data
219
  β”‚ β”œβ”€β”€ test
220
  β”‚ β”‚ β”œβ”€β”€ action_space_test
221
- β”‚ β”‚ β”‚ β”œβ”€β”€ data-126
222
  β”‚ β”‚ β”‚ β”‚ β”œβ”€β”€ action.json
223
  β”‚ β”‚ β”‚ β”‚ └── video.mp4
224
  | | | ...
225
  | | |
226
  β”‚ β”‚ └── mem_test
227
- β”‚ β”‚ β”œβ”€β”€ data-151
228
  β”‚ β”‚ β”‚ β”œβ”€β”€ action.json
229
  β”‚ β”‚ β”‚ └── video.mp4
230
  | | ...
231
  | └── train
232
- | β”œβ”€β”€ data-251
233
  | β”‚ β”œβ”€β”€ action.json
234
  | β”‚ └── video.mp4
235
  | ...
 
93
  β”‚ β”‚ β”‚ └── video.mp4
94
  | | ...
95
  | |
96
+ β”‚ β”œβ”€β”€ mirror_test
97
+ β”‚ | β”œβ”€β”€ {corresponding data name}
98
+ β”‚ | β”‚ └── video.mp4
99
+ | | ...
100
+ | |
101
+ | └── mem_test
102
  β”‚ β”œβ”€β”€ {corresponding data name}
103
  β”‚ β”‚ └── video.mp4
104
  | ...
 
109
  β”‚ β”‚ β”‚ └── video.mp4
110
  | | ...
111
  | |
112
+ β”‚ β”œβ”€β”€ mirror_test
113
+ β”‚ | β”œβ”€β”€ {corresponding data name}
114
+ β”‚ | β”‚ └── video.mp4
115
+ | | ...
116
+ | |
117
  β”‚ └── mem_test
118
  β”‚ β”œβ”€β”€ {corresponding data name}
119
  β”‚ β”‚ └── video.mp4
120
  | ...
121
  ```
122
  - `{model_name}`: custom your model name
 
123
  - `{corresponding data name}`: corresponding ground truth data file name
124
 
125
+
126
  ##### 5. The detailed information of output **<span style="color:red">`Result.json`</span>**
127
 
128
  ```
 
209
  β”œβ”€β”€ 1st_data
210
  β”‚ β”œβ”€β”€ test
211
  β”‚ β”‚ β”œβ”€β”€ action_space_test
212
+ β”‚ β”‚ β”‚ β”œβ”€β”€ data-{i}
213
  β”‚ β”‚ β”‚ β”‚ β”œβ”€β”€ action.json
214
  β”‚ β”‚ β”‚ β”‚ └── video.mp4
215
  | | | ...
216
  | | |
217
  β”‚ β”‚ └── mem_test
218
+ β”‚ β”‚ β”œβ”€β”€ data-{i}
219
  β”‚ β”‚ β”‚ β”œβ”€β”€ action.json
220
  β”‚ β”‚ β”‚ └── video.mp4
221
  | | ...
222
  | └── train
223
+ | β”œβ”€β”€ data-{i}
224
  | β”‚ β”œβ”€β”€ action.json
225
  | β”‚ └── video.mp4
226
  | ...
 
228
  β”œβ”€β”€ 3rd_data
229
  β”‚ β”œβ”€β”€ test
230
  β”‚ β”‚ β”œβ”€β”€ action_space_test
231
+ β”‚ β”‚ β”‚ β”œβ”€β”€ data-{i}
232
  β”‚ β”‚ β”‚ β”‚ β”œβ”€β”€ action.json
233
  β”‚ β”‚ β”‚ β”‚ └── video.mp4
234
  | | | ...
235
  | | |
236
  β”‚ β”‚ └── mem_test
237
+ β”‚ β”‚ β”œβ”€β”€ data-{i}
238
  β”‚ β”‚ β”‚ β”œβ”€β”€ action.json
239
  β”‚ β”‚ β”‚ └── video.mp4
240
  | | ...
241
  | └── train
242
+ | β”œβ”€β”€ data-{i}
243
  | β”‚ β”œβ”€β”€ action.json
244
  | β”‚ └── video.mp4
245
  | ...