VisionConverter is a Python library designed to convert object detection dataset annotations between the most widely used formats in computer vision. Allows developers to do conversions both from the command line and directly in Python code.
AnnotationParser is a universal Python library that parses annotation files from different formats (LabelMe, COCO, VOC, etc.) into a single unified Shape data structure. This allows you to work with annotations using a consistent interface, regardless of the original format.