universal-data-tool
universal-data-tool copied to clipboard
Multiple imports of same image possible
When importing images from local storage, no check is done if they have already been imported. Importing several times the same image leads to 3 entries in the JSON file, each with a different value for '_id', but the same value for ' imageUrl'.
Used Desktop installation on Windows 10 Versions used: 'v0.14.12', 'v0.14.14', 'v0.14.15', 'v0.14.16' Template used: Image Classification
This is intentional behavior, we reuse an images to, for example, label isolated sections of the image using the allowedArea
property of the sample. HOWEVER:
- Duplicate samples should not be allowed if the rest of the properties of the sample are identical (except
_id
) - Duplicate samples could be disabled via the interface tab