Closed what2help closed 6 years ago
Hi, Batch inference is not supported yet with exported model. It's on my todo list, once I get back to this code. ;)
Hi solivr, Are you planning to implement batch mode?. Currently, PredictionModelBatch is not working with filenames too.
Hi All,
Need help on how to inference images in batches. I get this error when I try with current exported model
Tried changing preprocess_image_for_prediction() in src/data_handler.py but getting one or the other error. Current code is
and I get bellow error with this code.
Let me know if anyone has solved this.