|
1 | 1 | <div align="center"> |
2 | 2 | <h1>Patchwork++</h1> |
3 | | - <a href="https://github.com/PRBonn/kiss-icp/releases"><img src="https://img.shields.io/github/v/release/PRBonn/kiss-icp?label=version" /></a> |
4 | | - <a href="https://github.com/PRBonn/kiss-icp/blob/main/LICENSE"><img src="pictures/gpl.svg" /></a> |
5 | | - <a href="https://github.com/PRBonn/kiss-icp/blob/main/"><img src="https://img.shields.io/badge/Linux-FCC624?logo=linux&logoColor=black" /></a> |
| 3 | + <a href="https://github.com/url-kaist/patchwork-plusplus/tree/master/patchworkpp"><img src="https://img.shields.io/badge/-C++-blue?logo=cplusplus" /></a> |
| 4 | + <a href="https://github.com/url-kaist/patchwork-plusplus/tree/master"><img src="https://img.shields.io/badge/Python-3670A0?logo=python&logoColor=ffdd54" /></a> |
| 5 | + <a href="https://github.com/url-kaist/patchwork-plusplus/tree/master/ros"><img src="https://img.shields.io/badge/ROS2-Humble-blue" /></a> |
| 6 | + <a href="https://github.com/url-kaist/patchwork-plusplus/tree/master"><img src="https://img.shields.io/badge/Linux-FCC624?logo=linux&logoColor=black" /></a> |
| 7 | + <a href="https://ieeexplore.ieee.org/document/9981561"><img src="https://img.shields.io/badge/DOI-10.1109/IROS47612.2022.9981561-004088.svg"/> |
6 | 8 | <br /> |
7 | 9 | <br /> |
8 | | - <a href=https://user-images.githubusercontent.com/21349875/219626075-d67e9165-31a2-4a1b-8c26-9f04e7d195ec.mp4>Video</a> |
| 10 | + <a href=https://www.youtube.com/watch?v=fogCM159GRk>Video</a> |
9 | 11 | <span> • </span> |
10 | | - <a href="https://github.com/PRBonn/kiss-icp/blob/main/README.md#Install">Install</a> |
| 12 | + <a href="https://github.com/url-kaist/patchwork-plusplus/tree/master/README.md###Python">Install</a> |
11 | 13 | <span> • </span> |
12 | | - <a href="https://github.com/PRBonn/kiss-icp/blob/main/ros">ROS 2</a> |
| 14 | + <a href="https://github.com/url-kaist/patchwork-plusplus/tree/master/ros">ROS2</a> |
13 | 15 | <span> • </span> |
14 | | - <a href=https://www.ipb.uni-bonn.de/wp-content/papercite-data/pdf/vizzo2023ral.pdf>Paper</a> |
| 16 | + <a href=https://www.youtube.com/watch?v=fogCM159GRk>Paper</a> |
15 | 17 | <span> • </span> |
16 | | - <a href=https://github.com/PRBonn/kiss-icp/issues>Contact Us</a> |
| 18 | + <a href=https://github.com/url-kaist/patchwork-plusplus/issues>Contact Us</a> |
17 | 19 | <br /> |
18 | 20 | <br /> |
19 | 21 | <p align="center"><img src=pictures/patchwork++.gif alt="animated" /></p> |
20 | | -</div> |
21 | | - |
22 | | - |
23 | | -## :bookmark_tabs: About Patchwork++ (IROS'22) |
24 | | - |
25 | | -* A fast, robust, and self-adaptive **ground segmentation algorithm** on 3D point cloud. |
26 | 22 |
|
27 | | -* An extension of [Patchwork][patchworklink] (RA-L'21 with IROS'21). |
28 | | -* Please refer our [paper][patchworkppIEEElink] for detailed explanantions and experimental results! |
29 | | - |
30 | | - * Validated on [SemanticKITTI][SemanticKITTIlink] dataset. The benchmark code is available on [here][benchmarklink]. |
31 | | - |
32 | | -* :bulb: Contents: [YouTube][YouTubeLink], [arXiv][arXivlink], [IEEE *Xplore*][patchworkppIEEElink] |
| 23 | + [Patchwork++][arXivlink], an extension of [Patchwork][patchworklink], is **a fast, robust, and self-adaptive ground segmentation algorithm** on 3D point cloud. |
| 24 | +</div> |
33 | 25 |
|
34 | 26 | [YouTubeLInk]: https://www.youtube.com/watch?v=fogCM159GRk |
35 | 27 | [arXivlink]: https://arxiv.org/abs/2207.11919 |
|
43 | 35 | * Python binding of Patchwork++ using pybind11 ([python_wrapper][wraplink]) |
44 | 36 | * Examples codes, which visualizes a ground segmentation result by Patchwork++ ([examples][examplelink]) :thumbsup: |
45 | 37 |
|
46 | | -> If you are familiar with ROS, you can also visit [here][roslink] and try executing ROS-based Patchwork++! |
| 38 | +> If you are familiar with ROS1, you can also visit [here][roslink] and try executing ROS1-based Patchwork++! |
47 | 39 |
|
48 | 40 | [roslink]: https://github.com/url-kaist/patchwork-plusplus-ros |
49 | 41 |
|
|
0 commit comments