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
When using the "Import tasks & datasets" functionality and importing a YAML file, if there is no "landmark" object associated with an image, it will be impossible to annotate that image.
When opening the image for annotation, whether from the image list or from clicking on "continue annotation", either of those things will happen:
The layout of the page loads but the image does not load
The image loads, but when clicking on it to annotate, it does not create a landmark
When clicking on "Save" or "Reject" in such case, it will display an error message top left of the screen:
Save failed
'0'
Here is a very simple yaml file you can import to reproduce the bug (just replace the path to the image):
With the landmark annotations, untested with other styles of annotations.
Branch with the import task button:
https://github.com/smistad/annotationweb/tree/feature/import-task
When using the "Import tasks & datasets" functionality and importing a YAML file, if there is no "landmark" object associated with an image, it will be impossible to annotate that image.
When opening the image for annotation, whether from the image list or from clicking on "continue annotation", either of those things will happen:
When clicking on "Save" or "Reject" in such case, it will display an error message top left of the screen:
Here is a very simple yaml file you can import to reproduce the bug (just replace the path to the image):
The text was updated successfully, but these errors were encountered: