Last active
September 10, 2019 06:47
-
-
Save akibkamani/775edc9ae7dca552421f5c39576e0136 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <annotation> | |
| <folder>dataset</folder> | |
| <filename>image.jpg</filename> | |
| <path>path_to_image.jpg</path> | |
| <source> | |
| <database>Unknown</database> | |
| </source> | |
| <size> | |
| <width>480</width> | |
| <height>640</height> | |
| <depth>3</depth> | |
| </size> | |
| <segmented>0</segmented> | |
| <object> | |
| <name>person</name> | |
| <truncated>0</truncated> | |
| <difficult>0</difficult> | |
| <bndbox> | |
| <xmin>155</xmin> | |
| <ymin>56</ymin> | |
| <xmax>415</xmax> | |
| <ymax>640</ymax> | |
| </bndbox> | |
| </object> | |
| </annotation> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment