scripts: update make_analytical_plots.py for v3 schema (domain column) + 10-subset coverage
Browse files
scripts/make_analytical_plots.py
CHANGED
|
@@ -20,7 +20,8 @@ BASE = "/media/yxma/Disk1/yuxiang/mini_data_parquet"
|
|
| 20 |
OUT = f"{BASE}/assets"
|
| 21 |
|
| 22 |
SUBSETS = ["fota_labeled", "fota_unlabeled", "threedcal", "feats",
|
| 23 |
-
"feelanyforce", "gelslam", "tactile_tracking", "real_tactile_mnist"
|
|
|
|
| 24 |
|
| 25 |
|
| 26 |
def scan_subset(sub, columns):
|
|
|
|
| 20 |
OUT = f"{BASE}/assets"
|
| 21 |
|
| 22 |
SUBSETS = ["fota_labeled", "fota_unlabeled", "threedcal", "feats",
|
| 23 |
+
"feelanyforce", "gelslam", "tactile_tracking", "real_tactile_mnist",
|
| 24 |
+
"sim_tactile_mnist", "sim_starstruck"]
|
| 25 |
|
| 26 |
|
| 27 |
def scan_subset(sub, columns):
|