You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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
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?
The text was updated successfully, but these errors were encountered: