Hi all,
I am trying to use a Gui Interface (PyQt) to load an image, and launch the detection on it through a button.
But when I select my image, it displays this error:
My code for this is:
I don't know how to convert the "list" file (fileName) to the corresponding input for the network.
Sorry, I'm a beginner in Python.
EDIT: It works with the commented line:
filePath = os.path.join(IMAGE_DIR, 'image56.jpg')
But I want to load my image through the "getOpenFileName" :(
Regards,
Antoine
?
I solved my problem. It was because I wrote "GetOpenFileNames" and it was "GetOpenFileName".
Most helpful comment
I solved my problem. It was because I wrote "GetOpenFileNames" and it was "GetOpenFileName".