Add pipeline tag and paper link
Browse filesHi! This PR improves the model card by adding the standard `pipeline_tag: object-detection` to the YAML metadata. This helps users discover your 3D object detection models more easily on the Hub. I have also added a direct link to the arXiv paper at the top of the README.
README.md
CHANGED
|
@@ -1,15 +1,16 @@
|
|
| 1 |
---
|
|
|
|
|
|
|
| 2 |
license: cc-by-nc-4.0
|
|
|
|
| 3 |
tags:
|
| 4 |
-
|
| 5 |
-
|
| 6 |
-
|
| 7 |
-
|
| 8 |
-
|
| 9 |
-
|
| 10 |
-
|
| 11 |
-
datasets:
|
| 12 |
-
- Peisheng/LDMR-data
|
| 13 |
---
|
| 14 |
|
| 15 |
# LDMR — Breaking the Model Forgetting Cycle in Long-Incremental 3D Object Detection
|
|
@@ -20,7 +21,7 @@ Per-stage checkpoints for
|
|
| 20 |
> Peisheng Qian, Jie Xu, Xulei Yang, Na Zhao
|
| 21 |
> *European Conference on Computer Vision (ECCV), 2026*
|
| 22 |
|
| 23 |
-
Code: <https://github.com/qianpeisheng/LDMR> · Dataset metadata: [Peisheng/LDMR-data](https://huggingface.co/datasets/Peisheng/LDMR-data)
|
| 24 |
|
| 25 |
Incremental 3D object detection must learn new object classes while remembering
|
| 26 |
old ones. Prior methods rely on pseudo-labeling and hold up over one or two
|
|
@@ -193,4 +194,4 @@ of use continue to apply.
|
|
| 193 |
|
| 194 |
Built on [TR3D](https://github.com/filaPro/tr3d) and
|
| 195 |
[mmdetection3d](https://github.com/open-mmlab/mmdetection3d); incremental
|
| 196 |
-
protocols follow [SDCoT](https://github.com/Na-Z/SDCoT).
|
|
|
|
| 1 |
---
|
| 2 |
+
datasets:
|
| 3 |
+
- Peisheng/LDMR-data
|
| 4 |
license: cc-by-nc-4.0
|
| 5 |
+
pipeline_tag: object-detection
|
| 6 |
tags:
|
| 7 |
+
- 3d-object-detection
|
| 8 |
+
- incremental-learning
|
| 9 |
+
- continual-learning
|
| 10 |
+
- point-cloud
|
| 11 |
+
- tr3d
|
| 12 |
+
- scannet
|
| 13 |
+
- sunrgbd
|
|
|
|
|
|
|
| 14 |
---
|
| 15 |
|
| 16 |
# LDMR — Breaking the Model Forgetting Cycle in Long-Incremental 3D Object Detection
|
|
|
|
| 21 |
> Peisheng Qian, Jie Xu, Xulei Yang, Na Zhao
|
| 22 |
> *European Conference on Computer Vision (ECCV), 2026*
|
| 23 |
|
| 24 |
+
[📚 Paper](https://arxiv.org/abs/2607.14560) · Code: <https://github.com/qianpeisheng/LDMR> · Dataset metadata: [Peisheng/LDMR-data](https://huggingface.co/datasets/Peisheng/LDMR-data)
|
| 25 |
|
| 26 |
Incremental 3D object detection must learn new object classes while remembering
|
| 27 |
old ones. Prior methods rely on pseudo-labeling and hold up over one or two
|
|
|
|
| 194 |
|
| 195 |
Built on [TR3D](https://github.com/filaPro/tr3d) and
|
| 196 |
[mmdetection3d](https://github.com/open-mmlab/mmdetection3d); incremental
|
| 197 |
+
protocols follow [SDCoT](https://github.com/Na-Z/SDCoT).
|