Upload README.md
Browse files
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
|