image_harmonization icon indicating copy to clipboard operation
image_harmonization copied to clipboard

[WACV2021] Foreground-aware Semantic Representations for Image Harmonization https://arxiv.org/abs/2006.00809

Results 4 image_harmonization issues
Sort by recently updated
recently updated
newest added

If we use 2 transparent images and try to harmonize them with each other we will have to fill the transparent regions with some color. If we use black color...

Error: ``` --------------------------------------------------------------------------- AssertionError Traceback (most recent call last) /tmp/ipykernel_19733/2885416576.py in 2 from iharm.inference.predictor import Predictor 3 ----> 4 checkpoint_path = find_checkpoint(cfg.MODELS_PATH, 'hrnet_dih_001_adobe5k_last') 5 # checkpoint_path = find_checkpoint(cfg.MODELS_PATH, 'hrnet18s_idih256') 6...

The current implementation of `albumentations` has the functions `keypoint_scale` and `longest_max_size` in the `geometric` submodule. This pr is to fix that