YulinYangCV commited on
Commit
d4c2548
·
verified ·
1 Parent(s): 839d7ac

card: add repo card (layout, batches, citing, submitting)

Browse files
Files changed (1) hide show
  1. README.md +56 -0
README.md ADDED
@@ -0,0 +1,56 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ pretty_name: "Calibench: Leaderboard Results"
3
+ license: cc-by-4.0
4
+ viewer: false # record/registry JSONs are not tabular data — read them via the schema
5
+ tags:
6
+ - calibration
7
+ - camera-calibration
8
+ - camera-imu-calibration
9
+ - visual-inertial
10
+ - benchmark
11
+ - leaderboard
12
+ ---
13
+
14
+ # Calibench: Leaderboard Results
15
+
16
+ Machine-readable backend of the
17
+ [**Calibench leaderboard**](https://huggingface.co/spaces/calibench-vi/leaderboard) —
18
+ one JSON record per *(tool, dataset, split)* evaluation, plus the calibration
19
+ outputs they came from. Browse it on the Space; this repo is the data of record.
20
+
21
+ ## Layout
22
+
23
+ ```
24
+ tracks.json # track registry: dataset rosters per (track, split),
25
+ # metric config {primary, columns}, scoring tau_max
26
+ datasets.json # dataset catalog: per-rig hardware, shutter, lens,
27
+ # IMUs, board, source/license/cite
28
+ schemas/result.schema.json # record schema (v1.1)
29
+ <Tool>/<batch>/<id>.json # result records (batch = evaluation run date)
30
+ <Tool>/<batch>/<id>.output.json # the calibration outputs (intrinsics, extrinsics,
31
+ # time offsets) each record's calibration_ref points at
32
+ ```
33
+
34
+ **Batches** group the records produced by one evaluation run (`YYYY-MM-DD`), so a
35
+ leaderboard state traces to an exact run set and the same tool can be compared
36
+ across time. The leaderboard ranks each tool's latest batch per dataset by
37
+ default; its *Compare batches* toggle splits methods into `tool @ batch`.
38
+
39
+ **Verification**: `verification.status` is `self_reported` until the Calibench
40
+ CI re-runs the evaluation (in progress) — self-reported reprojection statistics
41
+ are not directly comparable across tools (each reports its own statistic); the
42
+ leaderboard flags such mixed rankings.
43
+
44
+ ## Citing a leaderboard state
45
+
46
+ Cite the **commit hash** shown in the leaderboard status line (every view names
47
+ the exact revision of this repo it was rendered from), plus the Calibench
48
+ citation in
49
+ [`calibench-vi/datasets`](https://huggingface.co/datasets/calibench-vi/datasets).
50
+
51
+ ## Adding results
52
+
53
+ Open a PR to
54
+ [`yangyulin/calibench-submissions`](https://github.com/yangyulin/calibench-submissions)
55
+ with your calibration outputs; CI validates against the schema and publishes
56
+ records here. Records (the numbers/metadata) are CC-BY-4.0.