Paul Ferragut
Paul Ferragut
I didn't manage to compile the examples with Visual Studio 64bits First I was missing files from https://storage.googleapis.com/tensorflow/libtensorflow/libtensorflow-cpu-windows-x86_64-2.4.0.zip ; tensorflow/c/c_api_macros.h, tensorflow/c/tf_tstring.h, tensorflow/core/platform/ctstring.h, tensorflow/core/platform/ctstring_internal.h After adding those files, I get errors...
> Did you install libtensorflow with the download script? If not, the required layout is basically: > > ``` > libs/tensorflow/ > libs/tensorflow//LICENSE > libs/tensorflow//include > libs/tensorflow//include/tensorflow > libs/tensorflow//include/tensorflow/core >...
the error with the script is "tar.exe: Error opening archive: Unrecognized archive format" if changed .tar.gz to .zip in the sh script it downloads but with a few missing files...
The tensorflow download script is working now. Currently I tried to copy the missing headers from the linux tensorflow library and commented out this part in cppflow/model.h ``` /* for...
> Latest commit has fix for script zip file handling. > > Also, I noticed that the Nightly Builds mentioned on the [TF C download page](https://www.tensorflow.org/install/lang_c#download) don't have Windows builds....
I managed to compile on Windows thanks to your instructions :) I needed a few more extra steps mentioned in the previous comments: - Execute `TYPE=gpu ./scripts/download_tensorflow.sh` - to change...
same issue for me can anyone re-upload please?
Thank you for your reply, Everything is working normally on the Intel GPU computer using an FBO instead of ofSetBackgroundAuto(false);
Thanks for your reply I found some info here https://developer.oculusvr.com/forums/viewtopic.php?p=52403#p52403 . I dont manage to create a device but it compiled after adding some file from https://github.com/larspensjo/OculusSDK-MinGW and commenting parts...