-
Notifications
You must be signed in to change notification settings - Fork 8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Couldn't display YOLO result via OpenCV dnn module #3705
Comments
There are different approaches of resizing in Darknet and OpenCV-dnn: #232 (comment) Try to Request feature, to use simple Resizing or Letter_box in the OpenCV-dnn module, there: https://github.com/opencv/opencv/issues |
@AlexeyAB Thanks for your respond. |
@AlexeyAB
I'm trying to train YOLO object detection via darknet and it was great for showing object via
./darknet detector test cfg/obj.data cfg/yolo-obj.cfg yolo.weights data/test.jpg
I used 160*30 images for train and test. Also I did it via Tiny-YOLOv2 and another model and it could detect all numbers in the images.
But when I want to showing result for trained weight and a specific image like bellow, and by using Opencv dnn modules, I could not display all objects correctly.
YOLO Object Detection with OpenCV and Python
Deep Learning based Object Detection using YOLOv3 with OpenCV ( Python / C++)
YOLO object detection with OpenCV
YOLO object detection using OpenCV and Python
Exploring OpenCV’s Deep Learning Object Detection Library
But when I check it for a bigger image(1280*760), It could show results.
The text was updated successfully, but these errors were encountered: