ajkdrag
ajkdrag
I am trying to finetune TrOCR on a printed dataset or resolution: 32x640. The processor used for TrOCR resizes it to 384x384 and the image is distorted. I know this...
### Bug description If the target text is long, say about 14-20 characters, I am unable to fine-tune. Is there any flag to change the max-length? ### Code snippet to...
I was trying to use text processor as mentioned in the docs/examples, but I get this error. I couldn't find this attribute in the TextPreprocessor class.
Hi, I have a doubt regarding this paragraph: > This is now a little weird too, because the algorithm starts and ends with independent updates to the parameters, so going...
### Bug description Detection model performs poorly when image is scaled (e.g. 1.5x in both dims) ### Code snippet to reproduce the bug ```python img = cv2.resize(img, None, fx=1.5, fy=1.5,...
Added method for getting distance from one point to the other.
Overriden the toString to represent a point as a string (x,y)
If there's a long latex equation, it overflows on mobile devices. Since there's no horizontal scrollwheel, it gets cut off. Any fix with CSS or something in the template?