image-analogies
image-analogies copied to clipboard
Generate image analogies using neural matching and blending.
Bumps [numpy](https://github.com/numpy/numpy) from 1.10.4 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 [pillow](https://github.com/python-pillow/Pillow) from 3.1.1 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...
Bumps [pyyaml](https://github.com/yaml/pyyaml) from 3.11 to 5.4. Changelog Sourced from pyyaml's changelog. 5.4 (2021-01-19) yaml/pyyaml#407 -- Build modernization, remove distutils, fix metadata, build wheels, CI to GHA yaml/pyyaml#472 -- Fix for...
Hi, I was trying to run: `make_image_analogy.py images/arch-mask.jpg images/arch.jpg images/arch-newmask.jpg out/arch` When I got this: `AttributeError: module 'tensorflow.python.framework.ops' has no attribute '_TensorLike'` Any idea how to fix that? Thank you!
This pull request is intended to fix issue #39 (ValueError: Layer weight shape (3, 3, 3, 64) not compatible with provided weight shape (64, 3, 3, 3) ) and to...
I tried running an example and I am getting a ton of errors: ``` (DL) ♦ examples / ➞ ./render-example.sh arch ../vgg16_weights.h5 Only using analogy loss /Users/carbon/Dev/anaconda/envs/DL/lib/python3.6/site-packages/h5py/__init__.py:36: FutureWarning: Conversion of...
I followed the installation upto installing venv. tried running the program with my images and the vgg16 file in cwd. I installed tensorflow on my machine using `pip3 install tensorflow...
Hi, I don't have nvidia so I've been trying to use TensorFlow backend with --mrf-w=0 to speed things up (Theano works but really slow), but I get this error (tested...
I got all dependencies installed and I finally got some things to run, however I am getting an error when trying to run 2 really small images against each other...
Hi, do you think it would be hard to implement deepflow/deepmatching to process multiple frames ? Let me know if it seems too difficult or not and I can have...