Peter Jackson

Results 11 comments of Peter Jackson

I also see significant jitter / noise on iOS vs. OSX. I've been rendering the face detection box to debug and the noise + jitter is present even when the...

@mosn / For anyone else who lands here from Googling: I was able to figure out the issue on my end -- it was the result of reading the sample...

@Cloov If you're building the dlib datastructure directly that should be fine. The format of the buffer depends on the pixel format you've set for the av catpure session. If...

I gave the native ios face detection a try as a faster alternative to dlib's frontal face detector. The results are significantly faster, but the resulting bounding face box is...

@Cloov The face detection being too large is a problem as well. It seems the landmarking relies on fairly precise detection area. If it's too large the edges of the...

I rolled my own and it's not advanced at all. I'm just using a moving average -- so averaging the last several values. You could take the trailing X values...

I support this :+1:

Would love this as well. I paste lots of links to project management tools that require authentication to fetch appropriate titles for, which would be very helpful. Perhaps it could...

I ran into this issue as well trying to run in development mode for testing. Using essentially the same workaround you posted a PR for, but it'd be nice to...