Emilio Gómez

Results 9 issues of Emilio Gómez

Hi, I'm trying to run tesseract's last version with hocr and hocr_font_info activated to obtain the name and size of the font. This is how i call tesseract: `pytesseract.pytesseract.run_tesseract(IMA_PATH, 'output_hocr',...

question
awaiting feedback
legacy

Hello, I'm trying to fine-tune the latin_g2 model (based on your script on the /trainer folder), but I'm having errors in the execution. My first step was to finetune the...

Hi, I see your instructions in https://github.com/JaidedAI/EasyOCR/blob/master/custom_model.md to train a model, but I'm not sure if these instructions can be used to fine tuning an existing easyocr model, or just...

### Search before asking - [x] I have searched the YOLOv8 [issues](https://github.com/ultralytics/ultralytics/issues) and [discussions](https://github.com/ultralytics/ultralytics/discussions) and found no similar questions. ### Question I want to fine-tune the YOLOv8 classifier in my...

TODO
question

I want to make fine-tuning with the donut-docvqa model, and I have follow the next steps: ``` git clone https://github.com/clovaai/donut.git cd donut/ conda create -n donut_official python=3.7 conda activate donut_official...

I would like to repeat the process you have done to generate the https://huggingface.co/naver-clova-ix/donut-base-finetuned-docvqa model. I think that I have to start from the https://huggingface.co/naver-clova-ix/donut-base model, is it right? Once...

I already work with train.py and test.py scripts... but I'm wondering if it is possible to run the inference with the question that you wanted at the execution time. Something...

Hi! I was working with the TD and TSR notebooks https://github.com/NielsRogge/Transformers-Tutorials/tree/master/Table%20Transformer, and they work properly for me, but the last step of the TSR pipeline to obtain a data frame...

Hello, I’m developing an exploration system based on a UAV DJI with N3. The main problem is that the navigation will be indoor, and you can not make use of...