Skip to content

Commit 28e84eb

Browse files
fix typos
1 parent 01d89df commit 28e84eb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ For more details like the coordinate systems or visualization, please refer to [
157157

158158
We provide wrappers of this BEV toolbox for mmdet3d and detectron2.
159159

160-
1. Add the following code to [train_video.py](experiments/tools/train_video.py#L93) or [test_video.py](experiments/tools/test_video.py#L110).
160+
1. Add the following code to [train_video.py](waymo_playground/tools/train_video.py#L93) or [test_video.py](waymo_playground/tools/test_video.py#L110).
161161
```
162162
from bev_toolbox.init_toolbox import init_toolbox_mmdet3d
163163
init_toolbox_mmdet3d()

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
description="Toolbox for BEV Perception",
1818
license="Apache 2.0",
1919
# Package info
20-
packages=find_packages(exclude=('docs', 'example', 'experiments', 'figs')),
20+
packages=find_packages(exclude=('docs', 'example', 'waymo_playground', 'figs')),
2121
# packages=find_packages('bev_toolbox'),
2222
# package_dir={'': 'bev_toolbox'},
2323
zip_safe=False,

0 commit comments

Comments
 (0)