-
训练指令:CUDA_VISIBLE_DEVICES=7 python tools/det_train.py --config config/solomon_train_db_config.py
LOG信息:
训练过程正常,
在执行第一次验证时
2021-01-06 15:01:03,779 - torchocr - INFO - models saved to ./output/DBNet…
-
请提供下述完整信息以便快速定位问题/Please provide the following information to quickly locate the problem
label_file_list:
- ./train_data/chineseocr-data/rec_hand_line_all_label_train.txt # 训练集标签
- ./trai…
-
你好,我这里使用icdar 2017数据集训练,发现准确率一直为0,使用的配置项为rec_train_config.py,没有做什么太大的修改,只是修改了batch_size,alphabet的路径,dataset的路径,训练时log的打印如下:
![image](https://user-images.githubusercontent.com/40531744/98208912-0fb5ab…
-
https://github.com/chineseocr/table-detect/blob/92488f30ffaf486d29791aab63802beeb1eaca32/utils.py#L180
**稳定触发报错的例子:**
1.ColsLines[i] = (189,5,189,92);ColsLines[j] = (202, 92, 202, 396),即(x2,y2) = …
-
Chineseocr_lite 目前主要使用的版本是基于 onnx 的,在您的编译说明中对于 Linux 是这样写的:
> 1. Ubuntu18.04 LTS 其它发行版(请自行编译依赖库opencv和`ncnn`,或自行适配官方发布的动态库)
请问确定这里是要使用 ncnn 吗?而不是自行编译 onnxruntime ?
-
# tensorflow version: 1.4.0 without gpu(cuda)
# nuitka3 --version
0.6.4rc2
Python: 3.6.7 |Anaconda, Inc.| (default, Oct 23 2018, 19:16:44)
Executable: /root/lilw/anaconda3/envs/chineseocr/bin/p…
-
-
怎么使用?
-
一直卡在命令行界面,管理员运行后,运行一会儿就退出
-
### Branch
master branch https://mmocr.readthedocs.io/en/latest/
### 📚 The doc issue
I am trying to run some experiments on a pre-trained Chinese recognition model.
I read #992 #243
However, i…