Commit ·
a949dfe
1
Parent(s): 7a3ca63
Split dataset viewer by OS (windows/android)
Browse files
README.md
CHANGED
|
@@ -1,6 +1,10 @@
|
|
| 1 |
---
|
| 2 |
license: apache-2.0
|
| 3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
| 4 |
---
|
| 5 |
|
| 6 |
# Trajectory-Sample
|
|
|
|
| 1 |
---
|
| 2 |
license: apache-2.0
|
| 3 |
+
configs:
|
| 4 |
+
- config_name: windows
|
| 5 |
+
data_files: "windows/*.json"
|
| 6 |
+
- config_name: android
|
| 7 |
+
data_files: "android/*.json"
|
| 8 |
---
|
| 9 |
|
| 10 |
# Trajectory-Sample
|