Update README.md
Browse files
README.md
CHANGED
|
@@ -23,12 +23,12 @@ mim install mmcv==2.0.0
|
|
| 23 |
|
| 24 |
cd mmsegmentation
|
| 25 |
pip install -v -e .
|
|
|
|
| 26 |
```
|
| 27 |
***UI***
|
| 28 |
##### We create a web user interface for annotation based on gradio.
|
| 29 |
```bash
|
| 30 |
pip install gradio
|
| 31 |
-
pip install "mmdet>=3.0.0rc4"
|
| 32 |
python app.py
|
| 33 |
```
|
| 34 |
##### The UI :
|
|
|
|
| 23 |
|
| 24 |
cd mmsegmentation
|
| 25 |
pip install -v -e .
|
| 26 |
+
pip install "mmdet>=3.0.0rc4"
|
| 27 |
```
|
| 28 |
***UI***
|
| 29 |
##### We create a web user interface for annotation based on gradio.
|
| 30 |
```bash
|
| 31 |
pip install gradio
|
|
|
|
| 32 |
python app.py
|
| 33 |
```
|
| 34 |
##### The UI :
|