Giter Club home page Giter Club logo

Comments (7)

imxieyi avatar imxieyi commented on May 18, 2024 1

如果你指的是处理文件夹的话,请使用--input-dir--output-dir参数指定文件夹。

如果你指的是同时处理多张图的话,请使用脚本同时运行多个waifu2x,比如Python可以用multiprocessing,但处理速度可能会因为多个进程抢ANE或者GPU资源而更慢。

from waifu2x-ios.

imxieyi avatar imxieyi commented on May 18, 2024

不建议在没有命令行使用经验的情况下用命令行版本。如果你不和其他程序或脚本搭配使用就没有必要用命令行。

大部分情况下你可以通过设置alias方便调用app:

alias waifu2x=/Applications/waifu2x.app/Contents/MacOS/waifu2x

也可以将alias加入.bashrc或者.zshrc

然后使用waifu2x --help查看app支持的命令行参数。

由于沙盒的要求,如果需要输入输出文件请先打开app的主界面,将文件所在的目录拖进app授权访问,然后在命令行使用绝对路径如$(pwd)/input.jpg

from waifu2x-ios.

nevertoday avatar nevertoday commented on May 18, 2024

from waifu2x-ios.

nevertoday avatar nevertoday commented on May 18, 2024

请问,大神,waifu2x 还可以进一步进化吗? 比如修复旧照片中的人脸, 并修复整个照片的背景吗?
我之前,用过这个https://github.com/TencentARC/GFPGAN
效果很好,但缺点就是只能优化人脸。

from waifu2x-ios.

imxieyi avatar imxieyi commented on May 18, 2024

这模型太大了,348M肯定告别移动设备了,就算加了也大概率只能支持Mac。

from waifu2x-ios.

nevertoday avatar nevertoday commented on May 18, 2024

from waifu2x-ios.

nevertoday avatar nevertoday commented on May 18, 2024

感觉电脑只能扛住一张图一次, 我还是保守方案比较好。

from waifu2x-ios.

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.