sh1newu / SepMark

SepMark: Deep Separable Watermarking for Unified Source Tracing and Deepfake Detection
29 stars 6 forks source link

ModuleNotFoundError: No module named 'network.Noise' #2

Open FlorianPra opened 9 months ago

FlorianPra commented 9 months ago

It seems that the module Noise is missing in the folder /network.

sh1newu commented 9 months ago

Yeah. Please fix this by commenting out the offending line (" from .Noise import Noise " appears in network/DW_EncoderDecoder.py).

FlorianPra commented 9 months ago

Thank you for the answer. It fixes the problem.

FlorianPra commented 9 months ago

I just delete the line.

sh1newu commented 8 months ago

See the README file, please.