-
-
https://bboyzhou.github.io/2018/03/16/2017-03-06/#more
-
您好,我想重新训练一下ctpn,下载了您提供的VOC2007数据集之后,split_label.py中的path = '/media/D/code/OCR/text-detection-ctpn/data/mlt_english+chinese/image'和gt_path = '/media/D/code/OCR/text-detection-ctpn/data/mlt_english+chin…
-
[Golang's regexp package documents `\b` as working only with ASCII text](https://pkg.go.dev/regexp/syntax), which affects how our whole-word filters match.
[UTR #18 has some guidance for this.](htt…
-
### 🚀 The feature
Support of multiple languages (accordingly VOCABS["multilingual"]) by pretrained models.
### Motivation, pitch
It would be great to use models which supports multiple languages b…
-
when I use
```
echogarden align-transcript-and-translation 01.mp3 01.txt 01_translate.txt 01.json 01.srt
```
I got
```
Echogarden v1.5.0
Start stage 1: Align speech to transcript
Transcode…
-
hub:1.82
code:
images = [cv2.imread(image_path) for image_path in test_image]
#就是下面这行代码报错
result = ocr.recognize_text(images=images,use_gpu=True,
output_dir='ocr_resul…
-
I encountered the following error when running the following command:
`
(venv) (base) MacBook-Pro-2:contract-master dylan$ marker_single /Users/dylan/xxxx.pdf /Users/dylan --language Chinese
Loadin…
-
path = '/media/D/code/OCR/text-detection-ctpn/data/mlt_english+chinese/image'
gt_path = '/media/D/code/OCR/text-detection-ctpn/data/mlt_english+chinese/label'
你好,请问这个部分的数据能给一个示例吗?想尝试其他数据集,想知道这部分的数据格…
Jie02 updated
5 years ago
-
# 1. 运行环境:
Windows 10
16G RAM
1T Disk
Intel(R) Core(TM) i7-8565U CPU
# 2. 测试代码
```python
import datetime
import time
import paddlehub as hub
import cv2
ocr = hub.M…