Josh Beckwith
Josh Beckwith
I am also seeing this issue. Attempted building on ubuntu 16 with various versions of cuda. Downgraded to cuda 7.5, which forced me into ubuntu 14. In the end, this...
It's a work in progress, but here it is: https://github.com/positlabs/fast-artistic-videos-docker I was able to get stylized videos from it last friday, but tried again today and it failed. I'll keep...
My docker build is working now. The trick was to run torch's update.sh script AFTER all of the other dependencies were installed
@markarupert, what version did you upgrade to?
What is defining `window.plugins`? I'm guessing if you follow the example code, it will work. `window.canvas2ImagePlugin.saveImageDataToLibrary(...)`
Actually... I'm using cordova 5.3.3 for Android, and `window.canvas2ImagePlugin` is not defined on window. It seemed to be working until I updated cordova from 4.x
+1. Should definitely be an option.
Why are you using an iframe?
Can you provide a test case for us to run?
Traditionally, node is headless. What is the goal here? Electron support? Or more general support for modules?