Update README.md
Browse files
README.md
CHANGED
|
@@ -124,7 +124,7 @@ python ../run/run_configs.py --model_name segformer -m configs/segformer/segform
|
|
| 124 |
```
|
| 125 |
Also, you can download model config files [here](https://huggingface.co/CVRPDataset/Model/tree/main/model_configs).
|
| 126 |
```bash
|
| 127 |
-
cd
|
| 128 |
wget https://huggingface.co/CVRPDataset/Model/resolve/main/model_configs/CVRP_mask2former.py
|
| 129 |
```
|
| 130 |
|
|
@@ -146,7 +146,8 @@ wget https://huggingface.co/CVRPDataset/Model/resolve/main/checkpoint/Mask2Forme
|
|
| 146 |
python ../run/test.py -d CVRPDataset/val -m CVRP_configs/CVRP_mask2former.py -pth work_dirs/CVRP_mask2former/Mask2Former.pth -o outputs/CVRP_mask2former
|
| 147 |
```
|
| 148 |
### UI
|
| 149 |
-
##### We create a web user interface for annotation based on gradio
|
|
|
|
| 150 |
```bash
|
| 151 |
python app.py
|
| 152 |
```
|
|
|
|
| 124 |
```
|
| 125 |
Also, you can download model config files [here](https://huggingface.co/CVRPDataset/Model/tree/main/model_configs).
|
| 126 |
```bash
|
| 127 |
+
cd CVRP_configs
|
| 128 |
wget https://huggingface.co/CVRPDataset/Model/resolve/main/model_configs/CVRP_mask2former.py
|
| 129 |
```
|
| 130 |
|
|
|
|
| 146 |
python ../run/test.py -d CVRPDataset/val -m CVRP_configs/CVRP_mask2former.py -pth work_dirs/CVRP_mask2former/Mask2Former.pth -o outputs/CVRP_mask2former
|
| 147 |
```
|
| 148 |
### UI
|
| 149 |
+
##### We create a web user interface for annotation based on gradio.
|
| 150 |
+
##### First, make sure you have Mask2Former.pth in mmsegmentation/work_dirs/CVRP_mask2former and CVRP_mask2former.py in mmsegmentation/CVRP_configs according to the above instructions.
|
| 151 |
```bash
|
| 152 |
python app.py
|
| 153 |
```
|