CVRPDataset commited on
Commit
51907b5
·
verified ·
1 Parent(s): d45d065

Upload README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
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 run/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*.
 
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*.