Anton Marini

Results 157 comments of Anton Marini

This needs some research as some reports indicate Blit is slower than a quad render to an FBO. Also we have slight concerns of pixel format (say RGBA vs BGRA...

https://stackoverflow.com/questions/8637206/is-possible-to-use-mac-os-x-xpc-like-ipc-to-exchange-messages-between-processes Seems like an interesting solution - specifically the XPC anonymous connection vending?

macOS computed feature for image 'a' ``` MultiArray : Double 100 x 6 matrix [0,0,0,0,0,0; 0,0,0,0,0,0; 0,0,0,0,0,0; 0,0,0,0,0,0; 0,0,0,0,0,0; 0,0,0,0,0,0; 0,0,0,0,0,0; 0,0,0,0,0,0; 0,0,0,0,0,0; 0,0,0,0,0,0; 0,0,0,0,0,0; 0,0,0,0,0,0; 0,0,0,0,0,0; 0,0,0,0,0,0; 0,0,0,0,0,0; 0,0,0,0,0,0;...

Dropping directly into CoreML rather than vision produces the same result. I manually resize a `CGImageRef` to 1024x1024 and convert it to a `CVPixelBufferRef` and pass it to `MaskRCNN.prediction(image:pixelBuffer)` and...

Apologies for the monologue - here is an interesting observation on the issue: It appears that custom layers on CoreML models are loaded slightly different on iOS than on macOS...

Closer : Pyramid ROI layer requires a retained command buffer as opposed to a unretained, and metal GPU resources require manual synchronization on discrete GPU's to get results. While I'm...

Try $ install_name_tool ReTouch -change @rpath/libnanogui.dylib @executable_path/ext/nanogui/libnanogui.dylib

Was thinking doing a SpriteKit or SceneKit thing in there would be a fun example too? I dunno. I can maybe poke at that a bit? :X :X

We have a branch with experimental Core Profile support (which I am behind on, thanks for reminding me) - and Metal is a possibility although not a priority at this...

Hi all - apologies. Theres some testing left to do with the Core Profile branch of Syphon. Ive been distracted with paying bills, but its on our to-do. Im off...