Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
mmdetection3d
Commits
0f825f7c
Commit
0f825f7c
authored
Nov 29, 2022
by
thinkthinking
Committed by
ZwwWayne
Dec 03, 2022
Browse files
fix the getting-start markdown error (#2026)
parent
6a9fd47c
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
docs/en/getting_started.md
docs/en/getting_started.md
+1
-1
docs/zh_cn/getting_started.md
docs/zh_cn/getting_started.md
+1
-1
No files found.
docs/en/getting_started.md
View file @
0f825f7c
...
...
@@ -153,7 +153,7 @@ python demo/pcd_demo.py ${PCD_FILE} ${CONFIG_FILE} ${CHECKPOINT_FILE} [--device
Examples:
```
shell
python demo/pcd_demo.py demo/data/kitti/000008.bin configs/second/second_hv
-
secfpn_8xb6-80e_kitti-3d-car.py checkpoints/second_hv
-
secfpn_8xb6-80e_kitti-3d-car_20200620_230238-393f000c.pth
python demo/pcd_demo.py demo/data/kitti/000008.bin configs/second/second_hv
_
secfpn_8xb6-80e_kitti-3d-car.py checkpoints/second_hv
_
secfpn_8xb6-80e_kitti-3d-car_20200620_230238-393f000c.pth
```
If you want to input a
`.ply`
file, you can use the following function and convert it to
`.bin`
format. Then you can use the converted
`.bin`
file to generate demo.
...
...
docs/zh_cn/getting_started.md
View file @
0f825f7c
...
...
@@ -149,7 +149,7 @@ python demo/pcd_demo.py ${PCD_FILE} ${CONFIG_FILE} ${CHECKPOINT_FILE} [--device
例如:
```
shell
python demo/pcd_demo.py demo/data/kitti/000008.bin configs/second/second_hv
-
secfpn_8xb6-80e_kitti-3d-car.py checkpoints/second_hv
-
secfpn_8xb6-80e_kitti-3d-car_20200620_230238-393f000c.pth
python demo/pcd_demo.py demo/data/kitti/000008.bin configs/second/second_hv
_
secfpn_8xb6-80e_kitti-3d-car.py checkpoints/second_hv
_
secfpn_8xb6-80e_kitti-3d-car_20200620_230238-393f000c.pth
```
如果你想输入一个
`.ply`
格式的文件,你可以使用如下函数将它转换为
`.bin`
的文件格式。然后就可以使用转化成
`.bin`
格式的文件去运行样例程序。
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment