Phaired

Results 7 comments of Phaired

Sorry but I'm talking about this warning : ``` /root/.cache/pypoetry/virtualenvs/ocrs-models-PAoYRsOs-py3.10/lib/python3.10/site-packages/torch/onnx/symbolic_opset9.py:4545: UserWarning: Exporting a model to ONNX with a batch_size other than 1, with a variable length with GRU can cause...

Oh yes I did ``` DEFAULT_ALPHABET = ( " 0123456789" + "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyzéèà-%?" ) ``` so how should I change it ?

I tested [this pull request](https://github.com/robertknight/ocrs/pull/100) that I made using the same alphabet I used for training, but I'm still getting incorrect characters during OCR. Am I missing something? or could...

I fine-tuned both of my models using additional images and made some modifications like adjusting font size, text offset, and tilt. While the text-detection model seems to work well, the...

> when i look at a vault with JADE it takes a moment before showing it's content i have the same behaviour but on my server (locally hosted) we are...

Ok, VLLM is a good workaround, even though it's a bit painful to set up. thanks