HE2LaTeX icon indicating copy to clipboard operation
HE2LaTeX copied to clipboard

Converting handwritten equations to LaTeX

Results 5 HE2LaTeX issues
Sort by recently updated
recently updated
newest added

Hi, can you please tell me what can i do for train a model on whole dataset. as you said on your blog that you used only these symbols ['0',...

I tried running the short_test.ipynb, It works perfectly. But when I give my own image as input, It throws an Opencv error as below: Error: ``` --------------------------------------------------------------------------- error Traceback (most...

./generate.ipynb How do I create a folder corresponding to the variable "read_path" in the "a" file? ====================== read_path = "extracted_images" ====================== At run time, the following error occurs. --------------------------------------------------------------------------- FileNotFoundError...

Train and test the seq2seq model run error Seq2Seq.ipynb > run x = xo[:,:26,:] y = yo[:,:26] print(x[0]) run error message --------------------------------------------------------------------------- IndexError Traceback (most recent call last) in ()...