Skip to content

ray1422/Fantastic-Filter-Desktop

Folders and files

NameName
Last commit message
Last commit date

Latest commit

e16c867 · Jun 5, 2019

History

3 Commits
Jun 5, 2019
Jun 4, 2019
Jun 4, 2019
Jun 5, 2019
Jun 5, 2019
Jun 5, 2019
Jun 4, 2019
Jun 5, 2019
Jun 4, 2019
Jun 4, 2019

Repository files navigation

幻想濾鏡桌面應用 Fantastic Filter Desktop

MIT Licence 996.icu

幻想濾鏡的圖形化桌面工具

開始使用

環境要求

您需要使用Python 3.6,並且安裝以下套件,確保程序正確運行:

  • tensorflow==1.13.1 or tensorflow-gpu==1.13.1
  • cv2 (opencv)
  • numpy
  • pillow (PIL)
  • tkinter

或是使用pip3 install -r requirements.txt 一鍵安裝

運行

本軟件主程序為app.py,直接運行即可。請搭配 幻想濾鏡(項目準備中) 所輸出的模型使用。

使用自己的模型

本軟件支援TensorFlow Frozen模型格式如下:

位置 形狀(shape) 型態 範圍
輸入 (n, m, 3) tf.float32 -1 ~ +1
輸出 (n, m, 3) tf.uint8 0~255

License

This project is licensed under the MIT License - see the LICENSE.md file for details