universal-data-tool icon indicating copy to clipboard operation
universal-data-tool copied to clipboard

Multiple imports of same image possible

Open FlorianMF opened this issue 4 years ago • 1 comments

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

FlorianMF avatar Jan 06 '21 10:01 FlorianMF

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:

  1. Duplicate samples should not be allowed if the rest of the properties of the sample are identical (except _id)
  2. Duplicate samples could be disabled via the interface tab

seveibar avatar Feb 02 '21 15:02 seveibar