You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.The text was updated successfully, but these errors were encountered: