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: CastError
Message: Couldn't cast
stamp_ns: int64
frame_index: int64
parquet_row_index: int64
video_frame_idx: int64
parquet_frame_idx: int64
floor_ready: bool
zarr_index: int64
zarr_path: string
zarr_fields: struct<camera_pose_world: struct<shape: list<item: int64>, dtype: string>, camera_pose_source: struc (... 679 chars omitted)
child 0, camera_pose_world: struct<shape: list<item: int64>, dtype: string>
child 0, shape: list<item: int64>
child 0, item: int64
child 1, dtype: string
child 1, camera_pose_source: struct<shape: list<item: int64>, dtype: string>
child 0, shape: list<item: int64>
child 0, item: int64
child 1, dtype: string
child 2, global_uncertainty: struct<shape: list<item: int64>, dtype: string>
child 0, shape: list<item: int64>
child 0, item: int64
child 1, dtype: string
child 3, local_uncertainty: struct<shape: list<item: int64>, dtype: string>
child 0, shape: list<item: int64>
child 0, item: int64
child 1, dtype: string
child 4, global_state: struct<shape: list<item: int64>, dtype: string>
child 0, shape: list<item: int64>
child 0, item: int64
child 1, dtype: string
child 5, local_state: struct<shape: list<item: int64>, dtype: string>
child 0, shape: list<item: int64>
child 0, item: int64
child 1, dtype: string
child 6, is_bos: struct<shape: list<item: null>, dtype: string>
child 0, shape: list<item: null>
child 0, item: null
child 1, dtype: string
child 7, target_ix: struct<shape: list<item: null>, dtype: string>
child 0, shape: list<item: null>
child 0, item: null
child 1, dtype: string
child 8, target_iy: struct<shape: list<item: null>, dtype: string>
child 0, shape: list<item: null>
child 0, item: null
child 1, dtype: string
child 9, target_local_ix: struct<shape: list<item: null>, dtype: string>
child 0, shape: list<item: null>
child 0, item: null
child 1, dtype: string
child 10, target_local_iy: struct<shape: list<item: null>, dtype: string>
child 0, shape: list<item: null>
child 0, item: null
child 1, dtype: string
child 11, target_local_clipped: struct<shape: list<item: null>, dtype: string>
child 0, shape: list<item: null>
child 0, item: null
child 1, dtype: string
objects: null
to
{'stamp_ns': Value('int64'), 'objects': List(Json(decode=True))}
because column names don't match
Traceback: Traceback (most recent call last):
File "/usr/local/lib/python3.14/site-packages/datasets/builder.py", line 1816, in _prepare_split_single
for key, table in generator:
^^^^^^^^^
File "/src/services/worker/src/worker/job_runners/config/parquet_and_info.py", line 613, in wrapped
for item in generator(*args, **kwargs):
~~~~~~~~~^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.14/site-packages/datasets/packaged_modules/json/json.py", line 343, in _generate_tables
self._cast_table(pa_table, json_field_paths=json_field_paths),
~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.14/site-packages/datasets/packaged_modules/json/json.py", line 132, in _cast_table
pa_table = table_cast(pa_table, self.info.features.arrow_schema)
File "/usr/local/lib/python3.14/site-packages/datasets/table.py", line 2369, in table_cast
return cast_table_to_schema(table, schema)
File "/usr/local/lib/python3.14/site-packages/datasets/table.py", line 2297, in cast_table_to_schema
raise CastError(
...<3 lines>...
)
datasets.table.CastError: Couldn't cast
stamp_ns: int64
frame_index: int64
parquet_row_index: int64
video_frame_idx: int64
parquet_frame_idx: int64
floor_ready: bool
zarr_index: int64
zarr_path: string
zarr_fields: struct<camera_pose_world: struct<shape: list<item: int64>, dtype: string>, camera_pose_source: struc (... 679 chars omitted)
child 0, camera_pose_world: struct<shape: list<item: int64>, dtype: string>
child 0, shape: list<item: int64>
child 0, item: int64
child 1, dtype: string
child 1, camera_pose_source: struct<shape: list<item: int64>, dtype: string>
child 0, shape: list<item: int64>
child 0, item: int64
child 1, dtype: string
child 2, global_uncertainty: struct<shape: list<item: int64>, dtype: string>
child 0, shape: list<item: int64>
child 0, item: int64
child 1, dtype: string
child 3, local_uncertainty: struct<shape: list<item: int64>, dtype: string>
child 0, shape: list<item: int64>
child 0, item: int64
child 1, dtype: string
child 4, global_state: struct<shape: list<item: int64>, dtype: string>
child 0, shape: list<item: int64>
child 0, item: int64
child 1, dtype: string
child 5, local_state: struct<shape: list<item: int64>, dtype: string>
child 0, shape: list<item: int64>
child 0, item: int64
child 1, dtype: string
child 6, is_bos: struct<shape: list<item: null>, dtype: string>
child 0, shape: list<item: null>
child 0, item: null
child 1, dtype: string
child 7, target_ix: struct<shape: list<item: null>, dtype: string>
child 0, shape: list<item: null>
child 0, item: null
child 1, dtype: string
child 8, target_iy: struct<shape: list<item: null>, dtype: string>
child 0, shape: list<item: null>
child 0, item: null
child 1, dtype: string
child 9, target_local_ix: struct<shape: list<item: null>, dtype: string>
child 0, shape: list<item: null>
child 0, item: null
child 1, dtype: string
child 10, target_local_iy: struct<shape: list<item: null>, dtype: string>
child 0, shape: list<item: null>
child 0, item: null
child 1, dtype: string
child 11, target_local_clipped: struct<shape: list<item: null>, dtype: string>
child 0, shape: list<item: null>
child 0, item: null
child 1, dtype: string
objects: null
to
{'stamp_ns': Value('int64'), 'objects': List(Json(decode=True))}
because column names don't match
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 1683, 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 1869, 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.
stamp_ns int64 | objects list |
|---|---|
5,114,628,828,437 | [] |
5,114,662,155,725 | [] |
5,114,695,483,062 | [] |
5,114,728,810,400 | [] |
5,114,762,137,725 | [] |
5,114,795,472,400 | [] |
5,114,828,799,725 | [] |
5,114,862,127,062 | [
{
"stamp_ns": 5114862127062,
"track_id": 0,
"language_label": "lampshade",
"language_label_stamp_ns": 5114862127062,
"track_state": "ACTIVE",
"track_panel_score": 0.5546421409,
"T_world_object": [
[
0.9866073132000001,
0.1631134599,
0,
1.4760499001
... |
5,114,895,454,400 | [
{
"stamp_ns": 5114895454400,
"track_id": 0,
"language_label": "lampshade",
"language_label_stamp_ns": 5114895454400,
"track_state": "ACTIVE",
"track_panel_score": 0.5541839136,
"T_world_object": [
[
0.9860285521000001,
0.1665765494,
0,
1.4778957367
... |
5,114,928,781,725 | [
{
"stamp_ns": 5114928781725,
"track_id": 0,
"language_label": "lampshade",
"language_label_stamp_ns": 5114928781725,
"track_state": "ACTIVE",
"track_panel_score": 0.5518894613,
"T_world_object": [
[
0.9860125780000001,
0.16667099300000002,
0,
1.47855... |
5,114,962,109,062 | [
{
"stamp_ns": 5114962109062,
"track_id": 0,
"language_label": "lampshade",
"language_label_stamp_ns": 5114962109062,
"track_state": "ACTIVE",
"track_panel_score": 0.5522278168,
"T_world_object": [
[
0.9859888554,
0.1668112129,
0,
1.4783829451
]... |
5,114,995,440,100 | [
{
"stamp_ns": 5114995440100,
"track_id": 0,
"language_label": "lampshade",
"language_label_stamp_ns": 5114995440100,
"track_state": "ACTIVE",
"track_panel_score": 0.5527129024,
"T_world_object": [
[
0.9865487814,
0.1634670198,
0,
1.477575779
],... |
5,115,028,767,437 | [
{
"stamp_ns": 5115028767437,
"track_id": 0,
"language_label": "lampshade",
"language_label_stamp_ns": 5115028767437,
"track_state": "ACTIVE",
"track_panel_score": 0.5523073994000001,
"T_world_object": [
[
0.9866648316000001,
0.16276538370000002,
0,
1... |
5,115,062,094,775 | [
{
"stamp_ns": 5115062094775,
"track_id": 0,
"language_label": "lampshade",
"language_label_stamp_ns": 5115062094775,
"track_state": "ACTIVE",
"track_panel_score": 0.551543372,
"T_world_object": [
[
0.9864141941000001,
0.1642773449,
0,
1.4768915176
... |
5,115,095,422,100 | [
{
"stamp_ns": 5115095422100,
"track_id": 0,
"language_label": "lampshade",
"language_label_stamp_ns": 5115095422100,
"track_state": "ACTIVE",
"track_panel_score": 0.5512244980000001,
"T_world_object": [
[
0.9865242243000001,
0.1636153311,
0,
1.476358... |
5,115,128,749,400 | [
{
"stamp_ns": 5115128749400,
"track_id": 0,
"language_label": "lampshade",
"language_label_stamp_ns": 5115128749400,
"track_state": "ACTIVE",
"track_panel_score": 0.5506275445000001,
"T_world_object": [
[
0.9863607883000001,
0.164597556,
0,
1.4758962... |
5,115,162,076,725 | [
{
"stamp_ns": 5115162076725,
"track_id": 0,
"language_label": "lampshade",
"language_label_stamp_ns": 5115162076725,
"track_state": "ACTIVE",
"track_panel_score": 0.5507330719,
"T_world_object": [
[
0.9860085845000001,
0.1666945964,
0,
1.4759405851
... |
5,115,195,407,775 | [
{
"stamp_ns": 5115195407775,
"track_id": 0,
"language_label": "lampshade",
"language_label_stamp_ns": 5115195407775,
"track_state": "ACTIVE",
"track_panel_score": 0.5500803358,
"T_world_object": [
[
0.9857166409,
0.1684122682,
0,
1.4776704311
]... |
5,115,228,735,100 | [
{
"stamp_ns": 5115228735100,
"track_id": 0,
"language_label": "lampshade",
"language_label_stamp_ns": 5115228735100,
"track_state": "ACTIVE",
"track_panel_score": 0.549501623,
"T_world_object": [
[
0.9860622287,
0.1663768291,
0,
1.4780062436999999
... |
5,115,262,062,437 | [
{
"stamp_ns": 5115262062437,
"track_id": 0,
"language_label": "lampshade",
"language_label_stamp_ns": 5115262062437,
"track_state": "ACTIVE",
"track_panel_score": 0.5505735666,
"T_world_object": [
[
0.9863216281,
0.1648323238,
0,
1.4791307449
]... |
5,115,295,389,775 | [
{
"stamp_ns": 5115295389775,
"track_id": 0,
"language_label": "lampshade",
"language_label_stamp_ns": 5115295389775,
"track_state": "ACTIVE",
"track_panel_score": 0.5507531138,
"T_world_object": [
[
0.9860525727,
0.16643425820000002,
0,
1.4793598652
... |
5,115,328,717,100 | [
{
"stamp_ns": 5115328717100,
"track_id": 0,
"language_label": "lampshade",
"language_label_stamp_ns": 5115328717100,
"track_state": "ACTIVE",
"track_panel_score": 0.5499410548,
"T_world_object": [
[
0.9863436222,
0.1647004783,
0,
1.4792084694
]... |
5,115,362,048,150 | [
{
"stamp_ns": 5115362048150,
"track_id": 0,
"language_label": "lampshade",
"language_label_stamp_ns": 5115362048150,
"track_state": "ACTIVE",
"track_panel_score": 0.5498323726000001,
"T_world_object": [
[
0.9863983393,
0.1643723249,
0,
1.4783856869
... |
5,115,395,375,475 | [
{
"stamp_ns": 5115395375475,
"track_id": 0,
"language_label": "lampshade",
"language_label_stamp_ns": 5115395375475,
"track_state": "ACTIVE",
"track_panel_score": 0.5502619023,
"T_world_object": [
[
0.9866007566,
0.16315305230000002,
0,
1.4779448509
... |
5,115,428,702,812 | [
{
"stamp_ns": 5115428702812,
"track_id": 0,
"language_label": "lampshade",
"language_label_stamp_ns": 5115428702812,
"track_state": "ACTIVE",
"track_panel_score": 0.5506321168,
"T_world_object": [
[
0.9865412116000001,
0.1635129303,
0,
1.478489995000... |
5,115,462,030,150 | [
{
"stamp_ns": 5115462030150,
"track_id": 0,
"language_label": "lampshade",
"language_label_stamp_ns": 5115462030150,
"track_state": "ACTIVE",
"track_panel_score": 0.5510581205,
"T_world_object": [
[
0.9869601727,
0.160964787,
0,
1.4789885283
],... |
5,115,495,357,475 | [
{
"stamp_ns": 5115495357475,
"track_id": 0,
"language_label": "lampshade",
"language_label_stamp_ns": 5115495357475,
"track_state": "ACTIVE",
"track_panel_score": 0.5517059874,
"T_world_object": [
[
0.9870491624000001,
0.1604179144,
0,
1.478856802000... |
5,115,528,684,775 | [
{
"stamp_ns": 5115528684775,
"track_id": 0,
"language_label": "lampshade",
"language_label_stamp_ns": 5115528684775,
"track_state": "ACTIVE",
"track_panel_score": 0.5520390357,
"T_world_object": [
[
0.9871528149000001,
0.15977908670000002,
0,
1.47759... |
5,115,562,015,850 | [
{
"stamp_ns": 5115562015850,
"track_id": 0,
"language_label": "lampshade",
"language_label_stamp_ns": 5115562015850,
"track_state": "ACTIVE",
"track_panel_score": 0.5516758047,
"T_world_object": [
[
0.9870961308,
0.160128817,
0,
1.47831738
],
... |
5,115,595,343,150 | [
{
"stamp_ns": 5115595343150,
"track_id": 0,
"language_label": "lampshade",
"language_label_stamp_ns": 5115595343150,
"track_state": "ACTIVE",
"track_panel_score": 0.5517274082,
"T_world_object": [
[
0.9872133136000001,
0.1594045758,
0,
1.4779506922
... |
5,115,628,670,475 | [
{
"stamp_ns": 5115628670475,
"track_id": 0,
"language_label": "lampshade",
"language_label_stamp_ns": 5115628670475,
"track_state": "ACTIVE",
"track_panel_score": 0.5519370744000001,
"T_world_object": [
[
0.9872604609000001,
0.1591123939,
0,
1.479120... |
5,115,661,997,812 | [
{
"stamp_ns": 5115661997812,
"track_id": 0,
"language_label": "lampshade",
"language_label_stamp_ns": 5115661997812,
"track_state": "ACTIVE",
"track_panel_score": 0.5508891698,
"T_world_object": [
[
0.9872308969,
0.15929593150000002,
0,
1.4792035818
... |
5,115,695,325,150 | [
{
"stamp_ns": 5115695325150,
"track_id": 0,
"language_label": "lampshade",
"language_label_stamp_ns": 5115695325150,
"track_state": "ACTIVE",
"track_panel_score": 0.5497669686000001,
"T_world_object": [
[
0.9871085882,
0.1600520164,
0,
1.4792671204
... |
5,115,728,656,187 | [
{
"stamp_ns": 5115728656187,
"track_id": 0,
"language_label": "lampshade",
"language_label_stamp_ns": 5115728656187,
"track_state": "ACTIVE",
"track_panel_score": 0.5488307634,
"T_world_object": [
[
0.9867966175,
0.1619641632,
0,
1.4793207645
]... |
5,115,761,983,525 | [
{
"stamp_ns": 5115761983525,
"track_id": 0,
"language_label": "lampshade",
"language_label_stamp_ns": 5115761983525,
"track_state": "ACTIVE",
"track_panel_score": 0.5484955175,
"T_world_object": [
[
0.9868887663,
0.16140192750000001,
0,
1.4791494608
... |
5,115,795,310,850 | [
{
"stamp_ns": 5115795310850,
"track_id": 0,
"language_label": "lampshade",
"language_label_stamp_ns": 5115795310850,
"track_state": "ACTIVE",
"track_panel_score": 0.5480439133,
"T_world_object": [
[
0.9867507219,
0.1622437686,
0,
1.4800413847
]... |
5,115,828,638,187 | [
{
"stamp_ns": 5115828638187,
"track_id": 0,
"language_label": "lampshade",
"language_label_stamp_ns": 5115828638187,
"track_state": "ACTIVE",
"track_panel_score": 0.5474829368,
"T_world_object": [
[
0.9864959717,
0.1637854725,
0,
1.4794536829
]... |
5,115,861,965,525 | [
{
"stamp_ns": 5115861965525,
"track_id": 0,
"language_label": "lampshade",
"language_label_stamp_ns": 5115861965525,
"track_state": "ACTIVE",
"track_panel_score": 0.5476402562,
"T_world_object": [
[
0.9864554405,
0.1640293598,
0,
1.4796988964
]... |
5,115,895,296,562 | [
{
"stamp_ns": 5115895296562,
"track_id": 0,
"language_label": "lampshade",
"language_label_stamp_ns": 5115895296562,
"track_state": "ACTIVE",
"track_panel_score": 0.5479508593,
"T_world_object": [
[
0.9863876104,
0.1644369513,
0,
1.4801344872
]... |
5,115,928,623,900 | [
{
"stamp_ns": 5115928623900,
"track_id": 0,
"language_label": "lampshade",
"language_label_stamp_ns": 5115928623900,
"track_state": "ACTIVE",
"track_panel_score": 0.5492927104,
"T_world_object": [
[
0.9863399863000001,
0.1647221148,
0,
1.479931354500... |
5,115,961,951,225 | [
{
"stamp_ns": 5115961951225,
"track_id": 0,
"language_label": "lampshade",
"language_label_stamp_ns": 5115961951225,
"track_state": "ACTIVE",
"track_panel_score": 0.5497839058,
"T_world_object": [
[
0.9863253236,
0.16481009130000002,
0,
1.4799422026
... |
5,115,995,278,525 | [
{
"stamp_ns": 5115995278525,
"track_id": 0,
"language_label": "lampshade",
"language_label_stamp_ns": 5115995278525,
"track_state": "ACTIVE",
"track_panel_score": 0.5501510529,
"T_world_object": [
[
0.9861959815,
0.16558213530000002,
0,
1.4795650244
... |
5,116,028,605,850 | [
{
"stamp_ns": 5116028605850,
"track_id": 0,
"language_label": "lampshade",
"language_label_stamp_ns": 5116028605850,
"track_state": "ACTIVE",
"track_panel_score": 0.5502271195,
"T_world_object": [
[
0.9860748053,
0.1663022637,
0,
1.4792083502
]... |
5,116,061,933,187 | [
{
"stamp_ns": 5116061933187,
"track_id": 0,
"language_label": "lampshade",
"language_label_stamp_ns": 5116061933187,
"track_state": "ACTIVE",
"track_panel_score": 0.5506211885,
"T_world_object": [
[
0.9859970212,
0.1667630374,
0,
1.4788495302
]... |
5,116,095,264,225 | [
{
"stamp_ns": 5116095264225,
"track_id": 0,
"language_label": "lampshade",
"language_label_stamp_ns": 5116095264225,
"track_state": "ACTIVE",
"track_panel_score": 0.5508439846000001,
"T_world_object": [
[
0.9859052896,
0.167304486,
0,
1.4777983427
... |
5,116,128,591,562 | [
{
"stamp_ns": 5116128591562,
"track_id": 0,
"language_label": "lampshade",
"language_label_stamp_ns": 5116128591562,
"track_state": "ACTIVE",
"track_panel_score": 0.5517692242000001,
"T_world_object": [
[
0.9858828783,
0.16743652520000002,
0,
1.47618... |
5,116,161,918,900 | [
{
"stamp_ns": 5116161918900,
"track_id": 0,
"language_label": "lampshade",
"language_label_stamp_ns": 5116161918900,
"track_state": "ACTIVE",
"track_panel_score": 0.5522827760000001,
"T_world_object": [
[
0.98576653,
0.16812008620000002,
0,
1.4753712... |
5,116,195,246,225 | [
{
"stamp_ns": 5116195246225,
"track_id": 0,
"language_label": "lampshade",
"language_label_stamp_ns": 5116195246225,
"track_state": "ACTIVE",
"track_panel_score": 0.5532670009,
"T_world_object": [
[
0.9857087135,
0.1684587747,
0,
1.4757932425
]... |
5,116,228,573,562 | [
{
"stamp_ns": 5116228573562,
"track_id": 0,
"language_label": "lampshade",
"language_label_stamp_ns": 5116228573562,
"track_state": "ACTIVE",
"track_panel_score": 0.5538855073,
"T_world_object": [
[
0.9856373072000001,
0.1688759327,
0,
1.4750050306
... |
5,116,261,900,900 | [
{
"stamp_ns": 5116261900900,
"track_id": 0,
"language_label": "lampshade",
"language_label_stamp_ns": 5116261900900,
"track_state": "ACTIVE",
"track_panel_score": 0.5543153107000001,
"T_world_object": [
[
0.9854794741,
0.16979448500000002,
0,
1.47360... |
5,116,295,269,187 | [
{
"stamp_ns": 5116295269187,
"track_id": 0,
"language_label": "lampshade",
"language_label_stamp_ns": 5116295269187,
"track_state": "ACTIVE",
"track_panel_score": 0.5546052561,
"T_world_object": [
[
0.9853741527000001,
0.1704046875,
0,
1.4732254744
... |
5,116,328,559,275 | [
{
"stamp_ns": 5116328559275,
"track_id": 0,
"language_label": "lampshade",
"language_label_stamp_ns": 5116328559275,
"track_state": "ACTIVE",
"track_panel_score": 0.5548221755,
"T_world_object": [
[
0.9852609634,
0.17105813320000002,
0,
1.4722430706
... |
5,116,361,886,600 | [
{
"stamp_ns": 5116361886600,
"track_id": 0,
"language_label": "lampshade",
"language_label_stamp_ns": 5116361886600,
"track_state": "ACTIVE",
"track_panel_score": 0.5557224908,
"T_world_object": [
[
0.9849618673,
0.1727717221,
0,
1.4721950293
]... |
5,116,395,213,900 | [
{
"stamp_ns": 5116395213900,
"track_id": 0,
"language_label": "lampshade",
"language_label_stamp_ns": 5116395213900,
"track_state": "ACTIVE",
"track_panel_score": 0.5560649788,
"T_world_object": [
[
0.9848668575,
0.17331250010000002,
0,
1.471103549
... |
5,116,428,541,225 | [
{
"stamp_ns": 5116428541225,
"track_id": 0,
"language_label": "lampshade",
"language_label_stamp_ns": 5116428541225,
"track_state": "ACTIVE",
"track_panel_score": 0.5568104094,
"T_world_object": [
[
0.9847624302,
0.1739051044,
0,
1.4703148603
]... |
5,116,461,876,025 | [
{
"stamp_ns": 5116461876025,
"track_id": 0,
"language_label": "lampshade",
"language_label_stamp_ns": 5116461876025,
"track_state": "ACTIVE",
"track_panel_score": 0.557028747,
"T_world_object": [
[
0.9847266078,
0.174107641,
0,
1.4693077803
],
... |
5,116,495,199,600 | [
{
"stamp_ns": 5116495199600,
"track_id": 0,
"language_label": "lampshade",
"language_label_stamp_ns": 5116495199600,
"track_state": "ACTIVE",
"track_panel_score": 0.5565782168,
"T_world_object": [
[
0.9848513007,
0.1734008789,
0,
1.4682694674
]... |
5,116,528,526,937 | [
{
"stamp_ns": 5116528526937,
"track_id": 0,
"language_label": "lampshade",
"language_label_stamp_ns": 5116528526937,
"track_state": "ACTIVE",
"track_panel_score": 0.5564186984,
"T_world_object": [
[
0.9847827554,
0.1737899929,
0,
1.467766881
],... |
5,116,561,854,275 | [
{
"stamp_ns": 5116561854275,
"track_id": 0,
"language_label": "lampshade",
"language_label_stamp_ns": 5116561854275,
"track_state": "ACTIVE",
"track_panel_score": 0.5568544844000001,
"T_world_object": [
[
0.9848061204,
0.1736574024,
0,
1.467117071200... |
End of preview.
No dataset card yet
- Downloads last month
- 5