Update README.md
Browse files
README.md
CHANGED
@@ -74,7 +74,7 @@ Here is an example if you want to make own dataset.
|
|
74 |
|
75 |
If you have annotations in RGB format, you need
|
76 |
```bash
|
77 |
-
python run/
|
78 |
```
|
79 |
and then follow split the train set and evaluation set according to the format in ③.
|
80 |
You can also download our training set and validation set [here](http://61.155.111.202:18080/cvrp).
|
|
|
74 |
|
75 |
If you have annotations in RGB format, you need
|
76 |
```bash
|
77 |
+
python run/transform.py
|
78 |
```
|
79 |
and then follow split the train set and evaluation set according to the format in ③.
|
80 |
You can also download our training set and validation set [here](http://61.155.111.202:18080/cvrp).
|