Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Update Documents] update dataset prepare documents about KITTI. #2509

Closed
wants to merge 3 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion docs/en/user_guides/dataset_prepare.md
Original file line number Diff line number Diff line change
Expand Up @@ -114,9 +114,11 @@ wget -c https://raw.githubusercontent.com/traveller59/second.pytorch/master/sec
3. Generate info files by running:

```bash
python tools/create_data.py kitti --root-path ./data/kitti --out-dir ./data/kitti --extra-tag kitti
python tools/create_data.py kitti --root-path ./data/kitti --out-dir ./data/kitti --extra-tag kitti --with-plane
```

Note that `--with-plane` is optional, depending on whether you use the `plane` information in `ObjectSample` Augmentation for LiDAR-based detection methods or not.

In an environment using slurm, users may run the following command instead:

```bash
Expand Down
4 changes: 3 additions & 1 deletion docs/zh_cn/user_guides/dataset_prepare.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,9 +92,11 @@ wget -c https://raw.githubusercontent.com/traveller59/second.pytorch/master/sec
然后通过运行以下指令生成信息文件:

```bash
python tools/create_data.py kitti --root-path ./data/kitti --out-dir ./data/kitti --extra-tag kitti
python tools/create_data.py kitti --root-path ./data/kitti --out-dir ./data/kitti --extra-tag kitti --with-plane
```

注意,其中 `--with-plane` 是可选参数,取决于你是否在 `ObjectSample` 数据增强中使用 `plane` 地面信息。

在使用 slurm 的环境下,用户需要使用下面的指令:

```bash
Expand Down