Note the short camera streams in 12 takes
Browse files
README.md
CHANGED
|
@@ -95,6 +95,11 @@ published `CameraCalibration` describes the 640x360 colour frame, so
|
|
| 95 |
projecting a depth frame to 3D means halving `fx`, `fy`, `cx` and `cy`
|
| 96 |
first.
|
| 97 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 98 |
Eight of the 28 tasks have no successful rollout anywhere in the source, so
|
| 99 |
those contribute failures only.
|
| 100 |
|
|
|
|
| 95 |
projecting a depth frame to 3D means halving `fx`, `fy`, `cx` and `cy`
|
| 96 |
first.
|
| 97 |
|
| 98 |
+
In 12 of the 179 takes the source mp4s carry a trailing empty packet and
|
| 99 |
+
hold 80 real frames rather than 81, so all three camera streams are one
|
| 100 |
+
frame shorter than depth and telemetry. `num_frames` follows the
|
| 101 |
+
robot-state clock and reports 81.
|
| 102 |
+
|
| 103 |
Eight of the 28 tasks have no successful rollout anywhere in the source, so
|
| 104 |
those contribute failures only.
|
| 105 |
|