未验证 提交 c645a865 编写于 作者: Z zhoujun 提交者: GitHub

Merge pull request #5278 from WenmuZhou/fix_vqa

add ctc blank to android demo
......@@ -160,6 +160,7 @@ public class Predictor {
for (String content : contents) {
wordLabels.add(content);
}
wordLabels.add(" ");
Log.i(TAG, "Word label size: " + wordLabels.size());
} catch (Exception e) {
Log.e(TAG, e.getMessage());
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册