yxma commited on
Commit
2bf809d
·
verified ·
1 Parent(s): 4dbc2ee

scripts: update make_pie_charts.py for v3 schema (domain column) + 10-subset coverage

Browse files
Files changed (1) hide show
  1. scripts/make_pie_charts.py +3 -2
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", "real_tactile_mnist", "gelslam", "feelanyforce",
22
- "threedcal", "fota_labeled", "feats", "tactile_tracking"]
 
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():