-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Array as output data #15
Comments
Hi, that's not how it works. ofxRunway will parse those strings into the data type that those represent. |
Hi Roy, I would indeed like to get the raw data! To check those strings/text on certain words. |
Hi @warddeboeck so instead of running
|
Aha thanks, I see! |
sure, no problem. I will close this issue and add a note about this in the readme. |
Hi there,
I'm trying to get out the output data of the Runway Model "Keras-OCR" running locally. It seems link with Runway is set up correctly as I see the output at http://localhost:8000/data.
However I can't seem to reach it in Openframeworks.
offApp.h:
ofApp.cpp:
runway.get("bboxes", runwayResult);
Error:
Input and output specification Runway model:
runway.getOutputTypes()
gives:How do I get out the array with ofxRunway?
The text was updated successfully, but these errors were encountered: