Update README.md
Browse files
README.md
CHANGED
@@ -132,10 +132,16 @@ cd mmsegmentation
|
|
132 |
python tools/train.py CVRP_configs/CVRP_mask2former.py
|
133 |
```
|
134 |
Also, you can download checkpoint [here](https://huggingface.co/CVRPDataset/Model/tree/main/checkpoint).
|
|
|
|
|
|
|
|
|
|
|
|
|
135 |
|
136 |
***Test***
|
137 |
```bash
|
138 |
-
python ../run/test.py -d
|
139 |
```
|
140 |
### UI
|
141 |
##### We create a web user interface for annotation based on gradio:
|
|
|
132 |
python tools/train.py CVRP_configs/CVRP_mask2former.py
|
133 |
```
|
134 |
Also, you can download checkpoint [here](https://huggingface.co/CVRPDataset/Model/tree/main/checkpoint).
|
135 |
+
```bash
|
136 |
+
cd work_dirs
|
137 |
+
mkdir CVRP_mask2former
|
138 |
+
cd CVRP_mask2former
|
139 |
+
wget https://huggingface.co/CVRPDataset/Model/resolve/main/checkpoint/Mask2Former.pth
|
140 |
+
```
|
141 |
|
142 |
***Test***
|
143 |
```bash
|
144 |
+
python ../run/test.py -d CVRPDataset/val -m CVRP_configs/CVRP_mask2former.py -pth work_dirs/CVRP_mask2former/Mask2Former.pth -o outputs/CVRP_mask2former
|
145 |
```
|
146 |
### UI
|
147 |
##### We create a web user interface for annotation based on gradio:
|