This repository was archived by the owner on Jun 10, 2021. It is now read-only.

Description
I apologize if this is not the right place to ask a question.
I'm hoping you can provide guidance for adding support for im2text (https://github.com/OpenNMT/Im2Text) to this utility. I have a model trained in im2text, and I'd like to run it through this utility just for the forward pass in C++.
I imagine I'll need to write some code to load the image data and pass it to the utility? Just looking for advice/pointers -- Thanks!