Rshnn commited on
Commit
0a0bd83
·
verified ·
1 Parent(s): 930c554

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -61,7 +61,7 @@ tags:
61
  ## Description
62
 
63
  - **Synthetic datasets (KITTI & SPAC).** Event streams are partitioned into contiguous windows of Δt = 0.1 s (10^8 ns per segment) and stored in `.npz` files. The `merge_data` directory contains background–rain composites, while `raw_data` contains background-only events. Each `.npz` stores the arrays `['x', 'y', 't', 'p']`.
64
- - **EVK4 recordings (artificial rain & real-world).** Raw `.raw` event streams are converted to `.npz` and segmented into Δt = 0.1 s (10^5 μs per segment), with the same keys `['x', 'y', 't', 'p']`. For the artificial-rain subset, labels are generated using a K-Nearest Neighbors (KNN) procedure: background events in rainy sequences are identified via spatiotemporal alignment with corresponding rain-free data. Label files are provided in `.npy` format.
65
 
66
  ## Dataset Structure
67
 
 
61
  ## Description
62
 
63
  - **Synthetic datasets (KITTI & SPAC).** Event streams are partitioned into contiguous windows of Δt = 0.1 s (10^8 ns per segment) and stored in `.npz` files. The `merge_data` directory contains background–rain composites, while `raw_data` contains background-only events. Each `.npz` stores the arrays `['x', 'y', 't', 'p']`.
64
+ - **Prophesee EVK4 recordings (artificial rain & real-world).** Raw `.raw` event streams are converted to `.npz` and segmented into Δt = 0.1 s (10^5 μs per segment), with the same keys `['x', 'y', 't', 'p']`. For the artificial-rain subset, labels are generated using a K-Nearest Neighbors (KNN) procedure: background events in rainy sequences are identified via spatiotemporal alignment with corresponding rain-free data. Label files are provided in `.npy` format.
65
 
66
  ## Dataset Structure
67