From ff7ad62b0c75f96584a8f9d518492032ddef4a82 Mon Sep 17 00:00:00 2001 From: Rhet Turnbull Date: Tue, 25 Aug 2020 14:20:13 -0700 Subject: [PATCH] Updated Machine Learning Photo Classification in Photos 5 (markdown) --- Machine-Learning-Photo-Classification-in-Photos-5.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Machine-Learning-Photo-Classification-in-Photos-5.md b/Machine-Learning-Photo-Classification-in-Photos-5.md index 6b27eaa..371d9ac 100644 --- a/Machine-Learning-Photo-Classification-in-Photos-5.md +++ b/Machine-Learning-Photo-Classification-in-Photos-5.md @@ -2,5 +2,6 @@ In Catalina, Apple added machine learning to Photos to automatically classify ph The data for the image classification labels is stored in `Photos Library.photoslibrary/database/search/psi.sqlite` which has the following schema: - [Photos 5](https://github.com/RhetTbull/osxphotos/wiki/psi.sqlite-schema-(Photos-5)) +- [Photos 6](https://github.com/RhetTbull/osxphotos/wiki/psi.sqlite-schema-(Photos-6)) See also this [post](https://simonwillison.net/2020/May/21/dogsheep-photos/) by Simon Willison.