AlexeyAB / darknet

YOLOv4 / Scaled-YOLOv4 / YOLO - Neural Networks for Object Detection (Windows and Linux version of Darknet )
http://pjreddie.com/darknet/
Other
21.79k stars 7.96k forks source link

OpenCV4 support #2271

Open Sauraus opened 5 years ago

Sauraus commented 5 years ago

Would be nice to see darknet support opencv which is at 4.0.1 now and also remove all the antiquated openCV C interface and replace with the C++ implementation.

Will you accept a PR for this?

AlexeyAB commented 5 years ago

Will you accept a PR for this?

Yes. I think it is desirable that all functions will be collected in a separate CPP file, like in the original repo: https://github.com/pjreddie/darknet/blob/master/src/image_opencv.cpp

SalahAdDin commented 4 years ago

@Sauraus I think you forgot it. It could be a great improvement.