futurefantasy commited on
Commit
babdd00
·
verified ·
1 Parent(s): 4fab428

Add rebuild_validation_summary.json

Browse files
Files changed (1) hide show
  1. rebuild_validation_summary.json +117 -0
rebuild_validation_summary.json ADDED
@@ -0,0 +1,117 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "release_root": "/mnt/hwfile/linzhanhui/projects/benchmarking/release/vlac2_release",
3
+ "old_vpb_root": "/mnt/inspurfs/vla_coop/vlac2_benchmark_directory/_data_splits/dataset_ver5_split_vpb_20260616",
4
+ "split_root": "/mnt/inspurfs/vla_coop/vlac2_benchmark_directory/_data_splits/dataset_ver5_split",
5
+ "train_exclude_group_prefixes": [
6
+ "en_",
7
+ "gpt_"
8
+ ],
9
+ "tests_ok": true,
10
+ "train_ok": true,
11
+ "overall_ok": true,
12
+ "tests": [
13
+ {
14
+ "bucket": "test_expert_seen",
15
+ "old_rows": 1043,
16
+ "new_rows": 1043,
17
+ "main_path_key_sets_equal": true,
18
+ "dense_equal_rows": 1043,
19
+ "dense_different_rows": 0,
20
+ "full_row_equal_rows_after_path_normalization": 1043,
21
+ "first_dense_difference": null,
22
+ "first_full_row_difference": null,
23
+ "missing_main_paths": []
24
+ },
25
+ {
26
+ "bucket": "test_expert_unseen",
27
+ "old_rows": 1043,
28
+ "new_rows": 1043,
29
+ "main_path_key_sets_equal": true,
30
+ "dense_equal_rows": 1043,
31
+ "dense_different_rows": 0,
32
+ "full_row_equal_rows_after_path_normalization": 1043,
33
+ "first_dense_difference": null,
34
+ "first_full_row_difference": null,
35
+ "missing_main_paths": []
36
+ },
37
+ {
38
+ "bucket": "test_nonexpert_seen",
39
+ "old_rows": 713,
40
+ "new_rows": 713,
41
+ "main_path_key_sets_equal": true,
42
+ "dense_equal_rows": 713,
43
+ "dense_different_rows": 0,
44
+ "full_row_equal_rows_after_path_normalization": 713,
45
+ "first_dense_difference": null,
46
+ "first_full_row_difference": null,
47
+ "missing_main_paths": []
48
+ },
49
+ {
50
+ "bucket": "test_nonexpert_unseen",
51
+ "old_rows": 716,
52
+ "new_rows": 716,
53
+ "main_path_key_sets_equal": true,
54
+ "dense_equal_rows": 716,
55
+ "dense_different_rows": 0,
56
+ "full_row_equal_rows_after_path_normalization": 716,
57
+ "first_dense_difference": null,
58
+ "first_full_row_difference": null,
59
+ "missing_main_paths": []
60
+ }
61
+ ],
62
+ "train": {
63
+ "train_benchmark_exists": true,
64
+ "train_stats_exists": true,
65
+ "expected_included_groups": [
66
+ "project_1",
67
+ "project_2",
68
+ "project_3",
69
+ "simulation_part",
70
+ "video_only"
71
+ ],
72
+ "included_group_names": [
73
+ "project_1",
74
+ "project_2",
75
+ "project_3",
76
+ "simulation_part",
77
+ "video_only"
78
+ ],
79
+ "excluded_group_names": [
80
+ "en_project_1",
81
+ "gpt_project_2"
82
+ ],
83
+ "included_groups_match_expected": true,
84
+ "forbidden_groups_present": [],
85
+ "row_count": 24652,
86
+ "benchmark_stats": {
87
+ "split_dir": "/mnt/inspurfs/vla_coop/vlac2_benchmark_directory/_data_splits/dataset_ver5_split/train",
88
+ "group_count": 5,
89
+ "pkl_files_used": 9,
90
+ "included_group_names": [
91
+ "project_1",
92
+ "project_2",
93
+ "project_3",
94
+ "simulation_part",
95
+ "video_only"
96
+ ],
97
+ "excluded_group_names": [
98
+ "en_project_1",
99
+ "gpt_project_2"
100
+ ],
101
+ "excluded_group_prefixes": [
102
+ "en_",
103
+ "gpt_"
104
+ ],
105
+ "episodes_total_seen": 24652,
106
+ "episodes_missing_annotation": 0,
107
+ "episodes_missing_main_path": 0,
108
+ "episodes_missing_fps": 0,
109
+ "episodes_empty_after_frame_check": 0,
110
+ "episodes_overwritten_by_main_path": 0,
111
+ "episodes_preprocessed": 24652,
112
+ "episodes_written": 24652,
113
+ "episodes_skipped_missing_images": 0,
114
+ "processing_seconds": 12.056
115
+ }
116
+ }
117
+ }