Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove unnecessary dependencies #5

Open
vedrani opened this issue Apr 10, 2017 · 1 comment
Open

Remove unnecessary dependencies #5

vedrani opened this issue Apr 10, 2017 · 1 comment

Comments

@vedrani
Copy link

vedrani commented Apr 10, 2017

CaffeJS enables running caffe models in browser, but any specific browser dependency should be removed. It should only be javascript specific. It would mean removing dependency on canvas and webcamjs. ImgJS could only receive binary array of image, relying on caffeJS-UI library to provide image from webcam and transform it into binary format. What do you think about it?

@chaosmail
Copy link
Owner

Hi @vedrani
yeah that makes a lot of sense. I developed this lib as a proof of concept so it was natural for me to put everything together in one repo. However, seperating these browser dependencies out is the way to go.
Best,
Christoph

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants