-
ICU is not a good choice in China. In addition, it is very important for Chinese word segmentation to customize the dictionary, because the application of words in different industries is completely d…
-
Use case: replace logo or text in the video. Input: old logo, video (with old logo), new logo; output: video with new logo
-
Issue in ./help/segmentation/ui/streaming-segmentation.md
In August of 2023, this documentation was updated to reflect changes in how streaming segmentation worked and how it's designed to be just …
-
**Steps to Reproduce:-**
_test.py
```python
doc = x.Document("samples/nonfree/mandarin.pdf")
iout = x.RawImageOutput(doc)
iout.get(0)
doc.text()
iout.get(0)
```
```shell
python _test.py
`…
-
Hi!
I try to finetune a model and I get this error: `ModuleNotFoundError: No module named 'tensorflow.compat.v1.keras'`
Under my WSL 2 I couldn't install `tensorflow==2.12.1` because with `CUDA …
-
currently the model is trained only on CT images, but now the need of mri models are growing, how the model can be trained to do universal segmentation on any modalities ?
-
Text-reuse detection with Passim version 1 takes place in multiple steps:
- [x] Rebuild all canonical data in the passim-rebuilt format (rebuilt adapted for passim's formatting needs)
- [x] Install al…
-
I tried to run textshot on my fedora Linux machine and I got a segmentation fault error:
`Traceback (most recent call last):
File "/home/maerqin/PycharmProjects/Screenshot_To_Text/venv/lib/python3…
-
In countries such as Thailand, word division is inferred, so they do not use spaces. They are consequently unable to dynamically reflow braille without words being split over a line break.
To account…
-
I am trying to preprocess a huge text dataset (non English) as per the code of preprocess.ipynb as provided in the repo itself. In order to do so, I have split the large dataset into small chunks of 1…