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
Quick Demo: Run with the **same parameter setting** without tuning for different sensor (e.g 16, 32, 64, and 128 channel LiDAR and Livox-series mid360), the following shows the data collected from:
9
9
@@ -12,20 +12,26 @@ Quick Demo: Run with the **same parameter setting** without tuning for different
🚀 2024-11-20: Update dufomap Python API from [SeFlow](https://github.com/KTH-RPL/SeFlow) try it now! `pip install dufomap` and run `python main.py --data_dir data/00` to get the cleaned map directly. Support all >=Python 3.8 in Windows and Linux. Please extract your own data to unified format first follow [this wiki page](https://kth-rpl.github.io/DynamicMap_Benchmark/data/creation/#custom-data).
16
+
15
17
## 0. Setup
16
18
17
19
```bash
18
20
sudo apt update && sudo apt install gcc-10 g++-10
19
21
sudo apt install libtbb-dev liblz4-dev
20
22
```
21
23
22
-
Dockerfile will be soon available.
23
24
24
25
Clone quickly and init submodules:
25
26
```bash
26
27
git clone --recursive -b main --single-branch https://github.com/KTH-RPL/dufomap.git
27
28
```
28
29
30
+
Or you can directly build docker image through our [Dockerfile](Dockerfile):
Prepare Data: Teaser data (KITTI 00: 384.4Mb) can be downloaded via follow commands, more data detail can be found in the [dataset section](https://github.com/KTH-RPL/DynamicMap_Benchmark?tab=readme-ov-file#dataset--scripts) or format your own dataset follow [custom dataset section](https://github.com/KTH-RPL/DynamicMap_Benchmark/blob/master/scripts/README.md#custom-dataset).
43
+
Prepare Data: Teaser data (KITTI 00: 384.4Mb) can be downloaded via follow commands, more data detail can be found in the [dataset section](https://kth-rpl.github.io/DynamicMap_Benchmark/data) or format your own dataset follow [custom dataset section](https://kth-rpl.github.io/DynamicMap_Benchmark/data/creation/#custom-data).
38
44
39
45
```bash
40
46
wget https://zenodo.org/records/8160051/files/00.zip -p data
0 commit comments