From 9d568c958f1d2c715b73aebe578a12f39153e74e Mon Sep 17 00:00:00 2001 From: Kin Date: Tue, 25 Jun 2024 19:21:05 +0200 Subject: [PATCH] feat(project list): adding list of paper that use this benchmark. --- docs/papers.md | 12 ++++++++++++ mkdocs.yml | 3 ++- 2 files changed, 14 insertions(+), 1 deletion(-) create mode 100644 docs/papers.md diff --git a/docs/papers.md b/docs/papers.md new file mode 100644 index 0000000..44fb8af --- /dev/null +++ b/docs/papers.md @@ -0,0 +1,12 @@ +# Lists + +Papers that use this benchmark with code open-sourced are list here. Sorted by the publication year. +Please feel free to add your paper here by pull request. (Click the `Edit` button on the top right of this page) + +- [x] [CVPR'24] 3D LiDAR Mapping in Dynamic Environments using a 4D Implicit Neural Representation, [[pdflink]](https://www.ipb.uni-bonn.de/pdfs/zhong2024cvpr.pdf) [![GitHub stars](https://img.shields.io/github/stars/PRBonn/4dNDF.svg?logo=github&label=Stars)](https://github.com/PRBonn/4dNDF) + +- [x] [RA-L'24]: BeautyMap: Dynamic Fusion Occupancy Map for Dynamic Scene Understanding, [[2405.07283]](https://arxiv.org/abs/2405.07283) [![GitHub stars](https://img.shields.io/github/stars/MKJia/BeautyMap.svg?logo=github&label=Stars)](https://github.com/MKJia/BeautyMap) + +- [x] [RA-L'24]: DUFOMap: Dynamic Fusion Occupancy Map for Dynamic Scene Understanding, [[2403.01449]](https://arxiv.org/abs/2403.01449) [![GitHub stars](https://img.shields.io/github/stars/KTH-RPL/DUFOMap.svg?logo=github&label=Stars)](https://github.com/KTH-RPL/dufomap) + +- [x] [ITSC'23]: A Dynamic Points Removal Benchmark in Point Cloud Maps, [[2307.07260]](https://arxiv.org/abs/2307.07260) [![GitHub stars](https://img.shields.io/github/stars/KTH-RPL/DynamicMap_Benchmark.svg?logo=github&label=Stars)](https://github.com/KTH-RPL/DynamicMap_Benchmark) diff --git a/mkdocs.yml b/mkdocs.yml index a198813..2a63ca5 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -147,4 +147,5 @@ nav: - Data: data.md - Method: method.md - Evaluation: evaluation.md - - Demo: demo.md \ No newline at end of file + # - A Demo: demo.md + - Project Lists: papers.md \ No newline at end of file