Scan across multiple users? #57
-
|
Let's say User1 and User2 went on a trip together and managed to take very similar photos, similar enough to be considered duplicates. Would the tool flag these as duplicates and allow the removal of the lower quality one (per criteria selected)? Or is the duplicate search logic scoped within each user DB? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
|
The duplicate detection scope depends on which users you import in the Fetch phase:
So yes, if User1 and User2 went on a trip together and you import both users, the tool will flag similar photos across their libraries as duplicates. How to use it:
The similarity search doesn't filter by owner - it searches across all imported assets regardless of which user owns them. |
Beta Was this translation helpful? Give feedback.
The duplicate detection scope depends on which users you import in the Fetch phase:
So yes, if User1 and User2 went on a trip together and you import both users, the tool will flag similar photos across their libraries as duplicates.
How to use it:
The similarity search doesn't filter by owner - it searches across all imported assets regardless of which user owns them.