Thank you for open-sourcing this code! I understand that the current implementation integrates watermark generation and detection within the same for loop.
Would it be possible to separate the watermark generation and detection processes, such as by storing the watermark key and loading it from files? This approach would better reflect real-world scenarios.
Hi,
Thank you for open-sourcing this code! I understand that the current implementation integrates watermark generation and detection within the same
for loop
.Would it be possible to separate the watermark generation and detection processes, such as by storing the watermark key and loading it from files? This approach would better reflect real-world scenarios.
Thank you!