Code Monkey home page Code Monkey logo

Comments (9)

rozentill avatar rozentill commented on July 23, 2024 3

@gxlcliqi
Hi, you can train a decoder to make sure the feature maps is equivalent to those in the encoder. There is a reference : https://arxiv.org/abs/1705.08086 .

Yes, I think kd-tree can speed up patchmatch.

from deep-image-analogy.

rozentill avatar rozentill commented on July 23, 2024
  1. You can use a decoder instead of LBFGS algorithm to deconvolve the feature maps. That would reduce much time.
  2. If you do not care about the quality of results, you can generate only one direction's result . It will speed up if you get rid of one of the direction, such as AB or A'B'. Near 50 percent of the time cost can be saved.

from deep-image-analogy.

xiaojieli0903 avatar xiaojieli0903 commented on July 23, 2024

Thank you very much for your recommendation. I'll try these two methods to see if they can speed up.

from deep-image-analogy.

zencyyoung avatar zencyyoung commented on July 23, 2024

 I wan to know more about the speed corresponding with the resolution? Can you show us more results?

from deep-image-analogy.

gxlcliqi avatar gxlcliqi commented on July 23, 2024
  1. Can you please kindly explain what kind of decoder to use, is it something like 'the pre-trained fast neural style' network?
  2. Do you think if using the propagate-assist kd-tree to replace the patchmatch can improve the speed?

from deep-image-analogy.

gxlcliqi avatar gxlcliqi commented on July 23, 2024

@rozentill Thank you very much for the information, I will try it.

from deep-image-analogy.

gaoyangyiqiao avatar gaoyangyiqiao commented on July 23, 2024

@rozentill Hi, I don't understand why there must be two directions, I mean if there is only one direction how the result will be impacted? Thanks a lot.

from deep-image-analogy.

rozentill avatar rozentill commented on July 23, 2024

@gaoyangyiqiao Hi, the one direction also works. In both arXiv and SIGGRAPH versions of our paper, there are comparisons between one direction and two direction, the results using two direction would be better since the matching becomes more accurate.

from deep-image-analogy.

gaoyangyiqiao avatar gaoyangyiqiao commented on July 23, 2024

@rozentill Thanks a lot for answering. May I ask one more question, is there a python version to implement this paper?

from deep-image-analogy.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.