How to apply COCO/VOC detection metric on LST Dataset?

cocoDetectionMetric and voc’s metrics uses own format for metric, what should I do, if i want to use this metrics on my own dataset?

Hi you can take a look at the source implementation for the gluon cv coco_detection_metric and see how you may implement something like that for you own dataset

https://gluon-cv.mxnet.io/_modules/gluoncv/utils/metrics/coco_detection.html