mirror of
https://github.com/photoprism/photoprism.git
synced 2025-12-12 00:34:13 +01:00
Metadata: Increase probability of keywords extracted from captions #4603
Signed-off-by: Michael Mayer <michael@photoprism.app>
This commit is contained in:
@@ -516,7 +516,7 @@ func (m *Photo) UpdateCaptionLabels() error {
|
||||
}
|
||||
|
||||
labelIds = append(labelIds, label.ID)
|
||||
FirstOrCreatePhotoLabel(NewPhotoLabel(m.ID, label.ID, 20, classify.SrcCaption))
|
||||
FirstOrCreatePhotoLabel(NewPhotoLabel(m.ID, label.ID, 15, classify.SrcCaption))
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user