Open 4714407 opened 3 years ago
There is a blobFromImage() that works for single images. You may want to use that maybe?
I know this method. I just want to make sure that method opencv_dnn.blobFromImages
doesn't support single image
Please also try to ask about that upstream: https://github.com/opencv/opencv/
opencv_dnn.blobFromImages
method supports multiple pictures inference at the same time. Is it necessary to put at least two pictures? I found that when I put in only one picture, I didn't get the result I wanted. It's OK to put in more than one picture.