CVRPDataset commited on
Commit
4e5565e
·
verified ·
1 Parent(s): 2e88479

Update README.md

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