AleDel / deepdreamer-touchdesigner

Deep dream with caffe and Touchdesigner
58 stars 13 forks source link

Touch Crash #1

Open matthewwachter opened 8 years ago

matthewwachter commented 8 years ago

Hi AleDel,

I've been playing with this code lately. Super cool! Thanks for sharing.

I got everything working and processed a few frames but Touch tends to crash somewhere near the end of the capture process. Particularly on larger images. Have you had any similar issues and if so, do you know of a workaround?

Cheers, -Matt

AleDel commented 8 years ago

can you share your fork? the .toe need more work, if you want make a pull request with the new .toe. i know the parameters crash when i try bind to the new thread

MAY4VFX commented 7 years ago

Hello AleDel, I have a Touch crash when trying to capture, and I can not track the error, maybe you can advise me how to track this. I have a suspicion of a weak graphic card (GTX730), what kind of hardware do you use? How do you think it is possible to use this algorithm in the Touchdesigner? https://github.com/jcjohnson/fast-neural-style

AleDel commented 7 years ago

hi, @MAY4VFX Very interesting, unfortunately now I only have a laptop (core i5 and ATI Radeon) and my example does not work with CPU, I should compile cafe, opencv, etc to work with opencl ...

Touchdesigner uses python or c ++ plugins in the commercial version, I am no expert in deep learning, in fact I only attended some nvidia courses where they explained the bases and some tools.

But I suppose, although I do not know how complicated it can be, that it can be used in touchdesigner as long as it translates to python, using a python-lua wrapper or adapting the algorithm to another neural network tool that can be written in python.

Sorry to be no more resolutive.