CVRPDataset commited on
Commit
7a13e58
Β·
verified Β·
1 Parent(s): 7b0d7f6

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +6 -2
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
- You can download our training set and validation set [here](http://61.155.111.202:18080/cvrp).
 
 
 
 
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