image-manipulation
Here are 747 public repositories matching this topic...
-
Updated
Aug 13, 2019 - Lua
The README.rst file contains a link deepforger.com, which now leads to some Chinese site instead of the neural doodle web service. Needs an update :)
I want see the values while training, tf.log(predict_real + EPS) and tf.log(1 - predict_fake + EPS).
so, i'm add the code(#add code) in the main.
if should(a.progress_freq):
fetches["discrim_loss"] = model.discrim_loss
fetches["gen_loss_GAN"] = model.gen_loss_GAN
fetches["gen_loss_L1"] = model.gen_loss_L1
The curve tool is showing the correct color when the right mouse button is down but switching back to the foreground color once you release.
- You can still make curves in both colors, since when finalizing it uses the correct color. It's just the preview can be confusing.
- This was broken in "Make Curve tool passive until finalized" (90493cf687b17df73a2cc37b6db878aa1d204f7a)
- Previously it r
-
Updated
Jan 25, 2019 - Python
How to get logs
The documentation suggests that logs should show up in the folder specified by the --data-dir
flag. However no logs are appearing in that folder. They also don't appear to show up in /var/log/
anywhere either.
How do we see what URLs are being requested from imageflow server?
Not sure if it makes any difference, but we're using the ir4_proxy_uncached
option.
Is there any place I can read about how to produce high-quality results? The pictures from the README look very well produced whereas the result I get from the collab demo is not as good. Is there any documentation about the parameters for that Trump-Cage example?
Thank you so much
-
Updated
Dec 25, 2019 - Python
-
Updated
Jun 5, 2019 - Python
-
Updated
Jun 3, 2020 - Python
-
Updated
May 8, 2020 - JavaScript
-
Updated
Jun 14, 2020 - Java
-
Updated
Mar 20, 2020
-
Updated
Jun 14, 2020 - Python
-
Updated
May 31, 2020 - C++
-
Updated
May 22, 2020 - Java
-
Updated
Jun 10, 2020 - Rust
-
Updated
Jun 7, 2020 - Python
-
Updated
Jun 13, 2020 - C
-
Updated
Jun 4, 2020 - Java
-
Updated
Mar 30, 2020 - Python
-
Updated
Jun 11, 2020 - Ruby
-
Updated
Jun 11, 2020 - JavaScript
-
Updated
Apr 5, 2020 - JavaScript
Kraken is also capable of recompressing JPEG, PNG or GIF files into WebP format.
If I enabled that on the additional params (https://kraken.io/docs/webp-compression), kraken will return an .webp image which will be saved into the original format. This will generate a broken assets for some browsers such safari.
Would be possible to fix this?
-
Updated
Jun 8, 2020 - JavaScript
It might be nice to have these functions:
-
image_height
-
image_width
-
Maybe other things usually returned by
image_info
.
I always use magick::image_info(image_object)$height
hence my wanting a shortcut.
-
Updated
Dec 27, 2019 - JavaScript
Improve this page
Add a description, image, and links to the image-manipulation topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the image-manipulation topic, visit your repo's landing page and select "manage topics."
For some reason, when I open the web document, real_a and fake_b are matching, but the real_b is from another image; however in the images folder the images are correct. Does someone know why does this happen?