-
hello, can you please send me an example on the arguments used on crop_plates.py for full function
thank you
-
In the prep.py file for training for country, the dimensions of width and height are in which units, while using this command
python crop_plates.py --input_dir= --out_dir= --plate_width=190 --plate_h…
-
**#URI_CHECKED:#** y
**#EXTENTION_CHANGED:#** y
**#VERSION_YML:#** y: pdf link updated
**#AUTHOR_YML_CHECKED:#** y: name transcribed, EI2 link added
**#BOOK_YML_CHECKED:#** y: title transc…
-
**#URI_CHECKED:#** y
**#EXTENTION_CHANGED:#** y
**#VERSION_YML:#** y: pdf link updated
**#AUTHOR_YML_CHECKED:#** y: name transcribed, birth and death date added
**#BOOK_YML_CHECKED:#** y: …
-
Tesseract has always included its own, internal binarization – which is **not** based on Leptonica and is of rather bad quality (custom global Otsu implementation without normalization). Leptonica doe…
-
I am on a mac with the new M1 processor and I get this error extracting files. I get this error both in vs code and intelliJ. I am able to run setup in cineast cli successfully. I am using the standar…
-
### Describe the bug
```
(openadapt-py3.10) abrichr@MacBook-Pro-3 OpenAdapt % pytest
=================================================================== test session starts ========================…
-
In #68 @bertsky :
> But the real problem is that TF2 dependencies are lurking everywhere, so we will very soon have the unacceptable state that no catch-all venv (satisfying both TF1 and TF2 modules)…
-
When running `ocrd resmgr download '*'` in latest ocrd_all Docker image only some models are installed:
find / |grep ocrd-resources
/usr/local/share/ocrd-resources/ocrd-cis-ocropy-recognize
/us…
-
How do I get the minimum enclosing rectangle like using the OpenCV function minAreaRect?