Skip to content

Releases: Redcof/pascal_voc_tools

v0.5.1

11 May 10:23
Compare
Choose a tag to compare
  • image shape information from_jpeg(r"sixray_data\train\JPEGImages\P00002.jpg").shape
  • image visualization from_jpeg(r"sixray_data\train\JPEGImages\P00002.jpg").see()

v0.5.0

11 May 07:06
Compare
Choose a tag to compare
  • from_xml() parse XML
  • from_image() Parse XML by providing image path(it will automatically choose the correct XML)
  • from_file() Get the parsed metadata as a tuple
  • Using VOCDataset class we can address a Pascal VOC dataset.
  • Caption support VOCDataset(dataset_path, caption_support=True)