Closed redzic closed 3 years ago
I pushed embedded visqol model :(, resolving
Resolved, thanks @redzic :+1:
Cool! I think I'm gonna open another PR to make the --model
flag optional, and if it isn't provided, then it just uses the default (embedded) model. Also, I don't think it actually uses the embedded model right now, since it passes model.to_str().unwrap()
to visqol, which is the CLI option.
Yep, I just resolved, --model
must be optional
Changes:
.png
file)log
andsimplelog
crates-l
/--log
to set log level,-m
/--model
to set location of model that is passed to visqol, and--keep
, which keeps the temporary folder (otherwise it deletes it at the end)-l DEBUG
is passed then some extra logging happens (specifically of the output of visqol, at least right now)