Update README.md
#3
by
INTOTHEMILD
- opened
README.md
CHANGED
@@ -20,7 +20,7 @@ GS2E addresses this gap by synthesizing event data from sparse, static RGB image
|
|
20 |
|
21 |
The dataset includes:
|
22 |
|
23 |
-
|
24 |
<!-- * **21 multi-view event sequences** across **7 scenes** and **3 blur levels** (slight/medium/severe) -->
|
25 |
* Per-frame photorealistic RGB renderings (clean and motion-blurred)
|
26 |
* Ground truth camera poses
|
@@ -43,7 +43,7 @@ This synthetic event dataset is organized by scene, with each scene directory co
|
|
43 |
|-----------------------------|---------------------------|------------------------------------------------------|
|
44 |
| `images/` | RGB image sequence | Sharp, high-resolution ground truth RGB frames |
|
45 |
| `images_blur_<level>/` | Blurred RGB image sequence| Images with different degrees of artificial blur |
|
46 |
-
| `sparse/` | COLMAP sparse model | Contains `cameras.
|
47 |
| `events.h5` | Event data (HDF5) | Compressed event stream as (t, x, y, p) |
|
48 |
|
49 |
- The `events.h5` file stores events in the format:
|
|
|
20 |
|
21 |
The dataset includes:
|
22 |
|
23 |
+
**21 distinct scenes**, each with **3** corresponding event sequences under **varying blur levels** (slight, medium, and severe)
|
24 |
<!-- * **21 multi-view event sequences** across **7 scenes** and **3 blur levels** (slight/medium/severe) -->
|
25 |
* Per-frame photorealistic RGB renderings (clean and motion-blurred)
|
26 |
* Ground truth camera poses
|
|
|
43 |
|-----------------------------|---------------------------|------------------------------------------------------|
|
44 |
| `images/` | RGB image sequence | Sharp, high-resolution ground truth RGB frames |
|
45 |
| `images_blur_<level>/` | Blurred RGB image sequence| Images with different degrees of artificial blur |
|
46 |
+
| `sparse/` | COLMAP sparse model | Contains `cameras.bin`, `images.bin`, `points3D.bin` |
|
47 |
| `events.h5` | Event data (HDF5) | Compressed event stream as (t, x, y, p) |
|
48 |
|
49 |
- The `events.h5` file stores events in the format:
|