CVRPDataset commited on
Commit
32b7dc3
Β·
verified Β·
1 Parent(s): 557d3f1

Upload README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -3
README.md CHANGED
@@ -25,20 +25,21 @@ pip install -v -e .
25
  ***Creating a Dataset***
26
 
27
  1. Directory structure of the dataset:
28
-
29
  πŸ“ CVRPDataset/
30
  β”œβ”€πŸ“ images/
31
  β””β”€πŸ“ labelme_jsons/
32
-
33
  2. Convert labelme files to mask:
34
  ```bash
35
  python run/labelme2mask.py
36
  ```
37
  now, the structure looks like:
 
38
  πŸ“ CVRPDataset/
39
  β”œβ”€πŸ“ img_dir/
40
  β””β”€πŸ“ ann_dir/
41
-
42
  3. Split the training set and test set.
43
  ```bash
44
  python run/split_dataset.py
 
25
  ***Creating a Dataset***
26
 
27
  1. Directory structure of the dataset:
28
+ <pre>
29
  πŸ“ CVRPDataset/
30
  β”œβ”€πŸ“ images/
31
  β””β”€πŸ“ labelme_jsons/
32
+ </pre>
33
  2. Convert labelme files to mask:
34
  ```bash
35
  python run/labelme2mask.py
36
  ```
37
  now, the structure looks like:
38
+ <pre>
39
  πŸ“ CVRPDataset/
40
  β”œβ”€πŸ“ img_dir/
41
  β””β”€πŸ“ ann_dir/
42
+ </pre>
43
  3. Split the training set and test set.
44
  ```bash
45
  python run/split_dataset.py