-
Notifications
You must be signed in to change notification settings - Fork 66
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
CvFaceLandmark flickers and disappears when head is tilted #22
Comments
Hi Axcasella,
I have not really messed around with performance that much but I am super
excited to see what you can do to tweak it and get some better
preformance!! I was content to get rid of any kind of memory leaks and so
the performance was adequate. I have added you as a collaborator. Feel
free to make any changes or updates to the code base in a separate branch
or the master branch.
Best regards,
Adam
…On Sat, May 16, 2020 at 5:55 PM axcasella ***@***.***> wrote:
Hi Adam, thanks for putting this together. I tried the CvFaceLandmark
example
<https://github.com/adamgf/react-native-opencv3-tests/tree/master/CvFaceLandmarks>.
A couple of issues/questions:
The landmarks from CvFaceLandmark shows up in IOS, however, it flickers a
lot and disappears whenever the face moves. Does it not do live tracking? I
guess it could also be a performance issue with rendering a element for
every landmark point. Perhaps it will work better if I switched to a canvas
and drew the landmarks in the canvas?
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#22>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAJ6V3Y23XHAFNAHXQN6SCLRR4YYFANCNFSM4NDEYAIQ>
.
|
I mean major memory leaks that would crash the app. There are still a
bunch of more minor memory leaks.
Best regards,
Adam
…On Sun, May 17, 2020 at 6:59 PM Adam ***@***.***> wrote:
Hi Axcasella,
I have not really messed around with performance that much but I am super
excited to see what you can do to tweak it and get some better
preformance!! I was content to get rid of any kind of memory leaks and so
the performance was adequate. I have added you as a collaborator. Feel
free to make any changes or updates to the code base in a separate branch
or the master branch.
Best regards,
Adam
On Sat, May 16, 2020 at 5:55 PM axcasella ***@***.***>
wrote:
> Hi Adam, thanks for putting this together. I tried the CvFaceLandmark
> example
> <https://github.com/adamgf/react-native-opencv3-tests/tree/master/CvFaceLandmarks>.
> A couple of issues/questions:
>
> The landmarks from CvFaceLandmark shows up in IOS, however, it flickers a
> lot and disappears whenever the face moves. Does it not do live tracking? I
> guess it could also be a performance issue with rendering a element for
> every landmark point. Perhaps it will work better if I switched to a canvas
> and drew the landmarks in the canvas?
>
> —
> You are receiving this because you are subscribed to this thread.
> Reply to this email directly, view it on GitHub
> <#22>, or
> unsubscribe
> <https://github.com/notifications/unsubscribe-auth/AAJ6V3Y23XHAFNAHXQN6SCLRR4YYFANCNFSM4NDEYAIQ>
> .
>
|
Thanks Adam. If you are aware of the minor memory leaks, can you point them out so I can fix them? I will investigate the code a bit more this week |
Hi @axcasella, |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi Adam, thanks for putting this together. I tried the CvFaceLandmark example. A couple of issues/questions:
The landmarks from CvFaceLandmark shows up in IOS, however, it flickers a lot and disappears whenever the face moves. Does it not do live tracking? I guess it could also be a performance issue with rendering a element for every landmark point. Perhaps it will work better if I switched to a canvas and drew the landmarks in the canvas?
The text was updated successfully, but these errors were encountered: