diff --git a/docs/en/user_guides/dataset_prepare.md b/docs/en/user_guides/dataset_prepare.md index 17f368a9d0..e2da9c56b6 100644 --- a/docs/en/user_guides/dataset_prepare.md +++ b/docs/en/user_guides/dataset_prepare.md @@ -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 diff --git a/docs/zh_cn/user_guides/dataset_prepare.md b/docs/zh_cn/user_guides/dataset_prepare.md index 983e988afb..927dd9f1af 100644 --- a/docs/zh_cn/user_guides/dataset_prepare.md +++ b/docs/zh_cn/user_guides/dataset_prepare.md @@ -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