StegaStamp icon indicating copy to clipboard operation
StegaStamp copied to clipboard

import lpips.lpips_tf failed.

Open clinton81 opened this issue 4 years ago • 4 comments

Failed in models.py line 3: import lpips.lpips_tf. No module named 'lpips_tf'.

clinton81 avatar May 11 '20 07:05 clinton81

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

tancik avatar May 11 '20 15:05 tancik

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?

Ruslanmlnkv avatar Jun 07 '20 22:06 Ruslanmlnkv

Dear sir, I have met the same promblem. Have you solved it?

Litchichu avatar Nov 30 '21 11:11 Litchichu

you can use from lpips.lpips import lpips as lp

6naykai avatar Sep 06 '23 02:09 6naykai