rm-asif-amin
rm-asif-amin
> Hi, The EasyOCR is a four-step process, 1) pre-processing, 2) detection, 3) classification, 4) post-processing I moved steps 2 and 3 to Tirton and 1 and 4 are left...
@mobassir94 Did you solve this?
@mobassir94 Thank you for sharing. I'm checking it out.
@bely66 Did you get a solution to this? I'm also Trying to train for a new language with new dict(I added characters to an English dict). Ultimate goal is to...
Thank you Gabriel @Wyzix33 for the response. Yes I have text representation of those names. I infer this from your answer that it's not possible/practical to 'inject' tokens into the...
Thank you for taking the time to respond in detail @Wyzix33 . I'll try out the things you suggested.
Facing the same problem, did you get a solution?
Did you get around this? facing the same
@wolfshow I've previously trained a [DONUT](https://huggingface.co/docs/transformers/en/model_doc/donut) model to adapt to a new language with synthetic data. Do you think same strategy might be possible with DiT for Text detection in...