guofei9987 / blind_watermark

Blind&Invisible Watermark ,图片盲水印,提取水印无须原图!

Home Page:https://blindwatermark.github.io/blind_watermark/#/en/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

extract ERROR

GiantKs opened this issue · comments

wm = bytes.fromhex(hex(int(byte, base=2))[2:]).decode('utf-8', errors='replace') ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ValueError: non-hexadecimal number found in fromhex() arg at position 23

输入命令 blind_watermark --extract --pwd 1234 --wm_shape 111 xxx.png

M2的芯片 python试过了 3.8.0、3.12.0

请问是什么原因呢?如何解决

image
添加水印后产出的图片是一个纯白图片

不支持PNG入参吗