mirror of
https://github.com/immich-app/immich.git
synced 2025-01-07 00:50:23 -05:00
chore(web): valid steps for setting max distance (#9791)
This commit is contained in:
parent
4c7347d653
commit
dedf1ecc9d
1 changed files with 1 additions and 1 deletions
|
@ -98,7 +98,7 @@
|
|||
inputType={SettingInputFieldType.NUMBER}
|
||||
label="MAX DETECTION DISTANCE"
|
||||
bind:value={config.machineLearning.duplicateDetection.maxDistance}
|
||||
step="0.01"
|
||||
step="0.0005"
|
||||
min={0.001}
|
||||
max={0.1}
|
||||
desc="Maximum distance between two images to consider them duplicates, ranging from 0.001-0.1. Higher values will detect more duplicates, but may result in false positives."
|
||||
|
|
Loading…
Reference in a new issue