Datasets:

License:
zhangdapao123 commited on
Commit
8a90cdf
Β·
verified Β·
1 Parent(s): ff1c5bc

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +21 -5
README.md CHANGED
@@ -1,5 +1,21 @@
1
- ---
2
- license: other
3
- license_name: matterport3d-terms-of-use
4
- license_link: LICENSE
5
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: other
3
+ license_name: matterport3d-terms-of-use
4
+ license_link: LICENSE
5
+ ---
6
+
7
+ # Dataset structure
8
+
9
+ ---
10
+ ```
11
+ {dataset_id}/
12
+ β”œβ”€ {dataset_id}_point.json
13
+ β”œβ”€ {dataset_id}_action.json
14
+ β”œβ”€ {dataset_id}_image.json
15
+ └─ {dataset_id}_image/
16
+ └─ {scene_id}/
17
+ └─ {track_id}/
18
+ └─ {camera_id}/
19
+ └─ {scene_id}_{track_id}_{point_id}_{camera_id}.png
20
+ ```
21
+ ---