@@ -267,7 +267,8 @@ def main_dev(opt):
# 检查输出目录是否存在
os.makedirs(opt.outdir, exist_ok=True)
outpath = opt.outdir
# 绝对路径
outpath = os.path.join(opt.outdir)
# 创建水印编码器
wm = "SDV2"
The note is not visible to the blocked user.