Update README.md
Browse files
README.md
CHANGED
|
@@ -72,8 +72,12 @@ Here is an example if you want to make own dataset.
|
|
| 72 |
└─📁 val/
|
| 73 |
</pre>
|
| 74 |
|
| 75 |
-
|
| 76 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
| 77 |
|
| 78 |
2. ***Dataset Configs***
|
| 79 |
|
|
|
|
| 72 |
└─📁 val/
|
| 73 |
</pre>
|
| 74 |
|
| 75 |
+
If you have annotations in RGB format, you need
|
| 76 |
+
```bash
|
| 77 |
+
python run/rgb2gray.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).
|
| 81 |
|
| 82 |
2. ***Dataset Configs***
|
| 83 |
|