Dataset Preview
The full dataset viewer is not available (click to read why). Only showing a preview of the rows.
The dataset generation failed
Error code: DatasetGenerationError
Exception: ArrowNotImplementedError
Message: Cannot write struct type 'finger_mask_sha256' with no child field to Parquet. Consider adding a dummy child field.
Traceback: Traceback (most recent call last):
File "/usr/local/lib/python3.14/site-packages/datasets/builder.py", line 1869, in _prepare_split_single
num_examples, num_bytes = writer.finalize()
~~~~~~~~~~~~~~~^^
File "/usr/local/lib/python3.14/site-packages/datasets/arrow_writer.py", line 781, in finalize
self.write_rows_on_file()
~~~~~~~~~~~~~~~~~~~~~~~^^
File "/usr/local/lib/python3.14/site-packages/datasets/arrow_writer.py", line 663, in write_rows_on_file
self._write_table(table)
~~~~~~~~~~~~~~~~~^^^^^^^
File "/usr/local/lib/python3.14/site-packages/datasets/arrow_writer.py", line 771, in _write_table
self._build_writer(inferred_schema=pa_table.schema)
~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.14/site-packages/datasets/arrow_writer.py", line 812, in _build_writer
self.pa_writer = pq.ParquetWriter(
~~~~~~~~~~~~~~~~^
self.stream,
^^^^^^^^^^^^
...<9 lines>...
},
^^
)
^
File "/usr/local/lib/python3.14/site-packages/pyarrow/parquet/core.py", line 1082, in __init__
self.writer = _parquet.ParquetWriter(
~~~~~~~~~~~~~~~~~~~~~~^
sink, schema,
^^^^^^^^^^^^^
...<20 lines>...
max_rows_per_page=max_rows_per_page,
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
**options)
^^^^^^^^^^
File "pyarrow/_parquet.pyx", line 2374, in pyarrow._parquet.ParquetWriter.__cinit__
File "pyarrow/error.pxi", line 155, in pyarrow.lib.pyarrow_internal_check_status
File "pyarrow/error.pxi", line 92, in pyarrow.lib.check_status
raise convert_status(status)
pyarrow.lib.ArrowNotImplementedError: Cannot write struct type 'finger_mask_sha256' with no child field to Parquet. Consider adding a dummy child field.
The above exception was the direct cause of the following exception:
Traceback (most recent call last):
File "/src/services/worker/src/worker/job_runners/config/parquet_and_info.py", line 1369, in compute_config_parquet_and_info_response
parquet_operations, partial, estimated_dataset_info = stream_convert_to_parquet(
~~~~~~~~~~~~~~~~~~~~~~~~~^
builder, max_dataset_size_bytes=max_dataset_size_bytes
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
)
^
File "/src/services/worker/src/worker/job_runners/config/parquet_and_info.py", line 948, in stream_convert_to_parquet
builder._prepare_split(split_generator=splits_generators[split], file_format="parquet")
~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.14/site-packages/datasets/builder.py", line 1694, in _prepare_split
for job_id, done, content in self._prepare_split_single(
~~~~~~~~~~~~~~~~~~~~~~~~~~^
gen_kwargs=gen_kwargs, job_id=job_id, **_prepare_split_args
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
):
^
File "/usr/local/lib/python3.14/site-packages/datasets/builder.py", line 1880, in _prepare_split_single
raise DatasetGenerationError("An error occurred while generating the dataset") from e
datasets.exceptions.DatasetGenerationError: An error occurred while generating the datasetNeed help to make the dataset viewer work? Make sure to review how to configure the dataset viewer, and open a discussion for direct support.
format_version int64 | repo_id string | backbone string | wrist_backbone string | metric bool | grid list | stride int64 | percentile_static float64 | percentile_wrist float64 | occ_thresh_m float64 | cams list | plane dict | stats dict | warnings list | episodes dict | provenance dict |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
4 | takeru01/task1_1_5_rgb_recover_up_down_trim_194ep | vggt | da3 | false | [
8,
14
] | 2 | 95 | 5 | 0.003 | [
{
"key": "observation.images.camera_front",
"role": "static",
"side": null
},
{
"key": "observation.images.camera_top",
"role": "static",
"side": null
},
{
"key": "observation.images.camera_left_wrist",
"role": "wrist",
"side": "left"
},
{
"key": "observation.imag... | {
"observation.images.camera_front": {
"normal": [
0.001450750627554953,
0.013257170096039772,
-0.9999110698699951
],
"offset": 0.9060311084102444,
"inlier_frac": 0.3758375,
"n_frames": 80,
"n_rejected": 0,
"thresh_m": 0.004,
"frame_resid_median_mm": 4.366472363471985... | {
"n_frames": 190542,
"mean": [
[
0.08787502952451742,
0.27480931338423903,
0.11258445397003589,
0.6146504783000735
],
[
0.09132930478859921,
0.6048620024728467,
0.04319293766360146,
0.9999999066940903
],
[
-0.037469795798994225,
0.0356... | [
"observation.images.camera_front の深度スケールがフレーム間で std 74 mm 揺れています。ゲージ正規化で吸収していますが、ROI に腕が入りすぎている可能性があります。",
"observation.images.camera_front の平面インライア率が 38% しかありません。--roi が板から外れているか、ROI に腕/治具が入っています。",
"observation.images.camera_left_wrist は --metric 申告のバックボーンですが、実測 a0 との比較で スケールが x0.42 でした(30%以上ずれ)。近距離での metric申... | {
"0": {
"n": 938,
"file": "ep_000000.npy",
"bytes": 3361792
},
"1": {
"n": 1094,
"file": "ep_000001.npy",
"bytes": 3920896
},
"2": {
"n": 1084,
"file": "ep_000002.npy",
"bytes": 3885056
},
"3": {
"n": 1082,
"file": "ep_000003.npy",
"bytes": 3877888
},
"... | {
"backbone": "vggt",
"wrist_backbone": "da3",
"depth_source": "backbone",
"git_commit": "unknown",
"grid": [
8,
14
],
"stride": 2,
"plane_screen": "mad",
"gauge": "roi-median",
"intrinsics_file": "/home/suzuki/t115/cable_depth/calib/realsense_intrinsics_424x240.json",
"intrinsics_sha256":... |
YAML Metadata Warning:empty or missing yaml metadata in repo card
Check out the documentation for more information.
depth_cache/recover194_vggt_clean
cable_depth のセル格子キャッシュ。学習時に --depth-cache へ渡す。
対応するデータセット
takeru01/task1_1_5_rgb_recover_up_down_trim_194ep
このキャッシュは (episode_index, frame_index) で引くので、同じエピソード構成・同じ長さのデータセットにしか使えない。
構成
backbone vggt
wrist_backbone da3
metric False
grid [8, 14] (gh, gw)
stride 2
episodes 194 範囲 (0, 193)
frames 190542
カメラと役割
camera_front static
camera_top static
camera_left_wrist wrist
camera_right_wrist wrist
role=none のカメラは格子が全ゼロで、注入対象から外れる。
チャネル定義
0 CH_VALUE static: 盤面相対高さ[m] の 95%tile / wrist: 指先相対 Δ[m] の 5%tile
1 CH_OCC セル内で「盤面から浮いている / 指先近傍にある」画素の割合
2 CH_SPREAD セル内の奥行き幅 q95-q05[m]
3 CH_VALID 有効画素率 (0-1)。0 は欠測であって「盤面上(d=0)」ではない
precompute が出した警告
- observation.images.camera_front の深度スケールがフレーム間で std 74 mm 揺れています。ゲージ正規化で吸収していますが、ROI に腕が入りすぎている可能性があります。
- observation.images.camera_front の平面インライア率が 38% しかありません。--roi が板から外れているか、ROI に腕/治具が入っています。
- observation.images.camera_left_wrist は --metric 申告のバックボーンですが、実測 a0 との比較で スケールが x0.42 でした(30%以上ずれ)。近距離での metric申告が信用できないことを示すので、他のカメラでも実測での裏取りを推奨します。
- observation.images.camera_right_wrist は --metric 申告のバックボーンですが、実測 a0 との比較で スケールが x0.43 でした(30%以上ずれ)。近距離での metric申告が信用できないことを示すので、他のカメラでも実測での裏取りを推奨します。
来歴
intrinsics_sha256 fece1ac6bb2b109a
spec_sha256 4af9fc9d1891e59d
gauge roi-median
scale {'scale': 1.3684628464669712, 'method': 'z_true', 'z_true_cam': 'camera_front=1.24'}
- Downloads last month
- 91