-
Notifications
You must be signed in to change notification settings - Fork 13
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
OpenCV error at the end of the video #35
Comments
@Athuliva sorry I didn't meet this problem so far. make sure all landmarks are correct, especially data format. |
i am getting the error at the of the video. It reaches Aborted (core dumb) and no EOS signal. |
@Athuliva no clue to this. Maybe you can use gdb to debug for more information. |
i wasn't using the updated code for custom parser, and at some corner condition was getting wrong keypoints. with the updated custom parser everything works fine |
i faced the same issue with the updated custom parser and retinaface-mobilenet. After debugging I found that the shape of dst matrix is not always (5,2)
i am getting the following output
I hard coded
@zhouyuchong but i am not sure commenting these few lines cause any side effects, can you please tell the purpose of checking the count of Non zero elements in the landmark |
For face alignment there should be 5 landmarks, which detector are you using? to pass the landmarks from raw output of detector to |
i am using retinaface from https://github.com/wang-xinyu/tensorrtx/tree/master/retinaface |
@Athuliva doesn't matter with version you use, make sure all the landmarks are passed correctly. |
i get an opencv error at the end of a video.
The text was updated successfully, but these errors were encountered: