deep-photo-enhancer icon indicating copy to clipboard operation
deep-photo-enhancer copied to clipboard

the Pytorch implementation of Deep Photo Enhancer

Results 7 deep-photo-enhancer issues
Sort by recently updated
recently updated
newest added

Bumps [pillow](https://github.com/python-pillow/Pillow) from 6.2.2 to 10.0.1. Release notes Sourced from pillow's releases. 10.0.1 https://pillow.readthedocs.io/en/stable/releasenotes/10.0.1.html Changes Updated libwebp to 1.3.2 #7395 [@​radarhere] Updated zlib to 1.3 #7344 [@​radarhere] 10.0.0 https://pillow.readthedocs.io/en/stable/releasenotes/10.0.0.html Changes...

dependencies

Bumps [torch](https://github.com/pytorch/pytorch) from 1.3.1 to 1.13.1. Release notes Sourced from torch's releases. PyTorch 1.13.1 Release, small bug fix release This release is meant to fix the following issues (regressions /...

dependencies

Bumps [scipy](https://github.com/scipy/scipy) from 1.2.1 to 1.10.0. Release notes Sourced from scipy's releases. SciPy 1.10.0 Release Notes SciPy 1.10.0 is the culmination of 6 months of hard work. It contains many...

dependencies

Bumps [numpy](https://github.com/numpy/numpy) from 1.18.1 to 1.22.0. Release notes Sourced from numpy's releases. v1.22.0 NumPy 1.22.0 Release Notes NumPy 1.22.0 is a big release featuring the work of 153 contributors spread...

dependencies

Hi mtics, I notice you calculate discriminator loss [here](https://github.com/mtics/deep-photo-enhancer/blob/8f004fd5c6a4191d983baff985da76b254eb31eb/libs/compute.py#L304) as per Eq.12 in the paper, but this objective function should be maximized, instead of being minimizing. Maybe this is the...

Hi I have solved some issues with the implementation and got it working properly with 2-way gan . Take a look and let's see if we can merge efforts https://github.com/MrRobot2211/pytorch-deep-photo-enhancer

I'm reproducing the paper, but I haven't reproduced the results