StegaStamp
StegaStamp copied to clipboard
import lpips.lpips_tf failed.
Failed in models.py line 3: import lpips.lpips_tf. No module named 'lpips_tf'.
Make sure that you clone the submodules,
git clone --recurse-submodules https://github.com/tancik/StegaStamp.git
If you have already cloned the repo without the submodules, run
git submodule update --init
I'm not shure, but lpips_tf works via this now:
import lpips_tf
It don't work via import lpips.lpips_tf now. Maybe modul was updated?
Dear sir, I have met the same promblem. Have you solved it?
you can use from lpips.lpips import lpips as lp