Skip to content

Commit 73176fa

Browse files
committed
docs(example): example to run output cleaned map in python now.
1 parent 59868eb commit 73176fa

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,10 +32,10 @@ Here is a preview of the readme in codes. Task detects dynamic points in maps an
3232
```bash
3333
git clone --recurse-submodules https://github.com/KTH-RPL/DynamicMap_Benchmark.git
3434
```
35-
- Go to methods folder, build and run through
35+
- Go to methods folder, run through
3636
```bash
37-
cd methods/dufomap && cmake -B build -D CMAKE_CXX_COMPILER=g++-10 && cmake --build build
38-
./build/dufomap_run ${data_path, e.g. /home/kin/data/00} ${assets/config.toml}
37+
cd methods/dufomap && pip install dufomap
38+
python main.py --data_dir ${data_path, e.g. /home/kin/data/00}
3939
```
4040

4141
📓 Visit [our wiki page](https://kth-rpl.github.io/DynamicMap_Benchmark/) for detailed tutorials and updates.

methods/dufomap

0 commit comments

Comments
 (0)