The full dataset viewer is not available (click to read why). Only showing a preview of the rows.
Error code: DatasetGenerationCastError
Exception: DatasetGenerationCastError
Message: An error occurred while generating the dataset
All the data files must have the same columns, but at some point there are 5 new columns ({'x', 'time_ns', 'time_laptop_ns', 'z', 'y'}) and 7 missing columns ({'n_window_events', 'host_epoch_ns', 'n_recorded', 'cam_t_last_us', 'host_mono_ns', 'cam_t_first_us', 'n_overflows'}).
This happened while the csv dataset builder was generating data using
hf://datasets/AdamHines/Gardens-Point-Event/left/derived/accelerometer.csv (at revision c147ea8c9a95e9b501b98b6b383f270eddd7154b), ['hf://datasets/AdamHines/Gardens-Point-Event@c147ea8c9a95e9b501b98b6b383f270eddd7154b/left/camera_sync.csv', 'hf://datasets/AdamHines/Gardens-Point-Event@c147ea8c9a95e9b501b98b6b383f270eddd7154b/left/derived/accelerometer.csv', 'hf://datasets/AdamHines/Gardens-Point-Event@c147ea8c9a95e9b501b98b6b383f270eddd7154b/left/derived/accelerometeruncalibrated.csv', 'hf://datasets/AdamHines/Gardens-Point-Event@c147ea8c9a95e9b501b98b6b383f270eddd7154b/left/derived/frames.csv', 'hf://datasets/AdamHines/Gardens-Point-Event@c147ea8c9a95e9b501b98b6b383f270eddd7154b/left/derived/gps_interp.csv', 'hf://datasets/AdamHines/Gardens-Point-Event@c147ea8c9a95e9b501b98b6b383f270eddd7154b/left/derived/gyroscope.csv', 'hf://datasets/AdamHines/Gardens-Point-Event@c147ea8c9a95e9b501b98b6b383f270eddd7154b/left/derived/gyroscopeuncalibrated.csv', 'hf://datasets/AdamHines/Gardens-Point-Event@c147ea8c9a95e9b501b98b6b383f270eddd7154b/left/derived/location.csv', 'hf://datasets/AdamHines/Gardens-Point-Event@c147ea8c9a95e9b501b98b6b383f270eddd7154b/left/derived/orientation.csv', 'hf://datasets/AdamHines/Gardens-Point-Event@c147ea8c9a95e9b501b98b6b383f270eddd7154b/left/frames.zip', 'hf://datasets/AdamHines/Gardens-Point-Event@c147ea8c9a95e9b501b98b6b383f270eddd7154b/right/camera_sync.csv', 'hf://datasets/AdamHines/Gardens-Point-Event@c147ea8c9a95e9b501b98b6b383f270eddd7154b/right/derived/accelerometer.csv', 'hf://datasets/AdamHines/Gardens-Point-Event@c147ea8c9a95e9b501b98b6b383f270eddd7154b/right/derived/accelerometeruncalibrated.csv', 'hf://datasets/AdamHines/Gardens-Point-Event@c147ea8c9a95e9b501b98b6b383f270eddd7154b/right/derived/frames.csv', 'hf://datasets/AdamHines/Gardens-Point-Event@c147ea8c9a95e9b501b98b6b383f270eddd7154b/right/derived/gps_interp.csv', 'hf://datasets/AdamHines/Gardens-Point-Event@c147ea8c9a95e9b501b98b6b383f270eddd7154b/right/derived/gyroscope.csv', 'hf://datasets/AdamHines/Gardens-Point-Event@c147ea8c9a95e9b501b98b6b383f270eddd7154b/right/derived/gyroscopeuncalibrated.csv', 'hf://datasets/AdamHines/Gardens-Point-Event@c147ea8c9a95e9b501b98b6b383f270eddd7154b/right/derived/location.csv', 'hf://datasets/AdamHines/Gardens-Point-Event@c147ea8c9a95e9b501b98b6b383f270eddd7154b/right/derived/orientation.csv', 'hf://datasets/AdamHines/Gardens-Point-Event@c147ea8c9a95e9b501b98b6b383f270eddd7154b/right/frames.zip']
Please either edit the data files to have matching columns, or separate them into different configurations (see docs at https://hf.co/docs/hub/datasets-manual-configuration#multiple-configurations)
Traceback: Traceback (most recent call last):
File "/usr/local/lib/python3.14/site-packages/datasets/builder.py", line 1848, in _prepare_split_single
writer.write_table(table)
~~~~~~~~~~~~~~~~~~^^^^^^^
File "/usr/local/lib/python3.14/site-packages/datasets/arrow_writer.py", line 765, in write_table
self._write_table(pa_table, writer_batch_size=writer_batch_size)
~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.14/site-packages/datasets/arrow_writer.py", line 773, in _write_table
pa_table = table_cast(pa_table, self._schema)
File "/usr/local/lib/python3.14/site-packages/datasets/table.py", line 2378, in table_cast
return cast_table_to_schema(table, schema)
File "/usr/local/lib/python3.14/site-packages/datasets/table.py", line 2306, in cast_table_to_schema
raise CastError(
...<3 lines>...
)
datasets.table.CastError: Couldn't cast
time_ns: int64
time_laptop_ns: int64
z: double
y: double
x: double
-- schema metadata --
pandas: '{"index_columns": [{"kind": "range", "name": null, "start": 0, "' + 826
to
{'host_epoch_ns': Value('int64'), 'host_mono_ns': Value('int64'), 'cam_t_first_us': Value('int64'), 'cam_t_last_us': Value('int64'), 'n_window_events': Value('int64'), 'n_recorded': Value('int64'), 'n_overflows': Value('int64')}
because column names don't match
During handling of the above exception, another exception occurred:
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 1850, in _prepare_split_single
raise DatasetGenerationCastError.from_cast_error(
...<4 lines>...
)
datasets.exceptions.DatasetGenerationCastError: An error occurred while generating the dataset
All the data files must have the same columns, but at some point there are 5 new columns ({'x', 'time_ns', 'time_laptop_ns', 'z', 'y'}) and 7 missing columns ({'n_window_events', 'host_epoch_ns', 'n_recorded', 'cam_t_last_us', 'host_mono_ns', 'cam_t_first_us', 'n_overflows'}).
This happened while the csv dataset builder was generating data using
hf://datasets/AdamHines/Gardens-Point-Event/left/derived/accelerometer.csv (at revision c147ea8c9a95e9b501b98b6b383f270eddd7154b), ['hf://datasets/AdamHines/Gardens-Point-Event@c147ea8c9a95e9b501b98b6b383f270eddd7154b/left/camera_sync.csv', 'hf://datasets/AdamHines/Gardens-Point-Event@c147ea8c9a95e9b501b98b6b383f270eddd7154b/left/derived/accelerometer.csv', 'hf://datasets/AdamHines/Gardens-Point-Event@c147ea8c9a95e9b501b98b6b383f270eddd7154b/left/derived/accelerometeruncalibrated.csv', 'hf://datasets/AdamHines/Gardens-Point-Event@c147ea8c9a95e9b501b98b6b383f270eddd7154b/left/derived/frames.csv', 'hf://datasets/AdamHines/Gardens-Point-Event@c147ea8c9a95e9b501b98b6b383f270eddd7154b/left/derived/gps_interp.csv', 'hf://datasets/AdamHines/Gardens-Point-Event@c147ea8c9a95e9b501b98b6b383f270eddd7154b/left/derived/gyroscope.csv', 'hf://datasets/AdamHines/Gardens-Point-Event@c147ea8c9a95e9b501b98b6b383f270eddd7154b/left/derived/gyroscopeuncalibrated.csv', 'hf://datasets/AdamHines/Gardens-Point-Event@c147ea8c9a95e9b501b98b6b383f270eddd7154b/left/derived/location.csv', 'hf://datasets/AdamHines/Gardens-Point-Event@c147ea8c9a95e9b501b98b6b383f270eddd7154b/left/derived/orientation.csv', 'hf://datasets/AdamHines/Gardens-Point-Event@c147ea8c9a95e9b501b98b6b383f270eddd7154b/left/frames.zip', 'hf://datasets/AdamHines/Gardens-Point-Event@c147ea8c9a95e9b501b98b6b383f270eddd7154b/right/camera_sync.csv', 'hf://datasets/AdamHines/Gardens-Point-Event@c147ea8c9a95e9b501b98b6b383f270eddd7154b/right/derived/accelerometer.csv', 'hf://datasets/AdamHines/Gardens-Point-Event@c147ea8c9a95e9b501b98b6b383f270eddd7154b/right/derived/accelerometeruncalibrated.csv', 'hf://datasets/AdamHines/Gardens-Point-Event@c147ea8c9a95e9b501b98b6b383f270eddd7154b/right/derived/frames.csv', 'hf://datasets/AdamHines/Gardens-Point-Event@c147ea8c9a95e9b501b98b6b383f270eddd7154b/right/derived/gps_interp.csv', 'hf://datasets/AdamHines/Gardens-Point-Event@c147ea8c9a95e9b501b98b6b383f270eddd7154b/right/derived/gyroscope.csv', 'hf://datasets/AdamHines/Gardens-Point-Event@c147ea8c9a95e9b501b98b6b383f270eddd7154b/right/derived/gyroscopeuncalibrated.csv', 'hf://datasets/AdamHines/Gardens-Point-Event@c147ea8c9a95e9b501b98b6b383f270eddd7154b/right/derived/location.csv', 'hf://datasets/AdamHines/Gardens-Point-Event@c147ea8c9a95e9b501b98b6b383f270eddd7154b/right/derived/orientation.csv', 'hf://datasets/AdamHines/Gardens-Point-Event@c147ea8c9a95e9b501b98b6b383f270eddd7154b/right/frames.zip']
Please either edit the data files to have matching columns, or separate them into different configurations (see docs at https://hf.co/docs/hub/datasets-manual-configuration#multiple-configurations)Need help to make the dataset viewer work? Make sure to review how to configure the dataset viewer, and open a discussion for direct support.
host_epoch_ns int64 | host_mono_ns int64 | cam_t_first_us int64 | cam_t_last_us int64 | n_window_events int64 | n_recorded int64 | n_overflows int64 |
|---|---|---|---|---|---|---|
1,787,707,203,726,291,200 | 4,634,358,614,513 | 69,852 | 119,424 | 168 | 168 | 0 |
1,787,707,204,771,712,000 | 4,635,404,034,488 | 1,119,852 | 1,169,851 | 11,708 | 329,523 | 0 |
1,787,707,205,772,708,600 | 4,636,405,031,656 | 2,119,854 | 2,169,838 | 5,932 | 618,827 | 0 |
1,787,707,206,777,796,600 | 4,637,410,134,311 | 3,119,853 | 3,169,851 | 24,276 | 1,175,298 | 0 |
1,787,707,207,830,495,200 | 4,638,462,818,811 | 4,169,864 | 4,219,850 | 6,341 | 1,757,597 | 0 |
1,787,707,208,885,833,200 | 4,639,518,157,047 | 5,219,852 | 5,269,851 | 46,988 | 2,321,051 | 0 |
1,787,707,209,934,816,300 | 4,640,567,138,877 | 6,269,852 | 6,319,851 | 44,593 | 2,957,611 | 0 |
1,787,707,210,982,810,400 | 4,641,615,134,495 | 7,319,852 | 7,369,849 | 61,394 | 3,842,255 | 0 |
1,787,707,211,992,469,000 | 4,642,624,792,406 | 8,319,852 | 8,369,850 | 55,504 | 4,495,540 | 0 |
1,787,707,213,037,179,600 | 4,643,669,502,680 | 9,369,852 | 9,419,851 | 49,188 | 5,512,574 | 0 |
1,787,707,214,088,832,000 | 4,644,721,155,354 | 10,419,853 | 10,469,846 | 62,121 | 6,436,621 | 0 |
1,787,707,215,141,964,300 | 4,645,774,287,390 | 11,469,853 | 11,519,851 | 44,161 | 7,485,169 | 0 |
1,787,707,216,184,246,800 | 4,646,816,569,977 | 12,519,852 | 12,569,851 | 35,123 | 8,121,617 | 0 |
1,787,707,217,234,487,600 | 4,647,866,810,866 | 13,569,852 | 13,619,851 | 46,583 | 8,854,540 | 0 |
1,787,707,218,288,773,400 | 4,648,921,096,828 | 14,619,856 | 14,669,850 | 26,731 | 9,377,886 | 0 |
1,787,707,219,336,787,000 | 4,649,969,109,924 | 15,669,857 | 15,719,849 | 20,858 | 9,944,721 | 0 |
1,787,707,220,384,025,900 | 4,651,016,349,295 | 16,719,852 | 16,769,849 | 39,428 | 10,445,225 | 0 |
1,787,707,221,435,480,300 | 4,652,067,805,770 | 17,769,852 | 17,819,847 | 21,900 | 11,008,325 | 0 |
1,787,707,222,489,180,200 | 4,653,121,503,210 | 18,819,853 | 18,869,848 | 22,264 | 11,460,483 | 0 |
1,787,707,223,539,347,500 | 4,654,171,670,745 | 19,869,853 | 19,919,851 | 22,733 | 12,031,033 | 0 |
1,787,707,224,586,234,400 | 4,655,218,557,731 | 20,919,855 | 20,969,851 | 17,143 | 12,575,695 | 0 |
1,787,707,225,637,020,000 | 4,656,269,343,501 | 21,969,852 | 22,019,851 | 16,408 | 13,088,360 | 0 |
1,787,707,226,686,618,400 | 4,657,318,941,672 | 23,019,853 | 23,069,851 | 6,407 | 13,553,508 | 0 |
1,787,707,227,741,812,000 | 4,658,374,135,495 | 24,069,852 | 24,119,849 | 31,333 | 14,025,808 | 0 |
1,787,707,228,786,650,000 | 4,659,418,972,985 | 25,119,867 | 25,169,850 | 13,862 | 14,535,120 | 0 |
1,787,707,229,839,075,300 | 4,660,471,398,097 | 26,169,854 | 26,219,851 | 36,682 | 15,055,943 | 0 |
1,787,707,230,892,813,000 | 4,661,525,137,241 | 27,219,855 | 27,269,849 | 35,764 | 15,580,646 | 0 |
1,787,707,231,941,459,000 | 4,662,573,781,732 | 28,269,853 | 28,319,849 | 31,460 | 15,978,729 | 0 |
1,787,707,232,989,064,400 | 4,663,621,387,799 | 29,319,852 | 29,369,847 | 43,510 | 16,496,697 | 0 |
1,787,707,234,039,738,000 | 4,664,672,061,107 | 30,369,852 | 30,419,849 | 17,453 | 17,041,363 | 0 |
1,787,707,235,097,026,800 | 4,665,729,349,608 | 31,419,852 | 31,469,850 | 37,565 | 17,564,779 | 0 |
1,787,707,236,143,732,200 | 4,666,776,054,950 | 32,469,852 | 32,519,850 | 28,350 | 18,043,702 | 0 |
1,787,707,237,191,932,700 | 4,667,824,255,716 | 33,519,852 | 33,569,851 | 20,856 | 18,549,300 | 0 |
1,787,707,238,242,306,000 | 4,668,874,628,902 | 34,569,853 | 34,619,848 | 22,141 | 19,208,076 | 0 |
1,787,707,239,291,799,800 | 4,669,924,122,973 | 35,619,852 | 35,669,849 | 13,171 | 19,658,406 | 0 |
1,787,707,240,346,286,800 | 4,670,978,610,024 | 36,669,854 | 36,719,850 | 34,222 | 20,235,845 | 0 |
1,787,707,241,392,825,600 | 4,672,025,148,230 | 37,719,860 | 37,769,851 | 25,965 | 20,794,233 | 0 |
1,787,707,242,444,103,200 | 4,673,076,426,474 | 38,769,876 | 38,819,851 | 21,876 | 21,286,085 | 0 |
1,787,707,243,497,639,000 | 4,674,129,962,317 | 39,819,853 | 39,869,850 | 23,973 | 21,817,192 | 0 |
1,787,707,244,553,114,400 | 4,675,185,437,854 | 40,869,852 | 40,919,851 | 74,307 | 22,565,774 | 0 |
1,787,707,245,597,764,000 | 4,676,230,087,192 | 41,919,852 | 41,969,851 | 20,233 | 23,327,027 | 0 |
1,787,707,246,649,771,300 | 4,677,282,094,512 | 42,969,852 | 43,019,848 | 31,587 | 24,296,221 | 0 |
1,787,707,247,696,536,300 | 4,678,328,859,661 | 44,019,855 | 44,069,849 | 7,998 | 24,780,627 | 0 |
1,787,707,248,749,229,800 | 4,679,381,553,137 | 45,069,852 | 45,119,851 | 45,817 | 25,336,984 | 0 |
1,787,707,249,798,064,600 | 4,680,430,387,630 | 46,119,854 | 46,169,846 | 29,185 | 26,042,207 | 0 |
1,787,707,250,848,975,000 | 4,681,481,298,392 | 47,169,852 | 47,219,851 | 61,853 | 26,715,738 | 0 |
1,787,707,251,912,155,600 | 4,682,544,478,894 | 48,219,852 | 48,269,851 | 100,109 | 27,818,435 | 0 |
1,787,707,252,957,851,400 | 4,683,590,174,871 | 49,269,852 | 49,319,851 | 91,643 | 29,046,487 | 0 |
1,787,707,254,003,838,500 | 4,684,636,161,856 | 50,319,852 | 50,369,851 | 50,025 | 30,104,434 | 0 |
1,787,707,255,054,155,300 | 4,685,686,478,739 | 51,369,852 | 51,419,850 | 34,950 | 31,080,402 | 0 |
1,787,707,256,106,753,300 | 4,686,739,076,477 | 52,419,853 | 52,469,851 | 53,700 | 31,947,493 | 0 |
1,787,707,257,160,186,600 | 4,687,792,509,596 | 53,469,852 | 53,519,851 | 18,861 | 32,845,648 | 0 |
1,787,707,258,203,817,700 | 4,688,836,141,158 | 54,519,854 | 54,569,851 | 34,563 | 33,792,627 | 0 |
1,787,707,259,254,714,400 | 4,689,887,037,106 | 55,569,853 | 55,619,850 | 52,453 | 34,787,222 | 0 |
1,787,707,260,312,480,300 | 4,690,944,803,690 | 56,619,852 | 56,669,849 | 62,568 | 35,673,723 | 0 |
1,787,707,261,359,519,200 | 4,691,991,842,536 | 57,669,852 | 57,719,851 | 46,834 | 36,411,061 | 0 |
1,787,707,262,405,042,700 | 4,693,037,366,064 | 58,719,853 | 58,769,849 | 41,542 | 37,203,544 | 0 |
1,787,707,263,455,726,600 | 4,694,088,049,584 | 59,769,852 | 59,819,850 | 48,679 | 38,077,098 | 0 |
1,787,707,264,510,317,000 | 4,695,142,640,949 | 60,819,852 | 60,869,851 | 52,532 | 38,646,289 | 0 |
1,787,707,265,560,191,700 | 4,696,192,514,942 | 61,869,852 | 61,919,851 | 54,047 | 39,532,250 | 0 |
1,787,707,266,607,563,300 | 4,697,239,887,078 | 62,919,855 | 62,969,851 | 61,497 | 40,207,334 | 0 |
1,787,707,267,655,673,300 | 4,698,287,995,890 | 63,969,852 | 64,019,847 | 26,511 | 40,850,259 | 0 |
1,787,707,268,709,773,600 | 4,699,342,096,659 | 65,019,856 | 65,069,849 | 30,832 | 41,376,765 | 0 |
1,787,707,269,759,380,700 | 4,700,391,704,126 | 66,069,852 | 66,119,849 | 27,099 | 41,948,950 | 0 |
1,787,707,270,806,281,700 | 4,701,438,605,326 | 67,119,854 | 67,169,850 | 20,062 | 42,515,054 | 0 |
1,787,707,271,866,279,700 | 4,702,498,602,940 | 68,169,854 | 68,219,851 | 70,709 | 43,277,254 | 0 |
1,787,707,272,914,973,000 | 4,703,547,295,967 | 69,219,853 | 69,269,850 | 60,730 | 44,216,448 | 0 |
1,787,707,273,965,119,500 | 4,704,597,442,556 | 70,269,852 | 70,319,851 | 80,220 | 45,199,385 | 0 |
1,787,707,275,016,965,400 | 4,705,649,288,471 | 71,319,854 | 71,369,851 | 80,405 | 46,276,174 | 0 |
1,787,707,276,065,179,000 | 4,706,697,501,455 | 72,369,854 | 72,419,851 | 80,867 | 47,391,843 | 0 |
1,787,707,277,120,065,500 | 4,707,752,388,462 | 73,419,852 | 73,469,850 | 89,651 | 48,622,397 | 0 |
1,787,707,278,168,497,700 | 4,708,800,820,517 | 74,469,852 | 74,519,851 | 72,052 | 50,122,293 | 0 |
1,787,707,279,217,858,000 | 4,709,850,181,442 | 75,519,852 | 75,569,851 | 75,557 | 51,684,145 | 0 |
1,787,707,280,265,744,600 | 4,710,898,067,594 | 76,569,852 | 76,619,850 | 35,237 | 52,738,059 | 0 |
1,787,707,281,316,921,000 | 4,711,949,244,368 | 77,619,852 | 77,669,851 | 48,587 | 53,601,212 | 0 |
1,787,707,282,366,856,400 | 4,712,999,179,200 | 78,669,852 | 78,719,851 | 33,311 | 54,440,659 | 0 |
1,787,707,283,412,064,000 | 4,714,044,386,973 | 79,719,852 | 79,769,849 | 16,134 | 55,220,473 | 0 |
1,787,707,284,461,983,500 | 4,715,094,306,390 | 80,769,852 | 80,819,851 | 42,261 | 55,887,662 | 0 |
1,787,707,285,516,879,600 | 4,716,149,202,524 | 81,819,852 | 81,869,851 | 20,300 | 56,682,690 | 0 |
1,787,707,286,565,854,000 | 4,717,198,177,010 | 82,869,852 | 82,919,850 | 38,116 | 57,392,530 | 0 |
1,787,707,287,612,635,100 | 4,718,244,958,490 | 83,919,853 | 83,969,851 | 15,635 | 58,062,977 | 0 |
1,787,707,288,662,949,000 | 4,719,295,272,304 | 84,969,852 | 85,019,849 | 17,619 | 58,668,449 | 0 |
1,787,707,289,718,267,400 | 4,720,350,590,582 | 86,019,856 | 86,069,851 | 48,747 | 59,359,411 | 0 |
1,787,707,290,767,092,700 | 4,721,399,415,776 | 87,069,852 | 87,119,851 | 26,564 | 60,119,278 | 0 |
1,787,707,291,814,362,600 | 4,722,446,685,418 | 88,119,853 | 88,169,848 | 16,693 | 60,763,060 | 0 |
1,787,707,292,864,879,900 | 4,723,497,202,786 | 89,169,852 | 89,219,849 | 40,455 | 61,451,272 | 0 |
1,787,707,293,916,263,700 | 4,724,548,586,654 | 90,219,853 | 90,269,851 | 31,917 | 61,907,318 | 0 |
1,787,707,294,968,423,700 | 4,725,600,747,118 | 91,269,852 | 91,319,851 | 38,412 | 62,644,977 | 0 |
1,787,707,296,016,890,000 | 4,726,649,213,522 | 92,319,857 | 92,369,850 | 36,552 | 63,451,171 | 0 |
1,787,707,297,066,283,500 | 4,727,698,607,833 | 93,369,853 | 93,419,851 | 30,938 | 64,222,626 | 0 |
1,787,707,298,121,190,100 | 4,728,753,513,824 | 94,419,852 | 94,469,851 | 36,799 | 65,061,214 | 0 |
1,787,707,299,172,193,300 | 4,729,804,515,842 | 95,469,852 | 95,519,850 | 34,646 | 66,093,403 | 0 |
1,787,707,300,221,231,400 | 4,730,853,554,705 | 96,519,852 | 96,569,851 | 41,304 | 67,124,804 | 0 |
1,787,707,301,271,347,500 | 4,731,903,670,802 | 97,569,853 | 97,619,846 | 55,099 | 68,111,709 | 0 |
1,787,707,302,320,812,000 | 4,732,953,135,590 | 98,619,855 | 98,669,847 | 21,756 | 69,059,115 | 0 |
1,787,707,303,372,368,400 | 4,734,004,692,054 | 99,669,853 | 99,719,851 | 52,589 | 69,907,849 | 0 |
1,787,707,304,417,620,500 | 4,735,049,943,519 | 100,719,852 | 100,769,851 | 48,825 | 70,616,771 | 0 |
1,787,707,305,468,302,300 | 4,736,100,625,778 | 101,769,853 | 101,819,850 | 47,330 | 71,555,632 | 0 |
1,787,707,306,526,388,200 | 4,737,158,714,111 | 102,819,855 | 102,869,851 | 42,118 | 72,500,937 | 0 |
1,787,707,307,572,790,300 | 4,738,205,114,388 | 103,869,853 | 103,919,850 | 61,618 | 73,467,491 | 0 |
Gardens Point Event Dataset for viewpoint variant localization
This repository contains the datasets for the Gardens Point Event Dataset, consisting of two walking traverses of the same route with a severe left and right viewpoint shift.
The dataset was captured with an iniVation DAVIS346 event camera mounted to a handheld gimble with an iPhone 16 recording RGB frames and providing GPS ground truth positioning.
Dataset structure
The dataset has the following structure:
Gardens-Point-Event/
βββ left/
| βββ derived/
| | βββ gps_interp.csv
| | βββ sync.json
| βββ camera_sync.csv
| βββ frames.zip
| βββ phone.jsonl
| βββ left.hdf5
| βββ session.json
|
βββ right/
| βββ derived/
| | βββ gps_interp.csv
| | βββ sync.json
| βββ camera_sync.csv
| βββ frames.zip
| βββ phone.jsonl
| βββ right.hdf5
| βββ session.json
The .hdf5 files contain the raw event stream from the DAVIS346, where the derived/gps_interp.csv contains the interpolated ground truth from the camera sync. frames.zip
contains RGB .jpg images from the iPhone camera taken at 1Hz, which can be used for further alignment.
session.json contains metadata about the recordings.
- Downloads last month
- 2