scripts: update make_pie_charts.py for v3 schema (domain column) + 10-subset coverage
Browse files
scripts/make_pie_charts.py
CHANGED
|
@@ -18,8 +18,9 @@ import pyarrow.parquet as pq
|
|
| 18 |
|
| 19 |
BASE = "/media/yxma/Disk1/yuxiang/mini_data_parquet"
|
| 20 |
OUT = f"{BASE}/assets"
|
| 21 |
-
SUBSETS = ["fota_unlabeled", "
|
| 22 |
-
"
|
|
|
|
| 23 |
# Reordered descending by typical size so colors line up sensibly.
|
| 24 |
|
| 25 |
def aggregate():
|
|
|
|
| 18 |
|
| 19 |
BASE = "/media/yxma/Disk1/yuxiang/mini_data_parquet"
|
| 20 |
OUT = f"{BASE}/assets"
|
| 21 |
+
SUBSETS = ["fota_unlabeled", "sim_tactile_mnist", "sim_starstruck",
|
| 22 |
+
"gelslam", "feelanyforce", "threedcal", "fota_labeled",
|
| 23 |
+
"real_tactile_mnist", "feats", "tactile_tracking"]
|
| 24 |
# Reordered descending by typical size so colors line up sensibly.
|
| 25 |
|
| 26 |
def aggregate():
|