sh1newu / SepMark

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

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

Open FlorianPra opened 1 year ago

FlorianPra commented 1 year ago

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

sh1newu commented 1 year ago

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

FlorianPra commented 1 year ago

Thank you for the answer. It fixes the problem.

FlorianPra commented 1 year ago

I just delete the line.

sh1newu commented 1 year ago

See the README file, please.