Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

opencv YOLOv2 vs darknet YOLOv2; is the results should be similar or different?

This is the result of OpenCV YOLOv2 image description

While this is the result of using darknet YOLOv2 image description

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