We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
my code is bellow, but someting wrong.
mpredictor = Im2SeqPredictor(args.encoder, args.decoder, args.vocabulary) img_path = '../../imgtest/' + args.img img = Image.open(img_path) ans = mpredictor.predict(img) print(ans)