Intrinsic
Intrinsic copied to clipboard
Recoloring notebook raise an import error
Hi, thank you so much for your work.
I've tried the recoloring notebook, it raised an import error like:
from intrinsic.model_util import load_models
ModuleNotFoundError: No module named 'intrinsic.model_util'
then I try to use the from intrinsic.pipeline import load_models instead, but there is another error raised like
----> 1 results = run_pipeline(
2 intrinsic_model,
3 inp,
4 resize_conf=None,
5 maintain_size=True
TypeError: run_pipeline() got an unexpected keyword argument 'maintain_size'
pls help ;)