Upload README.md
Browse files
README.md
CHANGED
|
@@ -135,7 +135,7 @@ python ../run/test.py -d CVRPDataset/val -m CVRP_configs/CVRP_mask2former.py -pt
|
|
| 135 |
### UI
|
| 136 |
##### We create a web user interface for annotation based on gradio:
|
| 137 |
```bash
|
| 138 |
-
python
|
| 139 |
```
|
| 140 |
##### The UI :
|
| 141 |
1.Users can upload an image or use a sample image at ①.Then, they can select one of four models at ②. We recommend **Mask2Former**. After that, click *Run*.
|
|
|
|
| 135 |
### UI
|
| 136 |
##### We create a web user interface for annotation based on gradio:
|
| 137 |
```bash
|
| 138 |
+
python app.py
|
| 139 |
```
|
| 140 |
##### The UI :
|
| 141 |
1.Users can upload an image or use a sample image at ①.Then, they can select one of four models at ②. We recommend **Mask2Former**. After that, click *Run*.
|