Roy Macdonald

Results 188 comments of Roy Macdonald

good to know were on the same boat! :) To be honest I think that your addon is a lot better than mine, as yours has all this config scripts....

@HalfdanJ great! good to know that you have those android scripts to! :) best

Hey guys, great to hear that you're all interested. @bakercp strategy sounds good to me. Very much the same that I was thinking. I've updated my addon with a mix/mod...

Hey, I fixed that nasty hack in dlib, made a PR to it and it is already merged. (The internet is awesome. Had a problem, I fixed it and it...

Another thing, @kashimAstro is very interested on adding more dlib things into OF. He made a fork of my ofxDLib and added some more thing but he says he has...

@bakercp awesome!! I was trying to achieve the same but got caught while figuring out the dlib's generic_image and the pixel_traits. dlib is super templated so I was hopping from...

Hi, that's not how it works. ofxRunway will parse those strings into the data type that those represent. I just added some examples on how to use Keras-OCR. Let me...

Hi @warddeboeck That is already accessible. so instead of running `runway.get(...);` you need to run the following ``` ofxRunwayData dataToReceive; while (runway.tryReceive(dataToReceive)) { // dataToReceive.data contains the raw JSON data...

sure, no problem. I will close this issue and add a note about this in the readme. Just if you are curious, take a look at ofxRunway.cpp and ofxRunwayData.cpp and...

OF uses signed floats between -1 and 1. I would rather use an external library to deal with resampling as it is non trivial. I made an addon using libsamplerate...