_RangeDistanceToleranceAverage

VerifyPersonContainersDisplayDirectoryAllFiles
usePersonCharactersCopyCount
This commit is contained in:
2023-06-18 18:51:30 -07:00
parent 8282821c82
commit ea25d268ff
8 changed files with 109 additions and 23 deletions

View File

@ -13,13 +13,12 @@ completedColumns:
## Todo
- [import-know-faces-into-db](tasks/import-know-faces-into-db.md)
## In Progress
- [import-know-faces-into-db](tasks/import-know-faces-into-db.md)
- [setup-photo-prism-again-in-wsl-docker](tasks/setup-photo-prism-again-in-wsl-docker.md)
- [run-scan-originals](tasks/run-scan-originals.md)
- [find-incorrectly-mapped-faces](tasks/find-incorrectly-mapped-faces.md)
## Done

View File

@ -0,0 +1,16 @@
---
created: 2023-06-12T15:44:11.932Z
updated: 2023-06-12T15:45:59.891Z
assigned: ""
progress: 0
tags: []
---
# find-incorrectly-mapped-faces
- Added _RangeDistanceToleranceAverage to rename ~200 files to *.ukn
## Sub-tasks
- [ ] Kristy has some Mike Phares Jr
- [ ] Ethan B has some Phares slides

View File

@ -8,6 +8,24 @@ tags: []
# import-know-faces-into-db
```bash
# locating data volumes in docker desktop windows
# https://stackoverflow.com/questions/43181654/locating-data-volumes-in-docker-desktop-windows
# phpmyadmin mariadb docker compose
# https://david.dev/how-to-install-mariadb-phpmyadmin-with-docker-compose
# https://docs.photoprism.app/user-guide/backups/
docker compose exec photoprism photoprism backup -i -f
# https://docs.photoprism.app/user-guide/backups/restore/
docker compose exec photoprism photoprism restore -i -f
```
## Sub-tasks
- [ ] import-know-faces-into-db
- [x] Backup DB
- [x] Add PhpMyAdmin to docker
- [x] Restore DB
- [x] Update code 5ec29e81a095cca0bbc76161bc8ef2a60b911274 and 8282821c82025c662c1d3f45ce68fc183f231789
- [x] Run code then execute 638226889564490047-marker_name_update.sql
- [x] Re-index (NOT complete)
- [x] Execute 638226889564490047-subject_alias_update.sql
- [x] Backup DB