CasiaFan / Dataset_to_VOC_converter

Scripts to convert datasets (Caltech pedestrian, MS COCO, HDA) to PASCAL VOC format

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How we can convert database into VOC format

ztahirzju opened this issue · comments

I am trying to implement my model for the detection of disease (mmdetection) in medical imaging. How I can convert my database into VOC format? Is there any supporting .py file available in your project folder? That can convert my database into VOC format. If not, how I can do this? Can you please help me to sort out this issue?
My database consists of two main folders.

  1. Original Images JPEG format
  2. Ground Truth images in JPEG format
    Now I want to convert my all database into VOC format for XML annotations of Ground Truth images.