Closed puneet-kr closed 4 years ago
Hi @puneet-kr, thank you for your interest.
General procedures for inference are as follows:
If you need to get custom inferences, pre-processing steps for embedding vector are required ! Embedding for image inputs --> Faster R-CNN Embedding for text inputs --> word tokens to pre-defined numbers using word to index dictionary
Thank you for sharing your code. I am trying to reproduce and understand it. It will be of great help if you could kindly provide some information on how to get custom inferences, i.e., providing an image, query, and dialog; and generating the answer. Thank you.