minghu6
minghu6
Same issue on Ubuntu20.04, no spec version of Python, It Just consumes as much memory as there is. (I have got 13G freed memory after kill the process!)
这个项目看起来起码两年没更新了居然还有人看。。。。。。 看起来就是个普通python3 import 路径的问题: python3对模块导入做了更严格的限制,需要确立一个项目的根目录,然后以此为基础提供路径关系 原文 `from img_process import rotate_and_cut` 这个写法有问题,这假设了项目的根目录为`captcha-break/jikexueyuan/python/trainer/gen`,如果在trainer目录上运行代码,应该写作`from gen.img_process import rotate_and_cut` 当然也可以临时把`captcha-break/jikexueyuan/python/trainer/gen`加入python模块的搜索路径上,但看着很奇怪,不推荐
图片都下好了,也能被im.show正常显示
Linux下就没问题吗。。。。。。
我看了。 事实上对于spliter,我改了一个python版本,但是不知道为什么有各种越界问题,正在debug
opencv算法我也是临时抱佛脚 不过clear_horizontal_noise_line 总是会有is_black x,y参数的越界 save_image也有offset_x,offset_y的负值情况,原来的版本不会出现这种情况吗? 不过这些越界相对还是少数,规避以后正常分隔是没问题的。 python版本spliter刚跑通,电脑卡得不行。。。。。果然这种事应该在别的机器上干 如果需要的话,我把spliter的Python版本也push上来看看?
想问一下如何在tensorflow搭建的神经网络代码里实现 tensorboard PCA 不同label的区分?
Sincerely, My system did has crashed, and supply an implement did fixed it!
> just remove "-Werror" from "CPPFLAGS" in Makefile file. just add `-Wno-address-of-packed-member`