Update README.md
Browse files
README.md
CHANGED
@@ -45,7 +45,12 @@ This directory contains a selection of zero-padded COCO images that correspond t
|
|
45 |
|
46 |
# display_boundary.py
|
47 |
|
48 |
-
Mini gui for viewing images with their boundary boxes, don't need to pay attention to how it works, just do the following
|
|
|
|
|
|
|
|
|
|
|
49 |
|
50 |
```
|
51 |
python display_boundary.py
|
|
|
45 |
|
46 |
# display_boundary.py
|
47 |
|
48 |
+
Mini gui for viewing images with their boundary boxes, don't need to pay attention to how it works, just do the following:
|
49 |
+
|
50 |
+
Ensure you're in the same working directory as display_boundary.py
|
51 |
+
```
|
52 |
+
cd coco_dataset
|
53 |
+
```
|
54 |
|
55 |
```
|
56 |
python display_boundary.py
|