Arnau Castellano

Results 10 comments of Arnau Castellano

> 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...

@apsdehal @RishabhMaheshwary @RishabhMaheshwary Any updates?

Hi! This worked for me: I created a file in the root mmf directory called `my_run.py` containing the following: ```python from mmf_cli.run import run from mmf_cli.predict import predict opts =...

looking forward to the fine-tuning code for VQA as well.

Same problem here, any idea on how to solve it?

Really looking forward to this!

Hi, low-vision user here. I’ve been having trouble using the built-in e-reader on the website when pairing it with a text-to-speech tool like Edge TTS. The TTS doesn’t read the...

Hi! Related to this, I ran into a similar issue when trying to use Kokoro TTS. In the main documentation, the example command is shown as: ``` export OPENAI_BASE_URL=http://localhost:8880/v1 export...