kin-zhang commited on
Commit
bc80b75
·
verified ·
1 Parent(s): 2e22445

Add files using upload-large-folder tool

Browse files
Files changed (50) hide show
  1. README.md +24 -13
  2. town-01-05/scene-0164000401.h5 +3 -0
  3. town-01-05/scene-0164002000.h5 +3 -0
  4. town-01-05/scene-0164003700.h5 +3 -0
  5. town-01-05/scene-0232000400.h5 +3 -0
  6. town-01-05/scene-0264000501.h5 +3 -0
  7. town-01-05/scene-0332000800.h5 +3 -0
  8. town-01-05/scene-0332003502.h5 +3 -0
  9. town-01-05/scene-0332006700.h5 +3 -0
  10. town-01-05/scene-0332011702.h5 +3 -0
  11. town-01-05/scene-0332013300.h5 +3 -0
  12. town-01-05/scene-0332015001.h5 +3 -0
  13. town-01-05/scene-0364002500.h5 +3 -0
  14. town-01-05/scene-0364006700.h5 +3 -0
  15. town-01-05/scene-0364006800.h5 +3 -0
  16. town-01-05/scene-0364010500.h5 +3 -0
  17. town-01-05/scene-0364014100.h5 +3 -0
  18. town-01-05/scene-0364014200.h5 +3 -0
  19. town-01-05/scene-0364015300.h5 +3 -0
  20. town-01-05/scene-0364016500.h5 +3 -0
  21. town-01-05/scene-0432000800.h5 +3 -0
  22. town-01-05/scene-0432000900.h5 +3 -0
  23. town-01-05/scene-0432003100.h5 +3 -0
  24. town-01-05/scene-0432003801.h5 +3 -0
  25. town-01-05/scene-0432006200.h5 +3 -0
  26. town-01-05/scene-0432006900.h5 +3 -0
  27. town-01-05/scene-0432009300.h5 +3 -0
  28. town-01-05/scene-0432009501.h5 +3 -0
  29. town-01-05/scene-0432012402.h5 +3 -0
  30. town-01-05/scene-0432013400.h5 +3 -0
  31. town-01-05/scene-0432016700.h5 +3 -0
  32. town-01-05/scene-0432017300.h5 +3 -0
  33. town-01-05/scene-0432020501.h5 +3 -0
  34. town-01-05/scene-0464001701.h5 +3 -0
  35. town-01-05/scene-0464005100.h5 +3 -0
  36. town-01-05/scene-0464007601.h5 +3 -0
  37. town-01-05/scene-0464013201.h5 +3 -0
  38. town-01-05/scene-0464013800.h5 +3 -0
  39. town-01-05/scene-0464015001.h5 +3 -0
  40. town-01-05/scene-0464016400.h5 +3 -0
  41. town-01-05/scene-0464018600.h5 +3 -0
  42. town-01-05/scene-0464018601.h5 +3 -0
  43. town-01-05/scene-0464027909.h5 +3 -0
  44. town-01-05/scene-0532000700.h5 +3 -0
  45. town-01-05/scene-0532005201.h5 +3 -0
  46. town-01-05/scene-0532007600.h5 +3 -0
  47. town-01-05/scene-0532009900.h5 +3 -0
  48. town-01-05/scene-0532017900.h5 +3 -0
  49. town-01-05/scene-1232002300.h5 +3 -0
  50. town-01-05/scene-1232003600.h5 +3 -0
README.md CHANGED
@@ -1,5 +1,5 @@
1
  ---
2
- license: cc-by-nc-4.0
3
  task_categories:
4
  - other
5
  tags:
@@ -80,12 +80,23 @@ routes-xml/ # generate from our code, check: https://github.com/Kin-Zhang/SynFlo
80
 
81
  Here is the data split presented in our SynFlow paper Tab. 1, with the folder name and composition.
82
 
83
- | Split | # Annotated Frames | Folder Name | Composition |
84
  |:---:|:---:|:---:|:---:|
85
- | 1k | 271, 148 | `town-06-07-10` | Town06, 07, 10 arterials, complex junctions, rural roads |
86
- | 2k | 449,407 | `town-01-05` | Town01–05 roundabouts, multi-lane intersections |
87
- | 3k | 720,555 | `town-06-07-10` + `town-01-05` | Town06-07-10, Town01-05 |
88
- | 4k | 939,083 | `town-01-05` + `town-12` | Town01-05, Town12 |
 
 
 
 
 
 
 
 
 
 
 
89
 
90
  **File Naming Convention**
91
 
@@ -102,9 +113,12 @@ scene-{town_id}{channels}{route_id:04d}{scene_split:02d}.h5
102
 
103
  **Example:** `scene-0164004200.h5` → Town01, 64-beam LiDAR, route 42, split 0. Scenes with fewer than 120 valid frames are discarded during collection.
104
 
 
 
105
  ## Data Collection
106
 
107
- The data collection code can be found in [SynFlow](https://github.com/Kin-Zhang/SynFlow) github repository.
 
108
 
109
  | Property | Value |
110
  |---|---|
@@ -217,9 +231,6 @@ python train.py slurm_id=$SLURM_JOB_ID wandb_mode=online wandb_project_name=synf
217
 
218
  CARLA uses a left-handed coordinate system (LHS). All stored data is converted to a standard **right-handed system (RHS)** by flipping the Y axis on point coordinates, flow vectors, and the ego pose matrix. Point clouds and flow are expressed in the **LiDAR sensor frame** at frame *t*; `pose` gives the ego-to-world transform at frame *t*. -->
219
 
220
- ## Collection Code
221
-
222
- This dataset is generated by [OpenSF-CARLA](https://github.com/KTH-RPL/opensf-carla). See the repository for route generation, multi-instance collection (`run_all.py`), and configuration details.
223
 
224
  ## Citation
225
 
@@ -251,6 +262,6 @@ If you use this dataset, please cite our papers and acknowledge the CARLA simula
251
 
252
  ## License
253
 
254
- - **SynFlow-4k dataset** and checkpoints trained only on SynFlow-4k dataset are released under [CC BY-NC 4.0](https://creativecommons.org/licenses/by-nc/4.0/).
255
- - CARLA itself is subject to its own [license terms](https://carla.org/).
256
- - Checkpoints trained on SynFlow-4k + real-world dataset are released under [Argoverse 2](https://www.argoverse.org/about.html#terms-of-use), [Waymo Open Dataset](https://waymo.com/open/terms/), [nuScenes](https://www.nuscenes.org/terms-of-use) licenses. Please refer to the respective licenses for more details.
 
1
  ---
2
+ license: cc-by-4.0
3
  task_categories:
4
  - other
5
  tags:
 
80
 
81
  Here is the data split presented in our SynFlow paper Tab. 1, with the folder name and composition.
82
 
83
+ | Split | # Annotated Frames | Folder Name | Composition | Storage Size (GB) |
84
  |:---:|:---:|:---:|:---:|
85
+ | 1k | 271, 148 | `town-06-07-10` | Town06, 07, 10 arterials, complex junctions, rural roads | 214G |
86
+ | 2k | 449,407 | `town-01-05` | Town01–05 roundabouts, multi-lane intersections | 419G |
87
+ | 3k | 720,555 | `town-06-07-10` + `town-01-05` | Town06-07-10, Town01-05 | 633G |
88
+ | 4k | 939,083 | `town-01-05` + `town-12` | Town01-05, Town12 | TODO |
89
+
90
+ **Command for Download**
91
+
92
+ ```bash
93
+ # full
94
+ hf download KTH/SynFlow --repo-type dataset --local-dir ./SynFlow-data
95
+
96
+ # 1k split (for a quick training test) around 214G
97
+ hf download KTH/SynFlow --repo-type dataset --include "town-06-07-10/*" --local-dir ./SynFlow-data/town-06-07-10
98
+ ```
99
+
100
 
101
  **File Naming Convention**
102
 
 
113
 
114
  **Example:** `scene-0164004200.h5` → Town01, 64-beam LiDAR, route 42, split 0. Scenes with fewer than 120 valid frames are discarded during collection.
115
 
116
+
117
+
118
  ## Data Collection
119
 
120
+ This dataset is generated by [SynFlow-Github](https://github.com/Kin-Zhang/SynFlow).
121
+ See the repository for route generation, multi-instance collection, and configuration details.
122
 
123
  | Property | Value |
124
  |---|---|
 
231
 
232
  CARLA uses a left-handed coordinate system (LHS). All stored data is converted to a standard **right-handed system (RHS)** by flipping the Y axis on point coordinates, flow vectors, and the ego pose matrix. Point clouds and flow are expressed in the **LiDAR sensor frame** at frame *t*; `pose` gives the ego-to-world transform at frame *t*. -->
233
 
 
 
 
234
 
235
  ## Citation
236
 
 
262
 
263
  ## License
264
 
265
+ - **SynFlow-4k dataset** and checkpoints trained **only** on SynFlow-4k (e.g. `synflow-4k-longadp.ckpt`) are released under [CC BY 4.0](https://creativecommons.org/licenses/by/4.0/). You are free to share, adapt, and use them for any purpose, including commercial use, as long as you provide appropriate credit (see [Citation](#citation)).
266
+ - This dataset was generated using the [CARLA](https://carla.org/) simulator. CARLA code is distributed under the [MIT License](https://github.com/carla-simulator/carla/blob/master/LICENSE); CARLA digital assets (maps, buildings, vehicles, etc.) are distributed under [CC BY](https://creativecommons.org/licenses/by/4.0/). Please cite CARLA when using this data.
267
+ - Checkpoints trained on SynFlow-4k **plus** real-world datasets (e.g. `synflow-real-longadp.ckpt`) remain subject to [Argoverse 2](https://www.argoverse.org/about.html#terms-of-use), [Waymo Open Dataset](https://waymo.com/open/terms/), and [nuScenes](https://www.nuscenes.org/terms-of-use) licenses. Please refer to the respective licenses for more details.
town-01-05/scene-0164000401.h5 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:697daec68562c220b052e8d96aea21a7fa8c1a4addc6d8210cb00559d1db4b93
3
+ size 303814871
town-01-05/scene-0164002000.h5 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e8d76c00eb522db52f685834767dd7ed684656510b92c112469af6db80cbfee6
3
+ size 249484263
town-01-05/scene-0164003700.h5 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7a781635e17ff84f45c33160c39028eb1312671fc7edf23a5df416a06f01f1b4
3
+ size 328095607
town-01-05/scene-0232000400.h5 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:854156f5d9e88652c6af38612508a3ed2ff7907069c2d52b2ac7b083950aaa31
3
+ size 87066399
town-01-05/scene-0264000501.h5 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c1843521896e6ed041cf86ed60ab1deeaf93088faf58b18fe445a57a2fa3b678
3
+ size 262482057
town-01-05/scene-0332000800.h5 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:10c4a6213b00bb7a40903759430a6df846351f6622e598c45927bf17aa598955
3
+ size 84814230
town-01-05/scene-0332003502.h5 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c3b40eafdd713d5890fcba559c66834de06945a0f0d890cc4d90d8e45864134b
3
+ size 88665669
town-01-05/scene-0332006700.h5 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:26b55c1caf8df0c1d37d49e12cfeb55226af5249a6d3b632a95c0d3444ed8ebb
3
+ size 91543042
town-01-05/scene-0332011702.h5 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ed5d928793691adf2a9c29b7f00a5248e581742fe4a973d2f86b406ca3a98ae3
3
+ size 86312029
town-01-05/scene-0332013300.h5 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7bf5407a97f98e96cf00e5dc048204d55c2c7bbd5a855bf03c41ec61099467b8
3
+ size 85198770
town-01-05/scene-0332015001.h5 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3c638aa8b36730478f98d47a21c05448a99bd76df83e4a818a19b2e7ab0e7301
3
+ size 89239405
town-01-05/scene-0364002500.h5 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9fb2ec823bc31ca59b12ebc858061c5209f28dcc35d33ccd161d4f86945ffb1d
3
+ size 314803515
town-01-05/scene-0364006700.h5 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:821a6f3936c0b99a9dd6d4ddf1af06f608d1d365b958a757f9128572102bb76d
3
+ size 341798745
town-01-05/scene-0364006800.h5 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:030e5ee78d8de9e43fe30e72fcc8966be34d07b20b51b8478d155e28217bb255
3
+ size 316455964
town-01-05/scene-0364010500.h5 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f18095d0226993d48c59c5b8a7c609e1984756a965005537996e7e07689f52c5
3
+ size 319192636
town-01-05/scene-0364014100.h5 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f841eb5d8b56b4ede058ccbf9264897ec6e83ac91ac461fb8cef3ad13eac1ee5
3
+ size 318103367
town-01-05/scene-0364014200.h5 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3b14b3e51dbc969f008b4200a05463566bc0fa8fb2838c9d088d85d8fb092546
3
+ size 311678475
town-01-05/scene-0364015300.h5 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f47cfdd33295c3157ffd66de2cf0c6691e21887db237444784a3e2b3112e0d56
3
+ size 322251672
town-01-05/scene-0364016500.h5 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:40644322de3681fafac2b4bf6854cdeeb24c55db912c5c897ed56807a010b5ff
3
+ size 312997569
town-01-05/scene-0432000800.h5 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b6a435bd5de3ae235c5ea15405b46747b61b86a7722a530e1b88bf79e65af34a
3
+ size 78288128
town-01-05/scene-0432000900.h5 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a05185ef67839394e3534cbbd4e4dc933f936774237f7f7908f8ed621483ea40
3
+ size 79781744
town-01-05/scene-0432003100.h5 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:239d01b5618b472b404d7b7c783e2788c28ff950dda97b975a154eb91336a58f
3
+ size 81288439
town-01-05/scene-0432003801.h5 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7906bda2b05ae0e935bb3009cd4edd0b2d19b55e3809ddf99e3f511cceb05ba3
3
+ size 81814941
town-01-05/scene-0432006200.h5 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:46ac139ebad0fba02e771591fb06077c6fd22e2de874abf36fda11a7429447ee
3
+ size 75260905
town-01-05/scene-0432006900.h5 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ddacd62aeef889ecb0876382c940c09700a294a88dde691d4da813607c1121fa
3
+ size 78305905
town-01-05/scene-0432009300.h5 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:55620fc897d7495d221252a5619687cea9cb356489b408a2903ef81756d34863
3
+ size 89408207
town-01-05/scene-0432009501.h5 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cddefc2679cce01cf4f1915b613b64a88c14f4844879a31b319f626a098fd7c7
3
+ size 57274755
town-01-05/scene-0432012402.h5 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:14b04f87d4b226cdfa877be31c0e59021847fb69a843e03f29d871a371dfbeaf
3
+ size 85447394
town-01-05/scene-0432013400.h5 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f1b72170e704c77a2229c20032f5688a39b50ec19af6007a2df4ea9bd3c68388
3
+ size 82588074
town-01-05/scene-0432016700.h5 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6283d83f0376f9a74d2c6f5c5c8e4fb98333caf14a63c42e8a573ece1105499e
3
+ size 82988361
town-01-05/scene-0432017300.h5 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cbd94aa1d9a00faa5caa995b955a97be0df214c5d2cf905f7eb9d88f3684d770
3
+ size 81680432
town-01-05/scene-0432020501.h5 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f23aae8ddb6941e635c429f376ca9a7dd7fdf8316ffcfa46257f4c4019c5788c
3
+ size 91200820
town-01-05/scene-0464001701.h5 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:61fd415ddaa962b83991974239eba17ad8f2a541683b4b1514de9eabf9c15580
3
+ size 337254713
town-01-05/scene-0464005100.h5 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5be49ae2483679588cb9681a467db51d25318b7834f680832f73eecb8c25c175
3
+ size 286808597
town-01-05/scene-0464007601.h5 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:73c5f3dadcd1e57aeba3d72b0d10a1633af9b9f874e77dc947d6874ec56e31e5
3
+ size 321342297
town-01-05/scene-0464013201.h5 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ee7a0b6b1b852d09367edb447fc08042aa415ac5cde1ec9a93c547086387fd49
3
+ size 314967865
town-01-05/scene-0464013800.h5 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c90eb823910d18016274556705fb22ed71bcdb0f51722b40def69ae8d3974c9c
3
+ size 299869907
town-01-05/scene-0464015001.h5 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:613b9fc53d589e9b36e9b06521f4dca4d379f983eb6529b3c822621b90bd4f3b
3
+ size 313522940
town-01-05/scene-0464016400.h5 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:66fbc13c22a09942dd96be0294ff1002fe277c1828e7b1857822303834ae6e92
3
+ size 310688096
town-01-05/scene-0464018600.h5 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e1e55baae4e8162c230a4bdc4b10d648343b1d36b28a6eda4bdc3980a1c8809d
3
+ size 304570575
town-01-05/scene-0464018601.h5 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e3006dbc03f69cc0b53c0a384476b9dd87073463757f807c3b9ebaaf16428b9c
3
+ size 243111728
town-01-05/scene-0464027909.h5 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:65f0899ff90a8d8ca645f836559779e59303d9dd4757da5a21d9f2598069c15c
3
+ size 271467691
town-01-05/scene-0532000700.h5 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:678dda873c561b4c5c19fa0a261003e5d0c570eb15273058c8d6b5fe9092eaa2
3
+ size 83871005
town-01-05/scene-0532005201.h5 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4ee4f539be003cd872e30878f0fcd23e34c08f45183c4282b7b45058dfdd8749
3
+ size 43955286
town-01-05/scene-0532007600.h5 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:85b990ad062da5be6910d4d5f6158ab64c4aeba2045aee780ec0d39c530f273c
3
+ size 162556337
town-01-05/scene-0532009900.h5 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:eadcea561d1a60976d676bdc6ae5f7f8b5dc62b87c1bbfaf630eee4db4c9f318
3
+ size 83427363
town-01-05/scene-0532017900.h5 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ae79025ef199b5dd595262af5e4e48a8f3652ac8c3a77e97a59175c35e99aa3f
3
+ size 102194998
town-01-05/scene-1232002300.h5 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:52e9bc11b9855b3a19eb55f4f07d2ca3cf07f5ff223a2b965e6fb337e6ee70a7
3
+ size 168871353
town-01-05/scene-1232003600.h5 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6bd3a62fa24522d7af521cce9f91b371d1a2bf5c80fcc99365e52fe61e3f2353
3
+ size 113597509