VisionOSC icon indicating copy to clipboard operation
VisionOSC copied to clipboard

PoseOSC + FaceOSC + HandOSC + OcrOSC + CatOSC + DogOSC

Results 12 VisionOSC issues
Sort by recently updated
recently updated
newest added

First of all, thank you for this great app I've updated to latest OF in a fork here: https://github.com/dimitre/VisionOSC/tree/latest I'm using body detection at 60fps, but after a while it...

Hey Lingdong. Seems like the new version of coreML and vision can also segment people and objects from their background. https://developer.apple.com/videos/play/wwdc2023/10176/ https://developer.apple.com/documentation/vision/applying_matte_effects_to_people_in_images_and_video Do you have any plans to integrate this...

- Added description about datapoints of faceOSC

By default the VisionOSC macOS v0.0.1 release is choosing the MacBook FaceTime camera. Is it possible to choose a different camera?

I was wondering what your experience is with the face detection frame rate. For me it is 13 fps when two people are detected. Thx. ![Screen Shot 2022-11-15 at 2...

I have integrated the body and face detection in to my own OF app. I notice when running the app through xcode it often crashes with 'objc[40983]: Attempt to use...

This is not really an issue but more a feature request ;) What do you think it would take to also get the people segmantation information out of coreML in...

thanks to this post i learned the order of indices of the face features and was able to draw the feature lines. https://stackoverflow.com/a/49343549 I also borrowed code from ofxFaceTracker2 to...

do you have a reference to the order of landmarks and which part of the face they are? Like which one is the left eye for example? thx