DE-GAN
DE-GAN copied to clipboard
Document Image Enhancement with GANs - TPAMI journal
Bumps [numpy](https://github.com/numpy/numpy) from 1.19.2 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...
Bumps [tensorflow](https://github.com/tensorflow/tensorflow) from 1.13.1 to 2.7.2. Release notes Sourced from tensorflow's releases. TensorFlow 2.7.2 Release 2.7.2 This releases introduces several vulnerability fixes: Fixes a code injection in saved_model_cli (CVE-2022-29216) Fixes...
Hello, DE-GAN author.I used watermark text dataset provided by you to train the model without changing any parameters in the model.But it seems doesn't work beacause the PSNR has always...
Bumps [pillow](https://github.com/python-pillow/Pillow) from 8.1.0 to 9.0.1. Release notes Sourced from pillow's releases. 9.0.1 https://pillow.readthedocs.io/en/stable/releasenotes/9.0.1.html Changes In show_file, use os.remove to remove temporary images. CVE-2022-24303 #6010 [@radarhere, @hugovk] Restrict builtins within...
Hi, I trained the model on DIBCO data without changing the code. But the model generated nearly all black/grey images after the first one or two epochs. Do you have...
Hi, Thanks for sharing your work! I wonder if you're planning to add the codes for the degraded documents clean up? Thanks,
Traceback (most recent call last): File "train.py", line 303, in generator.load_weights("weights_org/watermark_rem_weights.h5") File "/home/ubuntu/.local/lib/python3.6/site-packages/tensorflow/python/keras/engine/training.py", line 250, in load_weights return super(Model, self).load_weights(filepath, by_name, skip_mismatch) File "/home/ubuntu/.local/lib/python3.6/site-packages/tensorflow/python/keras/engine/network.py", line 1266, in load_weights hdf5_format.load_weights_from_hdf5_group(f, self.layers)...