Git Product home page Git Product logo

Comments (2)

htoyryla avatar htoyryla commented on August 17, 2024

There is no option for using multiple models in fast_neural_style.lua, as far as I can see in the code. The whole model parameter string is passed on to torch.load which is expected to return a single model.

It appears to me that your command is split into two at the semicolon, so fast-neural-style.lua gets run with only the -model param up to the semicolon. That's why the other parameters are ignored. Then when the script is finished, bash tries to run the rest, and because models/eccv16/V.t7 can not be run you get permission denied.

What do you expect such an option would do? Produce an image containing the two transformed images (like in webcam demo)? Or applying both style transfers one after another?

from fast-neural-style.

piteight avatar piteight commented on August 17, 2024

Thanks for reply :) I was thinking about something like merging two t7 models, so some parameters would cause effect of one style, but some details in picture would be like other style.
I dont have webcam, so I misunderstood the way this script works.

from fast-neural-style.

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.