如何使用暗网在YOLOv4中计算mAP0.5:0.95 ?



我在Google Colab中使用YOLOv4与darknet。一切正常。不幸的是,我只能使用

获得IoU=0.5的mAP计算
!./darknet detector map $_path_to_objdata_file $_path_to_configuration_file $_path_to_weights

如何计算另一个借据的mAP ?或mAP@IoU0.5:0.95吗?

提前谢谢你

好的,我设法找到一种方法使用标志-iou_thresh XXX:

!./darknet detector map $_path_to_objdata_file $_path_to_configuration_file $_path_to_weights -iou_thresh 0.95

相关内容

  • 没有找到相关文章

最新更新