You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+16-18Lines changed: 16 additions & 18 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -27,15 +27,15 @@
27
27
28
28
---
29
29
30
-
**IMPORTANT**: (Aug. 18th, 2024) I employ TBB, so its FPS is increased from **50 Hz** to **100 Hz**!
30
+
**IMPORTANT**: (Aug. 18th, 2024) I employ TBB, so its FPS is increased from **50 Hz** to **100 Hz**!
31
31
If you want to use the paper version of Patchwork for SOTA comparison purpose, Please use this [ground seg. benchmark code](https://github.com/url-kaist/Ground-Segmentation-Benchmark).
It's an overall updated version of **R-GPF of ERASOR**[**[Code](https://github.com/LimHyungTae/ERASOR)**][**[Paper](https://arxiv.org/abs/2103.04316)**].
38
+
It's an overall updated version of **R-GPF of ERASOR**[**[Code](https://github.com/LimHyungTae/ERASOR)**][**[Paper](https://arxiv.org/abs/2103.04316)**].
39
39
40
40
---
41
41
@@ -64,7 +64,7 @@ The code is tested successfully at
64
64
## :package: Prerequisite Installation
65
65
66
66
### ROS Setting
67
-
-1. Install [ROS](http://torch.ch/docs/getting-started.html) on a machine.
67
+
-1. Install [ROS](http://torch.ch/docs/getting-started.html) on a machine.
68
68
-2. Thereafter, [jsk-visualization](https://github.com/jsk-ros-pkg/jsk_visualization) is required to visualize Ground Likelihood Estimation status.
Note that `is_kitti=false` is important! Because it decides which rviz is opened. The rviz shows only estimated ground and non-ground because your own dataset may have no point-wise labels.
162
162
163
163
4. Then play your bag file!
164
-
164
+
165
165
```
166
166
rosbag play $YOUR_BAG_FILE_NAME$.bag
167
167
```
168
168
169
-
<details>
169
+
<details>
170
170
<summary><strong>Exercise with the <ahref="https://github.com/MIT-SPARK/Kimera-Multi-Data">Kimera-Multi dataset</a></strong></summary>
171
171
For the Kimera-Multi dataset, you can use the following command:
@@ -191,7 +191,7 @@ rosbag play $YOUR_BAG_FILE_NAME$.bag
191
191
192
192
### :mag: Own dataset using pcd files
193
193
194
-
Please refer to `/nodes/offilne_own_data.cpp`.
194
+
Please refer to `/nodes/offilne_own_data.cpp`.
195
195
196
196
(Note that in your own data format, there may not exist ground truth labels!)
197
197
@@ -209,7 +209,7 @@ For better understanding of the parameters of Patchwork, please read [our wiki,
209
209
210
210
2. Please check the output by following command and corresponding files:
211
211
212
-
3. Set appropriate absolute file directory, i.e. `file_dir`, in `offline_ouster128.launch`
212
+
3. Set appropriate absolute file directory, i.e. `file_dir`, in `offline_ouster128.launch`
213
213
```
214
214
roslaunch patchwork offline_ouster128.launch
215
215
```
@@ -228,9 +228,9 @@ If you use our code or method in your work, please consider citing the following
228
228
229
229
---------
230
230
231
-
---
231
+
---
232
232
233
-
## Updates
233
+
## Updates
234
234
235
235
#### NEWS (22.12.24)
236
236
- Merry christmas eve XD! `include/label_generator` is added to make the `.label` file, following the SemanticKITTI format.
@@ -241,11 +241,11 @@ If you use our code or method in your work, please consider citing the following
241
241
- Pybinding + more advanced version is now available on [Patchwork++](https://github.com/url-kaist/patchwork-plusplus) as a preprocessing step for deep learning users (i.e., python users can also use our robust ground segmentation)!
242
242
243
243
#### NEWS (22.07.13)
244
-
- For increasing convenience of use, the examples and codes are extensively revised by reflecting [issue #12](https://github.com/LimHyungTae/patchwork/issues/12).
244
+
- For increasing convenience of use, the examples and codes are extensively revised by reflecting [issue #12](https://github.com/LimHyungTae/patchwork/issues/12).
245
245
246
246
#### NEWS (22.05.22)
247
247
- The meaning of `elevation_thresholds` is changed to increase the usability. The meaning is explained in [wiki](https://github.com/LimHyungTae/patchwork/wiki/4.-IMPORTANT:-Setting-Parameters-of-Patchwork-in-Your-Own-Env.).
248
-
- A novel height estimator, called *All-Terrain Automatic heighT estimator (ATAT)* is added within the patchwork code, which auto-calibrates the sensor height using the ground points in the vicinity of the vehicle/mobile robot.
248
+
- A novel height estimator, called *All-Terrain Automatic heighT estimator (ATAT)* is added within the patchwork code, which auto-calibrates the sensor height using the ground points in the vicinity of the vehicle/mobile robot.
249
249
- Please refer to the function `consensus_set_based_height_estimation()`.
0 commit comments