Giter Club home page Giter Club logo

instafilter's People

Contributors

amindadgar avatar pryadchenko avatar thoppe avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

instafilter's Issues

Question regarding trained models?

Dear author, what a smart move to approximate Instagram filters using deep learning! I've done this in the past as a PoC myself.
My question is are the models well trained? I went to see the samples but a lot of them looked the same without a before and after comparison. Please enlighten me.

Incompatibility with amd gpu's

Since TensorFlow uses cuda cores this module isn't compatible with any amd GPU which would of been nice to know in the README. Another thing to note is your code to fix the torch.load() issue has not been updated on pypi. Something else you might want to add on the readme is that if you are on Linux with an amd GPU, amd has developed a tool called ROCm to allow tensorflow to use an amd's GPU cores.

torch.load() issue

It seems that for devices with only CPU is failing to load the model.
on filtering.py at line 34:
state = torch.load(f_model)
it is required the device parameter
state = torch.load(f_model, map_location=torch.device(device))

Import error

Why you user Import Error regarding cv2 instead of using in setup.py the default install of opencv-python

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.