ofxMSATensorFlow icon indicating copy to clipboard operation
ofxMSATensorFlow copied to clipboard

C++ openframeworks addon and examples integrating Google's TensorFlow numerical computation and machine learning library

Results 13 ofxMSATensorFlow issues
Sort by recently updated
recently updated
newest added

Hi Memo, Thanks for sharing these great projects. I was wondering whether you could at some point update the available libraries for OSX? I see them for r0.7 and r1.0....

Hi Memo, Looking at machine learning for the first time, as I work with Ofx I'm excited to get stuck in with some of your examples:) My issue is that...

Hi Memo Would be interesting to have a demo of audio gesture recognition with ofxMSATensorFlow. not necessarily only speech, but any sort of audio musical and non-musical gesture (both deterministic...

I can't successfuly compile ofxMSATensorFlow, even with a freshly recompiled TensorFlow library. Any help would be appreciated. Using Qt Creator 4.1.0 - Based on Qt 5.7.0 (Clang 7.0 (Apple), 64...

is this available somewhere (either as links or download)? thnx

Hi, memo, Thank you for sharing your project,I according your tutorial, I have used your compiled tf1.3.so,when I type 'make' in the terminal,there have an error like this: /home/devy/Project/OpenFrameWork/of_v0.9.8_linux64_release/addons/obj/linux64/Release/ofxMSATensorFlow/src/ofxMSATFUtils.o:在函数‘msa::tf::log_error(tensorflow::Status const&,...

I am trying to use the image classifier class for object detection (https://github.com/tensorflow/models/tree/master/research/object_detection) But I am having problems loading the model, I am not quite sure how to change the...

Hey Memo! This is with a fresh Ubuntu 17.04 and OF master (`2c7b719`). ``` fl@mallet:~/workspace/openFrameworks/addons/ofxMSATensorFlow/example-pix2pix/bin$ gdb -q ./example-pix2pix Reading symbols from ./example-pix2pix...(no debugging symbols found)...done. (gdb) run Starting program: /home/fl/workspace/openFrameworks/addons/ofxMSATensorFlow/example-pix2pix/bin/example-pix2pix...