Hi there,
I am trying to translate my Image2Text dataset using OpenNMT-py Library(https://opennmt.net/OpenNMT-py/examples/Library.html#translate) by dividing image test dataset into batches. But in the documentation https://opennmt.net/OpenNMT-py/options/translate.html, under “data” tile it is mentioned that we can only provide “text” as source input data. How will I be able to translate images in batches?
Any suggestions will be helpful.
Thank you in advance!