deep-text-recognition-benchmark
deep-text-recognition-benchmark copied to clipboard
How to predict a picture by using opencv #165
Thank you for sharing, great work. The demo.py uses DataLoader to load the pictures,but i want to use opencv to load a single picture and put it into the model to predict , how can do it ? Thanks!
I too have same query, like how do we feed the image of numpy array to the model for prediction? And if we use DataLoader, can we give multiple images simultaneously for prediction?
Are you solved this problem? Please help!