Skip to content

Commit df918d2

Browse files
authored
Add files via upload
1 parent 7a3a825 commit df918d2

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

README.md

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -38,27 +38,16 @@ Eg: python edgeboxes.py ./JPEGImages/1.jpg ./Annotations/1.xml
3838
The sample color images are present in `/JPEGImages/` folder and their corresponding ground truth boxes are present in `/Annotations/` folder. An example of the bounding box coordinates (saved in .xml file) is in the following format:
3939

4040
``<object>
41-
4241
<name>aeroplane</name>
43-
4442
<pose>Unspecified</pose>
45-
4643
<truncated>0</truncated>
47-
4844
<difficult>0</difficult>
49-
5045
<bndbox>
51-
5246
<xmin>68</xmin>
53-
5447
<ymin>76</ymin>
55-
5648
<xmax>426</xmax>
57-
5849
<ymax>209</ymax>
59-
6050
</bndbox>
61-
6251
</object>``
6352

6453
where the object label is “aeroplane”, and the bounding box is described in the format of (xmin, ymin, xmax, ymax) = (68, 76, 426, 209), namely, the left-top and right-bottom points of the box.

0 commit comments

Comments
 (0)