Skip to content

Commit

Permalink
fix: correct inference_demo.ipynb path (open-mmlab#1576)
Browse files Browse the repository at this point in the history
  • Loading branch information
huajiangjiangLi committed Apr 10, 2023
1 parent cef1eea commit 9b39366
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docs/en/get_started.md
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,13 @@ thus we only need to install MMCV and MMSegmentation with the following commands
!mim install "mmcv>=2.0.0"
```

<<<<<<< HEAD
**Step 2.** Install MMSegmentation from the source.
=======
A notebook demo can be found in [demo/inference_demo.ipynb](../../demo/inference_demo.ipynb).

Now we also provide a demo script to test a single video.
>>>>>>> 44cfe04 (fix: correct inference_demo.ipynb path (#1576))
```shell
!git clone https://github.com/open-mmlab/mmsegmentation.git
Expand Down

0 comments on commit 9b39366

Please sign in to comment.