Document calibration/ and metadata/ archive paths
Browse files
README.md
CHANGED
|
@@ -59,6 +59,24 @@ cx = 650.889160 cy = 364.692657
|
|
| 59 |
|
| 60 |
The aligned depth stream shares these intrinsics by construction. Depth in meters = value / 1000.
|
| 61 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 62 |
## Citation
|
| 63 |
|
| 64 |
```bibtex
|
|
|
|
| 59 |
|
| 60 |
The aligned depth stream shares these intrinsics by construction. Depth in meters = value / 1000.
|
| 61 |
|
| 62 |
+
## Calibration recordings & raw metadata (archive)
|
| 63 |
+
|
| 64 |
+
The original calibration recordings and per-sequence provenance from the 2021 sessions are
|
| 65 |
+
archived here as well (not needed to run the sequences, but preserved as the primary copy):
|
| 66 |
+
|
| 67 |
+
- `calibration/10-08/` — `timestamps_camera_calibration_seq01.bag`,
|
| 68 |
+
`viconMarker_camera_calibration_seq01.bag`, `viconMarker_camera_calibration_seq02.bag`
|
| 69 |
+
- `calibration/10-14/` — `deformation_model_calibration.bag`,
|
| 70 |
+
`lukas_pattern_calibration_01.bag`, `photo_calibration.bag`
|
| 71 |
+
|
| 72 |
+
These are the bz2-compressed ROS1 bags used for the Vicon-marker/camera extrinsic
|
| 73 |
+
(`T_vicon_camera.txt`), camera-clock/Vicon timestamp calibration, and photometric/pattern
|
| 74 |
+
calibration.
|
| 75 |
+
|
| 76 |
+
- `metadata/10-08.tar.gz`, `metadata/10-14.tar.gz` — the original per-sequence recording folders
|
| 77 |
+
(environment and git-version snapshots, `params.yaml`, `tf.cfg`, raw Vicon/tf bags, and
|
| 78 |
+
`vicon_direct_features_*.txt`), documenting how each sequence's ground truth was produced.
|
| 79 |
+
|
| 80 |
## Citation
|
| 81 |
|
| 82 |
```bibtex
|