美文网首页
漫画增色AI工具Style2paints

漫画增色AI工具Style2paints

作者: 佛系小懒 | 来源:发表于2020-02-08 19:29 被阅读0次

    Github地址:链接

    安装依赖包

    pip3.7 install tensorflow_gpu

    pip3.7 install keras

    pip3.7 install bottle

    pip3.7 install gevent

    pip3.7 install h5py

    pip3.7 install paste

    pip3.7 install opencv-python

    pip3.7 install scikit-image

    下载模型文件,链接,包括baby.net、head.net、neck.net、tail.net、reader.net、girder.net

    服务启动

    cd style2paints/server && python server.py 对外暴露的端口:8000(默认)

    附加

    (1) 如果需要修改端口,grep -rn 8000 ./ 确定具体配置文件及所在行数,并进行修改;

    (2) 通过编辑/etc/init.d/style2paints,并通过chkconfig命令添加服务到系统,通过service  style2paints   start|stop   进行启停

    相关文章

      网友评论

          本文标题:漫画增色AI工具Style2paints

          本文链接:https://www.haomeiwen.com/subject/eetwxhtx.html