-
After fine tuning the GPT-OCR 2.0 model in Vietnamese language, I obtained a model deployed on the GPU. Can you tell me where to start with the steps to implement it on CPU? I thank you very much.
-
!swift sft \
--model_type got-ocr2 \
--model_id_or_path stepfun-ai/GOT-OCR2_0 \
--sft_type lora \
--dataset /kaggle/working/output_data.json \
--output_dir /kaggle/working/hindi_got_model_3 \
--…
-
Hi @YaoFANGUK , thank you for project, but I want ocr hardsub Vietnamese. It support for language?
-
## Bài toán nhận diện syntax kiểu OCR
- [x] Kiểm tra Input
- [x] Search for Vietnamese data.
- [ ] OCR
- [ ] Word2vec
- [x] Vanishing Gradient and Exploding Gradient
- [ ] RNN
- [ ] Transformer…
-
File "/home/doan/Pictures/vietnamese-id-card-ocr/util/util.py", line 87, in runit
result_info[1] = f(item[0], item[1])
File "/home/doan/Pictures/vietnamese-id-card-ocr/reader/reader.py", line …
-
Hi team,
I tried to use your codes to identify and extract a test identification card, I can run the script from my Windows CMD, no issue happen. But at the end, there is no output in my output folde…
-
mình vẫn đang dùng bình thường thì tự nhiên bị lỗi như này, làm sao để fix vậy nhỉ
``` python
# Configure of VietOCR
config = Cfg.load_config_from_name('vgg_transformer')
# config = Cfg.load_con…
-
I am using your work for generating Vietnamese handwriting. I added my code to create_text_data.py
```
elif dataset=='VNOnDB':
if mode == 'tr':
split = 'train'
elif mo…
-
There is description of Viet Nam license plates:
https://en.wikipedia.org/wiki/Vehicle_registration_plates_of_Vietnam
`Front plates measure 47 × 11 cm, rear ones are 27 × 20. F, J, W and Z are skippe…
-
em chạy code theo hướng dẫn nhưng chỉ ra được ảnh input mà không ra được text, mong mọi người giúp em với ạ.
em cảm ơn ạ!