Skip to content
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

Cannot add landmark on an image with no existing landmarks #76

Open
e-platini opened this issue Nov 18, 2024 · 0 comments
Open

Cannot add landmark on an image with no existing landmarks #76

e-platini opened this issue Nov 18, 2024 · 0 comments

Comments

@e-platini
Copy link

For the landmark task. When attempting to annotate an image that does not already contain at least 1 landmark, it is not possible to add the first landmark to the image.

This is due g_landmarks[g_currentFrameNr].length before adding a landmark. When there is no landmark g_landmark is empty and this check makes the whole function crash.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant