Gokul NC

Results 50 comments of Gokul NC

Please mention the task name (project type) for which you're facing this issue.

@chaitanyavolkaji 1. I actually merged the `master_with_dist` branch to the `master` branch and used the repo. 2. You can use any `mysql-server` version I believe, though I worked using `5.7`...

@nishantbhat Can you please provide the instructions on how to pull it and run it? (the exact commands?) I was able to pull it and run using `docker run`, but...

@get-Resource Please follow the 3 steps which I mentioned in my first comment. Or you can also try using [this latest currently maintaining fork](https://github.com/AI4Bharat/ezAnnotate).

Technically, there will be a status flag associated with each data corresponding to a HIT that's stored in the DB. When you requeue, the backend just changes the status of...

I'm not sure if `on-prem` will work. But when I tried with `NODE_DEST` as `online` instead of `onpremise`, it worked for me. [See this](https://github.com/DataTurks/DataTurks/blob/master/bazaar/package.json#L49). In other words, just do `npm...

Just use the docker mentioned here: [DataTurks On-prem: A fully self-hosted data annotation solution.](https://medium.com/@dataturks/dataturks-on-prem-a-fully-self-hosted-data-annotation-solution-86b455bf0634)

Installing `libraqm` as suggested here should help in most cases: https://stackoverflow.com/questions/39630916/ Edit: Sometimes installing `libraqm` causes the following error: [OSError: invalid face handle](https://github.com/python-pillow/Pillow/issues/3066) Sometimes it just works well. Not sure...

This might help: https://github.com/Belval/TextRecognitionDataGenerator/pull/164#issuecomment-732970029

Sure, even any direct solution is fine :) A rough equivalent of only recognition seems to be passing the flag `--psm 7`. Any other options?