Currently, ApertureDBExportStorage.save_annotation() assumes that the annotated image already exists in the ADB storage. That is, it only works correctly if the exported task came from the same ADB instance.
In practice, it may be valuable to be able to export annotations that were not originally from the same storage. At least, this would require inserting images to ADB during save_annotation.
Currently,
ApertureDBExportStorage.save_annotation()assumes that the annotated image already exists in the ADB storage. That is, it only works correctly if the exported task came from the same ADB instance.In practice, it may be valuable to be able to export annotations that were not originally from the same storage. At least, this would require inserting images to ADB during save_annotation.