"test/git@developer.sourcefind.cn:OpenDAS/torchaudio.git" did not exist on "97ed428d3c82010c652686bd8115959163283d33"
Unverified Commit d0d3d944 authored by Tai-Wang's avatar Tai-Wang Committed by GitHub
Browse files

[Doc] Move demo to Get Started (#670)

* Rename 0_demo.md to demo.md

* Move demo to Get Started

* Update Verification correspondingly
parent d61476a2
...@@ -215,9 +215,7 @@ PYTHONPATH="$(dirname $0)/..":$PYTHONPATH ...@@ -215,9 +215,7 @@ PYTHONPATH="$(dirname $0)/..":$PYTHONPATH
# Verification # Verification
## Demo ## Verify with point cloud demo
### Point cloud demo
We provide several demo scripts to test a single sample. Pre-trained models can be downloaded from [model zoo](model_zoo.md). To test a single-modality 3D detection on point cloud scenes: We provide several demo scripts to test a single sample. Pre-trained models can be downloaded from [model zoo](model_zoo.md). To test a single-modality 3D detection on point cloud scenes:
...@@ -273,7 +271,7 @@ Examples: ...@@ -273,7 +271,7 @@ Examples:
to_ply('./test.obj', './test.ply', 'obj') to_ply('./test.obj', './test.ply', 'obj')
``` ```
More demos about single/multi-modality and indoor/outdoor 3D detection can be found in [demo](0_demo.md). More demos about single/multi-modality and indoor/outdoor 3D detection can be found in [demo](demo.md).
## High-level APIs for testing point clouds ## High-level APIs for testing point clouds
......
...@@ -6,6 +6,7 @@ Welcome to MMDetection3D's documentation! ...@@ -6,6 +6,7 @@ Welcome to MMDetection3D's documentation!
:caption: Get Started :caption: Get Started
getting_started.md getting_started.md
demo.md
model_zoo.md model_zoo.md
data_preparation.md data_preparation.md
...@@ -13,7 +14,6 @@ Welcome to MMDetection3D's documentation! ...@@ -13,7 +14,6 @@ Welcome to MMDetection3D's documentation!
:maxdepth: 2 :maxdepth: 2
:caption: Quick Run :caption: Quick Run
0_demo.md
1_exist_data_model.md 1_exist_data_model.md
2_new_data_model.md 2_new_data_model.md
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment