Ole Kröger
Ole Kröger
Oh I missed to tag you @Sov-trotter :wink:
Looks great! Two things: - Please round the pixel values otherwise it screws up the slider and buttons a bit when moving around with the mouse. - I think users...
Thanks we had a look at this yesterday and we would like to make it a bit clearer with `x= ..., y = ...` and maybe put it under the...
How does the threshold image look like?
Okay good to know. Can you post the specific error as well?
I run this code with your image: ``` formula = io.imread("formulas/github.jpg") formula = cv2.cvtColor(formula, cv2.COLOR_BGR2GRAY) plt.figure(figsize=(20,10)) plt.imshow(formula, cmap="gray") plt.show() latex = model.predict(formula) print("Seq: ", latex['equation']) ``` and there is no...
I run it with `verbose=True` which shows me the single predictions per bounding box. That looks promising. So the problem is the Sequence model. Which you can train in `Seq2Seq.ipynb`...
But you have run the `download.py` script and ``` xo = np.load("iseq_n.npy") yo = np.load("oseq_n.npy") ``` It perfectly works on my machine. Maybe you can give me some more information.
There handwritten digits or single symbols would be stored to generate new sequences. Unfortunately they got lost somehow during a crash on my notebook and were too big to upload...
Hi and welcome to GitHub, sorry that the documentation of this code is quite bad and I don't have much time to fix that :/ I got images from https://www.kaggle.com/xainano/handwrittenmathsymbols...