ImageEnhancement icon indicating copy to clipboard operation
ImageEnhancement copied to clipboard

Various models for handling underexposure, overexposure, super-resolution, shadow removal, etc.

Results 3 ImageEnhancement issues
Sort by recently updated
recently updated
newest added

Hi, I tried to train enlightenGAN using python train/enlightengan_train.py --dirA /enlightenGAN/trainA --dirB /enlightenGAN/trainB --weight_init_gain 0.02 --scale_size 320 --crop_size 320 --patchD_3 5 --self_attention --times_residual --patchD --vgg --patch_vgg --use_ragan --hybrid_loss --batch_size 16...

From the ImageEnhancement Directory Command used: !python train/enlightengan_train.py --dirA /content/drive/MyDrive/final_dataset/trainA --dirB /content/drive/MyDrive/final_dataset/trainB --weight_init_gain 0.02 --scale_size 320 --crop_size 320 --patchD_3 5 --self_attention --times_residual --patchD --vgg --patch_vgg --use_ragan --hybrid_loss Output: 2021-02-14 09:33:58.659623:...

Hi, I got the problem when running command to train EnlightenGAN as your instruction Following is the problem I got: Traceback (most recent call last): File "/home/user/anaconda3/envs/phuc/lib/python3.7/site-packages/tensorflow_core/python/framework/ops.py", line 1607, in...