-
Notifications
You must be signed in to change notification settings - Fork 36
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
No check point for the encoder is loaded. #9
Comments
不是大神,别客气。 请用最新的commit下的
# model = model.cuda()
for i in evalset:
process(i, 'cpu') 我最近几乎重构了整个项目,改的面目全非了 ...... text segment 这一部分用收集来的图训练总是不满意,得想别的方法。 |
谢谢~用了新的脚本就work了。不过在demo_segmentation.py中line 19 |
我的cv2 是4.0 ,改了api吧。 训练图都是来自于汉化组的无子图加上原图,所以模型只对漫画有效。可以图源的去字并不完全统一,导致出来的效果并不好。 字号大小问题可以直接缩小/放大输入图像大小解决。 训练代码依赖于具体模型,我就不放出来了见笑了。有兴趣的话推荐参考这里 |
好的,谢谢你的解答与帮助! |
看了上面的解答,终于运行出来了,但是遇到一个问题,就是_contour.jpg 是一片绿色,请问是这么设定的?还是我这边运行有问题? |
@absolutelynot 或者你贴出图片,让我试下。 |
我用的opencv是4.1的,有可能是这个问题,想再问一下,“直接给图片加正字”是什么意思啊? |
thanks for your kind.. emmm猛然看到了中文,那我直接中文问吧>< 感谢大佬的分享!我下载了链接里给出的Xception的model (text_seg_model_681epos),运行python Examples/demo_segmentation.py提示No check point for the encoder is loaded,伴随有大量not fonud: Parameter encoder*** is not in the model...Parameter feature_4x_conv*****not in the model..Parameter out_conv.0.weight fails to load.
请问有对应的model可以下载吗?大神求分享。另外尽管如此还是跑出了mask图,但是是整张图密密麻麻的纹理,请问我少了什么操作么,望回复,感恩
The text was updated successfully, but these errors were encountered: