From 595ef1bcae3a206a8142657e5f5a1d8fc80448b5 Mon Sep 17 00:00:00 2001 From: Rhet Turnbull Date: Tue, 25 Aug 2020 14:18:16 -0700 Subject: [PATCH] Updated Machine Learning Photo Classification in Photos 5 (markdown) --- Machine-Learning-Photo-Classification-in-Photos-5.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Machine-Learning-Photo-Classification-in-Photos-5.md b/Machine-Learning-Photo-Classification-in-Photos-5.md index c9fe75d..6b27eaa 100644 --- a/Machine-Learning-Photo-Classification-in-Photos-5.md +++ b/Machine-Learning-Photo-Classification-in-Photos-5.md @@ -1,6 +1,6 @@ In Catalina, Apple added machine learning to Photos to automatically classify photos based on subject of the photo. For example, if you search for "trees", Photos will show all photos with trees even if you haven't tagged or labeled the photos as such. osxphotos provides access to these through the [labels](https://github.com/RhetTbull/osxphotos#labels) property. The data for the image classification labels is stored in `Photos Library.photoslibrary/database/search/psi.sqlite` which has the following schema: -- [Photos 5](foo) +- [Photos 5](https://github.com/RhetTbull/osxphotos/wiki/psi.sqlite-schema-(Photos-5)) See also this [post](https://simonwillison.net/2020/May/21/dogsheep-photos/) by Simon Willison.