memo / ofxMSATensorFlow

C++ openframeworks addon and examples integrating Google's TensorFlow numerical computation and machine learning library
Apache License 2.0
456 stars 86 forks source link

Compiling with xcode #37

Open Mariastakh opened 6 years ago

Mariastakh commented 6 years ago

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 when I run pix-2-pix in Xcode, the build is 'successful' but then nothing happens except a stream of numbers in the terminal :

"const unsigned short expTable[] = { 0x3c00, 0x3c00, 0x3c00, 0x3c00, 0x3c00, 0x3c00, 0x3c00, 0x3c00, 0x3c00, 0x3c00, 0x3c00, 0x3c00, 0x3c00, 0x3c00, 0x3c00, 0x3c00, ..."

I don't know what the problem is so not sure where to start fixing. Do you have any idea?

I've added the required files to bin/data/models, but perhaps the libtensorflow_cc.so library is not linked properly?

Thanks, Maria

djebel-amila commented 5 years ago

Hi Maria,

I’m stuck at an even earlier stage of running the pix-2-pix example, it won’t build :-/ I think I have a “missing pods” problem, but I don’t know how to go about it… I don’t know if you managed to solve you problem, but I was wondering if you wouldn’t mind telling me your setup (OS/oF/…) and possibly the src files that you are using?

Cheers! Julien