We have provided XML files in VOC format and JSON files in COCO format.It should be noted that the XML file corresponds to annotations for a single image, while the JSON file corresponds to annotations for two sides combined.You can also convert XML files to JSON files through parsexml.py
and makecoco.py
.
You can train and test models by reading README.md in the sub folders.
- mmdetection (Faster-RCNN、MaskRCNN、YOLOX、RTMDet)
- sam (SAM)
- tasn (TASN)
Please read eval/README.md
.