Al-Hitawi Mohammed

Results 9 issues of Al-Hitawi Mohammed

- What is the best way to segment handwritten images into lines and extract corresponding text? Related issues can be found here [line segmentation](https://stackoverflow.com/questions/75018081/how-to-make-lines-segmentations-or-transcriptions-for-handwritten-forms-using-ar) - How to use **pywhatkit** package...

When I try to use the small version from trocr cannot convert to a fast tokenizer as the code below Processor : `processor = TrOCRProcessor.from_pretrained("microsoft/trocr-small-handwritten")` `model = VisionEncoderDecoderModel.from_pretrained("microsoft/trocr-small-handwritten") ` the...

Hello, everyone, I am trying to make one dictionary in py to collect all necessary data in `traner_state.json ` in the TrOCR model in the trainer class (I am not...

**Describe the bug** The model I am using (TrOCR Model): The problem arises when using: * [x] the official example scripts: done by the nice tutorial [(fine_tune)](https://github.com/NielsRogge/Transformers-Tutorials/blob/master/TrOCR/Fine_tune_TrOCR_on_IAM_Handwriting_Database_using_Seq2SeqTrainer.ipynb) @NielsRogge * [x]...

I am doing `pip install requirements-hw.txt ` inside virtual environment got the following issue : RROR: Could not find a version that satisfies the requirement requirements-hw.txt (from versions: none) ERROR:...

Dear @Belval First of all I Would like to thank you for this awesome tool There was no support for Some special Hungarian characters like `Á recognized as A Ó,...

First of all, thanks for a great tool I see it so helpful. I want to generate handwritten from the corpus (txt file ). Does this model support special characters...

* snntorch version: * Python version: * Operating System: ### Description How can I do image classification with snn? ### What I Did ``` ```

Hello everyone, I want to process the `rimes` dataset using `rimes_formatter.py` script. But I found it only at line level. Please can you provide the datasets used ? or public...