xml json pascal
2020.01.12 19:04
댓글 4
-
WHRIA
2020.01.12 19:06
<annotation> <folder>GeneratedData_Train</folder> <filename>000001.png</filename> <path>/my/path/GeneratedData_Train/000001.png</path> <source> <database>Unknown</database> </source> <size> <width>224</width> <height>224</height> <depth>3</depth> </size> <segmented>0</segmented> <object> <name>21</name> <pose>Frontal</pose> <truncated>0</truncated> <difficult>0</difficult> <occluded>0</occluded> <bndbox> <xmin>82</xmin> <xmax>172</xmax> <ymin>88</ymin> <ymax>146</ymax> </bndbox> </object> </annotation> -
WHRIA
2020.01.12 19:07
-
WHRIA
2020.01.12 19:15
# Writer(path, width, height)
writer = Writer(‘path/to/img.jpg’, 800, 400)
# ::addObject(name, xmin, ymin, xmax, ymax)
writer.addObject(‘cat’, 100, 100, 200, 200)
# ::save(path)
writer.save(‘path/to/img.xml’)
-
WHRIA
2020.01.12 19:23
xml → json
Converts PASCAL VOC annotations to the _annotations.json format supported by the Cloud Annotations tool.
Instructions
Install the Cloud Object Storage SDK:
pip install botocore==1.12.26 ibm-cos-sdk==2.3.2
Convert xml annotations to json:
python convert_xml2json.py
Add your
credentials
toupload2bucket.py
:credentials = { 'bucket': 'YOUR_BUCKET_NAME', 'iam_url': 'https://iam.ng.bluemix.net/oidc/token', 'resource_instance_id': 'YOUR_INSTANCE_ID', 'url': 'YOUR_REGION_ENDPOINT', 'api_key': 'YOUR_API_KEY' }
Upload images and annotations to Cloud Object Storage Bucket:
python upload2bucket.py
번호 | 제목 | 글쓴이 | 날짜 | 조회 수 |
---|---|---|---|---|
1624 | batch normalize | WHRIA | 2020.02.07 | 71 |
1623 | exif remove | WHRIA | 2020.01.28 | 69 |
1622 | nvidia docker | WHRIA | 2020.01.15 | 74 |
1621 | lvm 축소 확장 [4] | WHRIA | 2020.01.14 | 108 |
» | xml json pascal [4] | WHRIA | 2020.01.12 | 118 |
1619 | nvidia caffe | WHRIA | 2020.01.12 | 72 |
1618 | retinanet nvidia [3] | WHRIA | 2020.01.12 | 95 |
1617 | lvm [2] | WHRIA | 2020.01.09 | 75 |
1616 | usb 3.1 + DP | WHRIA | 2020.01.07 | 184 |
1615 | raid 6 rebuild | WHRIA | 2020.01.07 | 86 |
1614 | add extra raid disk | WHRIA | 2020.01.05 | 121 |
1613 | 참고 또 참고 | WHRIA | 2020.01.04 | 101 |
1612 | R graph | WHRIA | 2019.12.29 | 265 |
1611 | melanoma awareness [1] | WHRIA | 2019.12.27 | 74 |
1610 | 윈도우 raid ahci 전환 | WHRIA | 2019.12.26 | 92 |