People: Improve Facial Recognition Accuracy, Command, and UI #22

Work in progress. Performed refactoring along the way.
This commit is contained in:
Michael Mayer
2021-08-13 20:04:59 +02:00
parent 9c99c35db1
commit a974b3a7ea
26 changed files with 417 additions and 226 deletions

View File

@@ -63,10 +63,10 @@ func copyAction(ctx *cli.Context) error {
log.Infof("copying media files from %s to %s", sourcePath, conf.OriginalsPath())
imp := service.Import()
w := service.Import()
opt := photoprism.ImportOptionsCopy(sourcePath)
imp.Start(opt)
w.Start(opt)
elapsed := time.Since(start)