Rafael Redondo

Results 3 comments of Rafael Redondo

I'm adding a second wrapper for simple image inpainting, currently configured for the Navier-Strokes method with radius 3. See an example [here](https://github.com/valillon/DepthParallaxPainter). Sorry for both commits in the same pull...

Hi guys, I tried to compile *ofxImGui* against the [current OF master branch](https://github.com/openframeworks/openFrameworks/commit/78b3e641013124a9e2fb7eac2f41d6f2378c5958) and experienced those namespace errors that weren't in *OF 0.9.8*. Not sure it's due to pre-release or...

Last thrown error means the class `Pix2PixModel` does not implement the method `optimize_parameters()`, previously declared in the class `BaseModel`. For testing purposes, a quick fix can be done by implementing...