Dataset Preview
Duplicate
The full dataset viewer is not available (click to read why). Only showing a preview of the rows.
The dataset generation failed because of a cast error
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 1 new columns ({'CH3'}) and 1 missing columns ({'CH4'}).

This happened while the csv dataset builder was generating data using

zip://12GHz/sample_vtx_1.csv::/tmp/hf-datasets-cache/medium/datasets/20676853442371-config-parquet-and-info-lll-a-p-fpv-drone-detecti-7f93f24b/hub/datasets--lll-a-p--fpv-drone-detection-dataset/snapshots/a9326473a6316d9fddaa9589042e42981c0a9af0/12GHz.zip, [/tmp/hf-datasets-cache/medium/datasets/20676853442371-config-parquet-and-info-lll-a-p-fpv-drone-detecti-7f93f24b/hub/datasets--lll-a-p--fpv-drone-detection-dataset/snapshots/a9326473a6316d9fddaa9589042e42981c0a9af0/12GHz.zip (origin=hf://datasets/lll-a-p/fpv-drone-detection-dataset@a9326473a6316d9fddaa9589042e42981c0a9af0/12GHz.zip), /tmp/hf-datasets-cache/medium/datasets/20676853442371-config-parquet-and-info-lll-a-p-fpv-drone-detecti-7f93f24b/hub/datasets--lll-a-p--fpv-drone-detection-dataset/snapshots/a9326473a6316d9fddaa9589042e42981c0a9af0/33GHz.zip (origin=hf://datasets/lll-a-p/fpv-drone-detection-dataset@a9326473a6316d9fddaa9589042e42981c0a9af0/33GHz.zip), /tmp/hf-datasets-cache/medium/datasets/20676853442371-config-parquet-and-info-lll-a-p-fpv-drone-detecti-7f93f24b/hub/datasets--lll-a-p--fpv-drone-detection-dataset/snapshots/a9326473a6316d9fddaa9589042e42981c0a9af0/58GHz.zip (origin=hf://datasets/lll-a-p/fpv-drone-detection-dataset@a9326473a6316d9fddaa9589042e42981c0a9af0/58GHz.zip), /tmp/hf-datasets-cache/medium/datasets/20676853442371-config-parquet-and-info-lll-a-p-fpv-drone-detecti-7f93f24b/hub/datasets--lll-a-p--fpv-drone-detection-dataset/snapshots/a9326473a6316d9fddaa9589042e42981c0a9af0/dataset_index.csv (origin=hf://datasets/lll-a-p/fpv-drone-detection-dataset@a9326473a6316d9fddaa9589042e42981c0a9af0/dataset_index.csv), /tmp/hf-datasets-cache/medium/datasets/20676853442371-config-parquet-and-info-lll-a-p-fpv-drone-detecti-7f93f24b/hub/datasets--lll-a-p--fpv-drone-detection-dataset/snapshots/a9326473a6316d9fddaa9589042e42981c0a9af0/imgs.zip (origin=hf://datasets/lll-a-p/fpv-drone-detection-dataset@a9326473a6316d9fddaa9589042e42981c0a9af0/imgs.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.12/site-packages/datasets/builder.py", line 1800, in _prepare_split_single
                  writer.write_table(table)
                File "/usr/local/lib/python3.12/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.12/site-packages/datasets/arrow_writer.py", line 773, in _write_table
                  pa_table = table_cast(pa_table, self._schema)
                             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
                File "/usr/local/lib/python3.12/site-packages/datasets/table.py", line 2321, in table_cast
                  return cast_table_to_schema(table, schema)
                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
                File "/usr/local/lib/python3.12/site-packages/datasets/table.py", line 2249, in cast_table_to_schema
                  raise CastError(
              datasets.table.CastError: Couldn't cast
              Source: string
              CH3: string
              -- schema metadata --
              pandas: '{"index_columns": [{"kind": "range", "name": null, "start": 0, "' + 481
              to
              {'Source': Value('string'), 'CH4': Value('string')}
              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 1347, in compute_config_parquet_and_info_response
                  parquet_operations = convert_to_parquet(builder)
                                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^
                File "/src/services/worker/src/worker/job_runners/config/parquet_and_info.py", line 980, in convert_to_parquet
                  builder.download_and_prepare(
                File "/usr/local/lib/python3.12/site-packages/datasets/builder.py", line 882, in download_and_prepare
                  self._download_and_prepare(
                File "/usr/local/lib/python3.12/site-packages/datasets/builder.py", line 943, in _download_and_prepare
                  self._prepare_split(split_generator, **prepare_split_kwargs)
                File "/usr/local/lib/python3.12/site-packages/datasets/builder.py", line 1646, in _prepare_split
                  for job_id, done, content in self._prepare_split_single(
                                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
                File "/usr/local/lib/python3.12/site-packages/datasets/builder.py", line 1802, in _prepare_split_single
                  raise DatasetGenerationCastError.from_cast_error(
              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 1 new columns ({'CH3'}) and 1 missing columns ({'CH4'}).
              
              This happened while the csv dataset builder was generating data using
              
              zip://12GHz/sample_vtx_1.csv::/tmp/hf-datasets-cache/medium/datasets/20676853442371-config-parquet-and-info-lll-a-p-fpv-drone-detecti-7f93f24b/hub/datasets--lll-a-p--fpv-drone-detection-dataset/snapshots/a9326473a6316d9fddaa9589042e42981c0a9af0/12GHz.zip, [/tmp/hf-datasets-cache/medium/datasets/20676853442371-config-parquet-and-info-lll-a-p-fpv-drone-detecti-7f93f24b/hub/datasets--lll-a-p--fpv-drone-detection-dataset/snapshots/a9326473a6316d9fddaa9589042e42981c0a9af0/12GHz.zip (origin=hf://datasets/lll-a-p/fpv-drone-detection-dataset@a9326473a6316d9fddaa9589042e42981c0a9af0/12GHz.zip), /tmp/hf-datasets-cache/medium/datasets/20676853442371-config-parquet-and-info-lll-a-p-fpv-drone-detecti-7f93f24b/hub/datasets--lll-a-p--fpv-drone-detection-dataset/snapshots/a9326473a6316d9fddaa9589042e42981c0a9af0/33GHz.zip (origin=hf://datasets/lll-a-p/fpv-drone-detection-dataset@a9326473a6316d9fddaa9589042e42981c0a9af0/33GHz.zip), /tmp/hf-datasets-cache/medium/datasets/20676853442371-config-parquet-and-info-lll-a-p-fpv-drone-detecti-7f93f24b/hub/datasets--lll-a-p--fpv-drone-detection-dataset/snapshots/a9326473a6316d9fddaa9589042e42981c0a9af0/58GHz.zip (origin=hf://datasets/lll-a-p/fpv-drone-detection-dataset@a9326473a6316d9fddaa9589042e42981c0a9af0/58GHz.zip), /tmp/hf-datasets-cache/medium/datasets/20676853442371-config-parquet-and-info-lll-a-p-fpv-drone-detecti-7f93f24b/hub/datasets--lll-a-p--fpv-drone-detection-dataset/snapshots/a9326473a6316d9fddaa9589042e42981c0a9af0/dataset_index.csv (origin=hf://datasets/lll-a-p/fpv-drone-detection-dataset@a9326473a6316d9fddaa9589042e42981c0a9af0/dataset_index.csv), /tmp/hf-datasets-cache/medium/datasets/20676853442371-config-parquet-and-info-lll-a-p-fpv-drone-detecti-7f93f24b/hub/datasets--lll-a-p--fpv-drone-detection-dataset/snapshots/a9326473a6316d9fddaa9589042e42981c0a9af0/imgs.zip (origin=hf://datasets/lll-a-p/fpv-drone-detection-dataset@a9326473a6316d9fddaa9589042e42981c0a9af0/imgs.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.

Source
string
CH4
string
Second
Value
-1.0040000000E-01
+1.091667E+00
-1.0039980000E-01
+1.091667E+00
-1.0039960000E-01
+1.225000E+00
-1.0039940000E-01
+1.091667E+00
-1.0039920000E-01
+1.208333E+00
-1.0039900000E-01
+1.091667E+00
-1.0039880000E-01
+1.241667E+00
-1.0039860000E-01
+1.241667E+00
-1.0039840000E-01
+1.058333E+00
-1.0039820000E-01
+1.075000E+00
-1.0039800000E-01
+1.225000E+00
-1.0039780000E-01
+1.208333E+00
-1.0039760000E-01
+1.091667E+00
-1.0039740000E-01
+1.191667E+00
-1.0039720000E-01
+1.091667E+00
-1.0039700000E-01
+1.208333E+00
-1.0039680000E-01
+1.075000E+00
-1.0039660000E-01
+1.108333E+00
-1.0039640000E-01
+1.225000E+00
-1.0039620000E-01
+1.058333E+00
-1.0039600000E-01
+1.225000E+00
-1.0039580000E-01
+1.108333E+00
-1.0039560000E-01
+1.208333E+00
-1.0039540000E-01
+1.091667E+00
-1.0039520000E-01
+1.191667E+00
-1.0039500000E-01
+1.108333E+00
-1.0039480000E-01
+1.208333E+00
-1.0039460000E-01
+1.091667E+00
-1.0039440000E-01
+1.225000E+00
-1.0039420000E-01
+1.075000E+00
-1.0039400000E-01
+1.225000E+00
-1.0039380000E-01
+1.075000E+00
-1.0039360000E-01
+1.225000E+00
-1.0039340000E-01
+1.091667E+00
-1.0039320000E-01
+1.208333E+00
-1.0039300000E-01
+1.091667E+00
-1.0039280000E-01
+1.225000E+00
-1.0039260000E-01
+1.225000E+00
-1.0039240000E-01
+1.075000E+00
-1.0039220000E-01
+1.091667E+00
-1.0039200000E-01
+1.208333E+00
-1.0039180000E-01
+1.108333E+00
-1.0039160000E-01
+1.191667E+00
-1.0039140000E-01
+1.225000E+00
-1.0039120000E-01
+1.075000E+00
-1.0039100000E-01
+1.058333E+00
-1.0039080000E-01
+1.225000E+00
-1.0039060000E-01
+1.208333E+00
-1.0039040000E-01
+1.091667E+00
-1.0039020000E-01
+1.091667E+00
-1.0039000000E-01
+1.208333E+00
-1.0038980000E-01
+1.091667E+00
-1.0038960000E-01
+1.208333E+00
-1.0038940000E-01
+1.191667E+00
-1.0038920000E-01
+1.091667E+00
-1.0038900000E-01
+1.241667E+00
-1.0038880000E-01
+1.058333E+00
-1.0038860000E-01
+1.191667E+00
-1.0038840000E-01
+1.091667E+00
-1.0038820000E-01
+1.091667E+00
-1.0038800000E-01
+1.208333E+00
-1.0038780000E-01
+1.191667E+00
-1.0038760000E-01
+1.108333E+00
-1.0038740000E-01
+1.058333E+00
-1.0038720000E-01
+1.241667E+00
-1.0038700000E-01
+1.225000E+00
-1.0038680000E-01
+1.091667E+00
-1.0038660000E-01
+1.208333E+00
-1.0038640000E-01
+1.075000E+00
-1.0038620000E-01
+1.208333E+00
-1.0038600000E-01
+1.075000E+00
-1.0038580000E-01
+1.191667E+00
-1.0038560000E-01
+1.108333E+00
-1.0038540000E-01
+1.091667E+00
-1.0038520000E-01
+1.208333E+00
-1.0038500000E-01
+1.208333E+00
-1.0038480000E-01
+1.091667E+00
-1.0038460000E-01
+1.208333E+00
-1.0038440000E-01
+1.075000E+00
-1.0038420000E-01
+1.091667E+00
-1.0038400000E-01
+1.208333E+00
-1.0038380000E-01
+1.208333E+00
-1.0038360000E-01
+1.058333E+00
-1.0038340000E-01
+1.208333E+00
-1.0038320000E-01
+1.075000E+00
-1.0038300000E-01
+1.241667E+00
-1.0038280000E-01
+1.091667E+00
-1.0038260000E-01
+1.208333E+00
-1.0038240000E-01
+1.108333E+00
-1.0038220000E-01
+1.091667E+00
-1.0038200000E-01
+1.241667E+00
-1.0038180000E-01
+1.091667E+00
-1.0038160000E-01
+1.208333E+00
-1.0038140000E-01
+1.208333E+00
-1.0038120000E-01
+1.091667E+00
-1.0038100000E-01
+1.208333E+00
-1.0038080000E-01
+1.091667E+00
-1.0038060000E-01
+1.108333E+00
-1.0038040000E-01
+1.208333E+00
End of preview.

FPV Analog Video Signal Dataset for Real-time Detection

Description

This dataset contains captured analog CVBS (Color, Video, Blanking, and Sync) signals from FPV drones, specifically NTSC standard. The data was collected to support the development of signal processing algorithms for resource-constrained embedded systems (ESP32 and STM32).

Dataset Structure

The dataset is provided as a master index file and several compressed archives containing raw CSV signal data.

1. dataset_index.csv

The metadata file containing the following columns:

  • idx: Sample identifier.
  • freq_ghz: The carrier frequency band (1.2, 3.3, or 5.8 GHz).
  • category: Classification label (clos, degraded, non_reconstructible, noise_floor, interference).
  • img_path: Path to the visual spectrogram/time-domain plot (found in imgs.zip).
  • csv_vtx_path: Path to the source signal (Transmitter side).
  • csv_vrx_path: Path to the captured signal (Receiver side).

2. Data Archives

  • 12GHz.zip: Captures from the 1.2 GHz frequency band.
  • 33GHz.zip: Captures from the 3.3 GHz frequency band.
  • 58GHz.zip: Captures from the 5.8 GHz frequency band.
  • imgs.zip: Supporting JPG visualizations for each sample.

Acquisition Setup

  • Hardware: Custom RF front-end connected to Osciloscope.
  • Sampling Rates: 5MSps
  • Signal Conditions: Range from Clear Line of Sight (CLOS) to signals buried in the noise floor ($SNR < 0 \text{ dB}$).

Usage

To use the dataset with the provided paths in the CSV index, extract the archives into a data/ directory:

mkdir data
unzip 12GHz.zip -d ./data/12GHz/
unzip 33GHz.zip -d ./data/33GHz/
unzip 58GHz.zip -d ./data/58GHz/
unzip imgs.zip -d ./data/imgs/
Downloads last month
70