Stanley Chiang

Results 26 comments of Stanley Chiang

^bump same issue, more or less. i updated my plist to show portrait w/ home button at bottom (normal orientation) and attached the result. the "face landmark mask" is drawn...

can you add some sample code for your implementation? i was trying to do something like that but it wasn't working right.

@hoangdado thanks that helped a lot! I also had to do an affine transformation on the layer so that the output isn't mirrored the opposite way with: ``` layer.setAffineTransform(CGAffineTransformMakeRotation(CGFloat(M_PI))) layer.setAffineTransform(CGAffineTransformScale(layer.affineTransform(),...

@teresakozera for me the distorting is more of a stability issue when trying to maintain the tracking as the tolerance for difference angled faces seems to have gone down a...

@ArtSebus probably just used the function dlib::draw_line(img, , , );

@ArtSebus haven't touched c in a few years myself haha. bit it looks like you's need to pass in a couple dlib::point that you want to connect and then specify...

@teresakozera trying something a little different right now. i'm storing shape.parts[60-67] which make up the mouth in a separate array and trying to pass it into UIKit/SceneKit to draw it...

@teresakozera - solved the transformation issue. is was my own fault. but now i noticed there is an issue where my cgpoint coordinates have a weird offset for some reason....

i'm working with a portrait orientation version of this app and i'm thinking it's less stable because we are initially passing the dlibwrapper function an image with smaller dimensions than...

Yea I'm already doing that. But I have the request run at every new frame so the tracking is jittery from frame to frame because we aren't using any data...