Skip to content

Pascal VOC形式のXMLファイルをCOCO形式のJSONファイルへ変換するスクリプト

License

Notifications You must be signed in to change notification settings

Kazuhito00/convert_voc_to_coco

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

convert_voc_to_coco

Pascal VOC形式のXMLファイルをCOCO形式のJSONファイルへ変換するスクリプト

Requirement

  • tqdm 4.62.2 or later

Usage

使用方法は以下です。

python convert_voc_to_coco.py xml_directory json_filename
  • --start_image_id
    画像IDの採番開始番号
    デフォルト:None
  • --start_bbox_id
    バウンディングボックスのIDの採番開始番号
    デフォルト:1
  • --category
    クラスIDを指定する場合はクラス名を列挙したテキストファイルを指定(例:class_list.txt)
    デフォルト:None
  • --indent
    COCOフォーマットのJSONファイルを出力する際のインデントスペース数
    デフォルト:指定なし
  • --bbox_offset
    COCO形式のバウンディングボックスへ変換する際のオフセット
    デフォルト:-1

Author

高橋かずひと(https://twitter.com/KzhtTkhs)

License

convert_voc_to_coco is under Apache-2.0 License.

About

Pascal VOC形式のXMLファイルをCOCO形式のJSONファイルへ変換するスクリプト

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages