Datasets:
Add task category and link to paper
#1
by nielsr HF Staff - opened
README.md
CHANGED
|
@@ -1,22 +1,24 @@
|
|
| 1 |
---
|
| 2 |
-
license: cc-by-nc-4.0
|
| 3 |
-
tags:
|
| 4 |
-
- 3d-object-detection
|
| 5 |
-
- incremental-learning
|
| 6 |
-
- point-cloud
|
| 7 |
-
- scannet
|
| 8 |
-
- sunrgbd
|
| 9 |
annotations_creators:
|
| 10 |
-
|
| 11 |
language: []
|
|
|
|
| 12 |
pretty_name: LDMR dataset metadata (ScanNetV2 + SUN RGB-D annotation indices)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 13 |
---
|
| 14 |
|
| 15 |
# LDMR — dataset metadata
|
| 16 |
|
| 17 |
Annotation-index files (`.pkl`) for
|
| 18 |
|
| 19 |
-
> **Breaking the Model Forgetting Cycle in Long-Incremental 3D Object Detection**
|
| 20 |
> Peisheng Qian, Jie Xu, Xulei Yang, Na Zhao
|
| 21 |
> *European Conference on Computer Vision (ECCV), 2026*
|
| 22 |
|
|
@@ -116,4 +118,4 @@ which you accept with their respective providers. Non-commercial use only.
|
|
| 116 |
}
|
| 117 |
```
|
| 118 |
|
| 119 |
-
Please also cite ScanNet and SUN RGB-D if you use these files.
|
|
|
|
| 1 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 2 |
annotations_creators:
|
| 3 |
+
- found
|
| 4 |
language: []
|
| 5 |
+
license: cc-by-nc-4.0
|
| 6 |
pretty_name: LDMR dataset metadata (ScanNetV2 + SUN RGB-D annotation indices)
|
| 7 |
+
task_categories:
|
| 8 |
+
- object-detection
|
| 9 |
+
tags:
|
| 10 |
+
- 3d-object-detection
|
| 11 |
+
- incremental-learning
|
| 12 |
+
- point-cloud
|
| 13 |
+
- scannet
|
| 14 |
+
- sunrgbd
|
| 15 |
---
|
| 16 |
|
| 17 |
# LDMR — dataset metadata
|
| 18 |
|
| 19 |
Annotation-index files (`.pkl`) for
|
| 20 |
|
| 21 |
+
> **[Breaking the Model Forgetting Cycle in Long-Incremental 3D Object Detection](https://huggingface.co/papers/2607.14560)**
|
| 22 |
> Peisheng Qian, Jie Xu, Xulei Yang, Na Zhao
|
| 23 |
> *European Conference on Computer Vision (ECCV), 2026*
|
| 24 |
|
|
|
|
| 118 |
}
|
| 119 |
```
|
| 120 |
|
| 121 |
+
Please also cite ScanNet and SUN RGB-D if you use these files.
|