Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 469 Bytes

README.md

File metadata and controls

9 lines (7 loc) · 469 Bytes

Object Detection API

What's this?

This if API for Object Detection.

  • API_auto_annotation_xml.py: You can use this for "Auto annotation" which is annotated XML generator by accurate object detection model (Ex. RetinaNet, M2Det etc.)
  • API_mAP_detect_txt.py: You can use this for making text file of object detection result to calculate mean Average Precision which is Accuracy evaluation index for objedct detection task.

How to use

See comment in each code.