Weather_Effect_Generator icon indicating copy to clipboard operation
Weather_Effect_Generator copied to clipboard

Code to generate adverse weather effect in RGB images

Results 6 Weather_Effect_Generator issues
Sort by recently updated
recently updated
newest added

Could you please upload the pretrained weights for the clear fog model for the CyclicGAN approach?

Hi, thanks for your great work. I'm trying to use this command to generate snowy scene: python Snow_Effect_Generator.py --clear_path "/Users/ushiushi/PycharmProjects/Weather_Effect_Generator/datasets/clear.jpg" --depth_path "/Users/ushiushi/PycharmProjects/Weather_Effect_Generator/datasets/clear.npy" --save_folder "/Users/ushiushi/PycharmProjects/Weather_Effect_Generator/datasets" But after I run this command,...

Hello author, thank you very much for your work. I used the model you provided for clear2rain and clear2snow, and the results were good. But the speed of clear2snow is...

This is the `clear image` : ![Screenshot from 2024-06-17 10-43-25](https://github.com/hgupta01/Weather_Effect_Generator/assets/95518276/4a9075ab-ccdd-4eb1-8a16-8f8bb3577839) This is the `depth image` created : ![Screenshot from 2024-06-17 10-41-44](https://github.com/hgupta01/Weather_Effect_Generator/assets/95518276/fadeb407-802c-4794-ad88-7d2677d43af3) This is the foggy creation : ![Screenshot from 2024-06-17...

The style transfer loads has the following keys odict_keys(['features.0.weight', 'features.0.bias', 'features.2.weight', 'features.2.bias', 'features.5.weight', 'features.5.bias', 'features.7.weight', 'features.7.bias', 'features.10.weight', 'features.10.bias', 'features.12.weight', 'features.12.bias', 'features.14.weight', 'features.14.bias', 'features.16.weight', 'features.16.bias', 'features.19.weight', 'features.19.bias', 'features.21.weight', 'features.21.bias', 'features.23.weight', 'features.23.bias',...

Hi, thank you for making this great work! I'd like to know If the denoising methods' evaluation method uses the model trained with denoised IMAGESET2 (not with IMAGESET1), is the...