WenmuZhou / PytorchOCR

基于Pytorch的OCR工具库,支持常用的文字检测和识别算法

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

启动训练报这个错误怎么解决?图片的label txt文件里,相对路径在哪里设置?

nissansz opened this issue · comments

image
重装requirements.txt报这个错了,怎么解决?
image

init文件里换个注释的行好像就没有之前的报错了
# criterion = eval(loss_type)(**copy_config)
criterion = eval(loss_type)(Dict(copy_config))

但是训练时直接退出了,怎么解决?
image

下载whl,可以不用c++编译器
label里用绝对路径可以训练了。