You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To add style to image with user control of mask, do
40
40
```bash
41
-
python run_with_masks.py --contentPath<path to content images> --stylePath<path to style images> --masksContentPath<path to mask img> --cuda
41
+
python run_with_masks.py --masksContentPath<path to content image> --masksStylePath<path to style image directory> --masksResultPath<path to result generated with mask> --cuda
0 commit comments