Create README.md
Browse files
README.md
ADDED
|
@@ -0,0 +1,23 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# EgoDynamic4D Dataset from AAAI 2026 paper: [Understanding Dynamic Scenes in Egocentric 4D Point Clouds](https://arxiv.org/abs/2508.07251)
|
| 2 |
+
|
| 3 |
+
🚀 **EgoDynamic4D dataset is coming soon.**
|
| 4 |
+
|
| 5 |
+
This repository hosts the official release of **EgoDynamic4D**, a large-scale egocentric **4D dynamic scene understanding** benchmark introduced in our AAAI 2026 paper:
|
| 6 |
+
|
| 7 |
+
> **Understanding Dynamic Scenes in Egocentric 4D Point Clouds**
|
| 8 |
+
|
| 9 |
+
---
|
| 10 |
+
|
| 11 |
+
## About the Dataset
|
| 12 |
+
|
| 13 |
+
**EgoDynamic4D** is a question answering (QA) benchmark designed for fine-grained **spatio-temporal reasoning** in egocentric dynamic scenes.
|
| 14 |
+
|
| 15 |
+
The dataset includes:
|
| 16 |
+
|
| 17 |
+
* Egocentric RGB-D videos
|
| 18 |
+
* Camera poses
|
| 19 |
+
* Globally unique instance masks
|
| 20 |
+
* 4D bounding boxes over time
|
| 21 |
+
* Large-scale QA annotations for dynamic reasoning tasks
|
| 22 |
+
|
| 23 |
+
The dataset is constructed based on existing egocentric 4D resources, building upon **ADT and THUD++**. Our main contribution lies in the **large-scale, task-driven QA annotations**, which enable fine-grained spatio-temporal reasoning in dynamic egocentric scenes.
|