guofei9987 / blind_watermark

Blind&Invisible Watermark ,图片盲水印,提取水印无须原图!
https://blindwatermark.github.io/blind_watermark/#/en/
MIT License
5.75k stars 683 forks source link

选择多进程mode, 无法运行报下面的错误 #102

Closed wangyue168git closed 1 year ago

wangyue168git commented 1 year ago

NotImplementedError: pool objects cannot be passed between processes or pickled

环境:mac OS

guofei9987 commented 1 year ago

It seems work well on my macOS and Linux. See this: https://github.com/guofei9987/blind_watermark/blob/master/examples/example_str_multi.py

Pls show me your code and environments.

liduang commented 8 months ago

不对吧,你这个example_str_nulti的传参都错了,processes='multiprocessing'?不应该是mode='multiprocessing'吗?