Skip to content

Commit

Permalink
feat(perception_benchmark_tool): fix readme
Browse files Browse the repository at this point in the history
Signed-off-by: Kaan Colak <kcolak@leodrive.ai>
  • Loading branch information
kaancolak committed Oct 12, 2022
1 parent 4a7b73d commit 40636e8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,8 @@ source install/setup.bash

Build perception benchmark tool,
```bash
cd ~/perception_benchmark_ws/src
cd ~/perception_benchmark_ws/
rosdep install -y --from-paths src --ignore-src --rosdistro $ROS_DISTRO
colcon build
source install/setup.bash
```
Expand Down Expand Up @@ -79,8 +80,7 @@ bazel build waymo_open_dataset/metrics/tools/compute_tracking_metrics_main

```bash
bazel-bin/waymo_open_dataset/metrics/tools/compute_tracking_metrics_main \
/$YOUR_AUTOWARE_PATH/src/universe/autoware/benchmarking/perception_benchmark_tool/benchmarking_result/predictions.bin \
/$YOUR_AUTOWARE_PATH/src/universe/autoware/benchmarking/perception_benchmark_tool/benchmarking_result/gt.bin
~/benchmark_result/predictions.bin ~/benchmark_result/gt.bin
```

## Result
Expand Down

0 comments on commit 40636e8

Please sign in to comment.