nk950357 Posted November 16, 2021 #1 Posted November 16, 2021 (edited) https://blog.jinlife.com/index.php/archives/49/ https://github.com/jinlife/Synology_Photos_Face_Patch/releases Original work credits to Chinese developer @jinlife "Seems Synology Photos uses OpenCV's DNN to make face recognition works. The library which Synology uses can call different NN model according to different Synology models, and uses GPU to speed up. If hardware doesn't match with library, then it won't work. So the main problem that Face Recognition doesn't work is GPU problem, not if the S/N is valid or not." Developer has wrote how this patch works in his website. For fix, follow these instructions: backup original library: cp /var/packages/SynologyPhotos/target/usr/lib/libsynophoto-plugin-model.so /to/anywherwe/you/want download patch from developer's github (check your version before download it) copy patch to library: sudo cp /from/where/you/saved/patch /var/packages/SynologyPhotos/target/usr/lib/ Restart your device, or just disable synology photos then reenable again. Do re-index from Synology Photos' setting. Take a break. It will work after a few minutes. Only DS918+ need this fix, since DS3615xs doesn't support GPU acceleration. Edited November 16, 2021 by nk950357 Quote
T-REX-XP Posted November 19, 2021 #2 Posted November 19, 2021 Thank you for the solution. Is it possible to use google coral ai stick for HW acceleration? Quote
pocopico Posted November 19, 2021 #3 Posted November 19, 2021 11 hours ago, T-REX-XP said: Thank you for the solution. Is it possible to use google coral ai stick for HW acceleration? You can try QNAP as a VM. Instructions on this forum as well Quote
phytan Posted November 29, 2021 #4 Posted November 29, 2021 On 11/19/2021 at 5:04 PM, T-REX-XP said: Thank you for the solution. Is it possible to use google coral ai stick for HW acceleration? The embedded intel core GPU is not so good for AI HW acceleration. For example: The i7-10xxx and its UHD630. CPU and GPU might be similar speed. Unless you are using some Nvidia GPU card like 1080Ti, then the AI calculation is much more faster than the CPU. For the google coral AI stick, it seems not compatible with OpenCV and its DNN. You may not able to use it in Synology. Quote
terence Posted January 30, 2024 #5 Posted January 30, 2024 The patch worked in my DS918+ DSM 7.2.1 (w/ J1900 CPU). Thx Quote
StanP Posted February 12, 2024 #6 Posted February 12, 2024 (edited) Hey there, just to get things right : this patch is useful if face rec. doesn't work at all, correct ? Or will it also improve things with face rec. not detecting some faces ? (DSM 7.2.1 on DS918+ here) Thanks a lot Edited February 12, 2024 by StanP typo Quote
dj_nsk Posted February 12, 2024 #7 Posted February 12, 2024 1 час назад, StanP сказал: Or will it also improve things with face rec. not detecting some faces ? No, it won't help you recognize faces even better Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.