CVRPDataset commited on
Commit
d3d4e73
Β·
verified Β·
1 Parent(s): f4d3f82

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -62,7 +62,7 @@ Here is an example if you want to make own dataset.
62
  ```bash
63
  python run/split_dataset.py
64
  ```
65
- now, the structure looks like:
66
  <pre>
67
  πŸ“ CVRPDataset/
68
  β”œβ”€πŸ“ img_dir/
@@ -110,7 +110,7 @@ wget https://huggingface.co/CVRPDataset/Model/resolve/main/dataset_configs/CVRP_
110
  dataset_type = 'CVRPDataset'
111
  data_root = 'CVRPDataset/'
112
  ```
113
- you'll need to specify the paths for the train and evalution data directories.
114
  ```python
115
  # train_dataloader:
116
  data_prefix=dict(img_path='img_dir/train', seg_map_path='ann_dir/train')
 
62
  ```bash
63
  python run/split_dataset.py
64
  ```
65
+ now, the structure looks like:
66
  <pre>
67
  πŸ“ CVRPDataset/
68
  β”œβ”€πŸ“ img_dir/
 
110
  dataset_type = 'CVRPDataset'
111
  data_root = 'CVRPDataset/'
112
  ```
113
+ you'll need to specify the paths for the train and evalution data directories.
114
  ```python
115
  # train_dataloader:
116
  data_prefix=dict(img_path='img_dir/train', seg_map_path='ann_dir/train')