This is the result of OpenCV YOLOv2
While this is the result of using darknet YOLOv2
May I know why opencv YOLOv2 is different from darknet's? Should both of the results are different? If I'm wrong in any way please do correct me.
cfg = "yolo.cfg" weights = "yolo.weights" names = "coco.names" threshold = 0.24