This repository was archived by the owner on Aug 21, 2024. It is now read-only.

Description
Hi,
I am trying to load a preannoated dataset in VOC format . When I call main.py import --help it specifies that only the "yolo" and "coco" are acceptable import arguments:
main.py import: error: argument import_format: invalid choice: 'voc' (choose from 'yolo', 'coco')
How can I import a Pascal VOC dataset type?