SamsungLabs / image_harmonization

[WACV2021] Foreground-aware Semantic Representations for Image Harmonization https://arxiv.org/abs/2006.00809
Mozilla Public License 2.0
268 stars 41 forks source link

Some typo in your predict_dir.py #11

Closed MqLeet closed 1 year ago

MqLeet commented 1 year ago
parser.add_argument(
    '--results_path', type=str, default='',
    help='The path to the harmonized images. Default path: cfg.EXPS_PATH/predictions.'
)

and

parser.add_argument(
    '--original_size', action='store_true', default=True,
    help='Resize predicted image back to the original size.'
)

submit - by _