-
用psenet 训练自己的数据集,只要求位置,格式为(x1,y1,x2,y2,x3,y3,x4,y4,"###"),训练的时候loss一直为1,acc为0.
![image](https://user-images.githubusercontent.com/54650688/136959185-7c383613-6922-4b32-b626-f56861db9877.png)
求帮助
-
@BADBADBADBOY 您好,大佬,训练的时候出现这错误,您知道怎么解决吗?
File "/wuxl/Psenet_v2/metrics.py", line 19, in _fast_hist
label_pred[mask], minlength=n_class**2).reshape(n_class, n_class)
ValueError: cannot reshape …
-
-
大佬你好。最近在搞部署这一块。很幸运看到你的这个部署repo。大佬能把模型从pytorch代码转为torchscript完整的代码开源一下吗?小白感觉无从下手。感谢
-
把项目\psenet\pse\pse.cpp复制到源文件里→右键项目pse→重新生成,
这部在vs 2019中如何操作?
解决方案下无内容
-
Psenet is working great in the alphabets but if we consider the float numbers then it will separate numbers by comma (,) or decimal sign( . ) .
Like 1,000,00.00 it will be detect line [ "1" , ",00…
-
In running python app.py 8080, I met this runtimeerror.How to solve it then?
deep2@deep2-Latitude-E6430:~/chineseocr_lite-master$ python app.py 8080
make: Entering directory '/home/deep2/chinese…
-
tensorflow_PSENet-master/utils/data_provider/data_provider.py", line 87, in load_annoataion
return np.array(text_polys, dtype=np.float32), np.array(text_tags, dtype=np.bool)
ValueError: setting …
-
我是6月29日按照“Docker 环境”的指引拉取和构建的项目
第“i”步使用的是“使用其他已经构建好的镜像”
第“iii”由于发现清华源好像没有opencv的包,所以改用了阿里源
问题的表现是:
在docker镜像中运行python3 app.py,镜像外部以较长的时间间隔(约5分钟一次)请求/ocr接口,docker镜像所占用的内存会以约400M一次的速度上涨且基本不会下降最终导致…
-
my code is sample
` torch::jit::getProfilingMode() = false;`
` torch::jit::setGraphExecutorOptimize(false);`
` torch::Tensor tensor = torch::zeros({1,3, 1280, 1280},at::kFloat);`
` torch…