Loading
photoprism: fix model linking
Photoprism expects models to appear under $PHOTOPRISM_ASSETS_PATH/models/* and not just $PHOTOPRISM_ASSETS_PATH/*. Without this change models like facenet won't actually be loaded, and the following error will show up in logs: ``` vision: Could not find SavedModel .pb or .pbtxt at supplied export directory path: /nix/store/...-photoprism-251130-b3068414c/share/photoprism/models/facenet. Check that the directory exists and that you have the right permissions for accessing it. (init ) ```