OpenNMT / OpenNMT-py

Open Source Neural Machine Translation and (Large) Language Models in PyTorch
https://opennmt.net/
MIT License
6.75k stars 2.25k forks source link

what type of preprocessing should be applied on camera captured images #1783

Closed dishan14 closed 4 years ago

dishan14 commented 4 years ago

what type of preprocessing should be applied on camera captured images for image to latex translation . Model is able to translate images from CROHME dataset (which were not present in the training data) but when i test it with camera captured images it produces tag or wrong result

francoishernandez commented 4 years ago

You may start from there. Some comments in #1417 may be useful as well.

dishan14 commented 4 years ago

i am testing the images captured from camera then also will the procedure be the https://opennmt.net/OpenNMT-py/im2text.html as mentioned

dishan14 commented 4 years ago

thanks for the help