jaclyngu / FactorMatte

104 stars 7 forks source link

Missing module import "causal" #6

Open DavidoF3 opened 1 year ago

DavidoF3 commented 1 year ago

Hi,

I am running Stage 2 using the sand_car example that you provide in the repository. When doing so, I get an error: ModuleNotFoundError: No module named 'causal'

This is because the file in models/factormatte_GANFlip_model.py tries to do the following import: from causal.discriminator import *

However, the module "causal" is not included in the repository, which causes the error. Could you please include the module "causal" in the repository?