im2markup icon indicating copy to clipboard operation
im2markup copied to clipboard

Neural model for converting Image-to-Markup (by Yuntian Deng yuntiandeng.com)

Results 20 im2markup issues
Sort by recently updated
recently updated
newest added

I found that the provided model has a vocabulary size 525, however, following the preprocessing, I got a vocabulary with size 496.

I need your help please! ![1](https://user-images.githubusercontent.com/25976152/69924948-cfd48100-14e8-11ea-95f1-5f798cdbc6c3.png) env.lua ![2](https://user-images.githubusercontent.com/25976152/69924949-d06d1780-14e8-11ea-85e9-44020d233a2e.png)

51238 1a00a76d4e basic in im2latex_train.lst latexs around line 51238 in im2latex_formulas.lst are not the latex content in pic 1a00a76d4e. 1a00a76d4e should point to line 51729 in im2latex_formulas.lst. I have found...

Hi~I want to generate some handwriting image, can you share your code?

When I trained the model on my own dataset with 300,000 images, the gpu memory usage kept increasing until it is used up which killed the training process. I am...

After training, I started to evaluate and I found the prediction interesting. The trained model did good prediction on some more complicate Latex such as fraction or sqrt, it failed...

Because without latest `torch` `cutorch` doesn't install.

Hi Authors, The model trained by you is in Torch. I want to test my code on the pretrained weights of your CNN model. I am working in tensorflow and...

I want to download the dataset at the http://lstm.seas.harvard.edu/latex/im2text_small.tgz URL, but it bounces to the https://lstmvis.vizhub.ai/, can you please tell me the new dataset URL, thank you very much

My generated vocab dictionary has 556 tokens, would like to know how many you have? Can you provide your vocab dictionary?