mirror of
https://github.com/photoprism/photoprism.git
synced 2025-12-12 00:34:13 +01:00
People: Improve Facial Recognition Accuracy, Command, and UI #22
Work in progress. Performed refactoring along the way.
This commit is contained in:
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user