G Jie Posted August 23, 2019 Share #1 Posted August 23, 2019 After upgraded to DSM 6.2.2 and moments 1.3.2, the face recognition is empty , and concept category only has child. I found thus shoud be a bug of photo detection plugin. So, there is the way to fix it: 1. enable SSH, and disable Moments. 2. replace /var/packages/SynologyMoments/target/usr/lib/libsynophoto-plugin-detection.so with my attachment. 3. enable Moments. (maybe need to reindex.) everything is fine. Enjoy~ libsynophoto-plugin-detection.so 7 5 Quote Link to comment Share on other sites More sharing options...
Remi Posted August 23, 2019 Share #2 Posted August 23, 2019 (edited) It works perfectly. the identification of subjects as well as the "For you" tab works. Thank you very much. Edited August 24, 2019 by Remi Quote Link to comment Share on other sites More sharing options...
Batmoine Posted August 24, 2019 Share #3 Posted August 24, 2019 Nice ! It's work 👍 thx G Jie 🙂 Quote Link to comment Share on other sites More sharing options...
xtronets Posted August 25, 2019 Share #4 Posted August 25, 2019 how to chagne this file i have message "acces denied" Quote Link to comment Share on other sites More sharing options...
Olegin Posted August 25, 2019 Share #5 Posted August 25, 2019 Seems that needs root acсess, do this bofore replacing: sudo -i Quote Link to comment Share on other sites More sharing options...
xtronets Posted August 25, 2019 Share #6 Posted August 25, 2019 3 hours ago, Olegin said: Seems that needs root acсess, do this bofore replacing: sudo -i How i can to do on winscp? Quote Link to comment Share on other sites More sharing options...
Olegin Posted August 25, 2019 Share #7 Posted August 25, 2019 (edited) @xtronets Install putty and do with it. Edited August 25, 2019 by Olegin Quote Link to comment Share on other sites More sharing options...
xtronets Posted August 25, 2019 Share #8 Posted August 25, 2019 I have putty but i want do tgin in winscp Quote Link to comment Share on other sites More sharing options...
G Jie Posted August 26, 2019 Author Share #9 Posted August 26, 2019 12 hours ago, xtronets said: I have putty but i want do tgin in winscp You can copy the file to "/tmp/" folder with winscp. Then, login with ssh(putty), run: sudo cp /tmp/libsynophoto-plugin-detection.so /var/packages/SynologyMoments/target/usr/lib/libsynophoto-plugin-detection.so Quote Link to comment Share on other sites More sharing options...
xtronets Posted August 26, 2019 Share #10 Posted August 26, 2019 Thank you for your help Quote Link to comment Share on other sites More sharing options...
Polanskiman Posted August 26, 2019 Share #11 Posted August 26, 2019 On 8/23/2019 at 9:53 AM, G Jie said: 2. replace /var/packages/SynologyMoments/target/usr/lib/libsynophoto-plugin-detection.so with my attachment. Hello, As prescribed by the forum rules: Quote 7 - Attachements must come with clear descriptions of what they are and what they do. 8 - Materials derived from Open Source must include source code, as well as an explanation of what has been done to it. Could please inform us what were the changes made to that file? Thank you. Quote Link to comment Share on other sites More sharing options...
G Jie Posted August 27, 2019 Author Share #12 Posted August 27, 2019 15 hours ago, Polanskiman said: Hello, As prescribed by the forum rules: Could please inform us what were the changes made to that file? Thank you. Sure, Idon't know how to edit the exist topic. Ca you update it for me? The libsynophoto-plugin-detection.so is extracted from previous version(1.2.1-0646) of Moments. Quote Link to comment Share on other sites More sharing options...
Polanskiman Posted August 27, 2019 Share #13 Posted August 27, 2019 Ok thank you. I will edit the OP. Quote Link to comment Share on other sites More sharing options...
paarsand Posted October 16, 2019 Share #14 Posted October 16, 2019 (edited) Can anyone tell me why this fixes it? I have the right number of cores, and everything setup right. How will an update of moments affect this? Edited October 16, 2019 by paarsand Quote Link to comment Share on other sites More sharing options...
swanbird Posted November 11, 2019 Share #15 Posted November 11, 2019 It works after replace this file,but Live Photo is still not detected, Can fixes it? Quote Link to comment Share on other sites More sharing options...
Mjombly Posted January 27, 2020 Share #16 Posted January 27, 2020 I have Moments 1.3.3-0700 installed and tried the fix above. I managed to download the full Moments package for version 1.2.1-0646 (the X86 version) and extract the libsynophoto-plugin-detection.so file. I stopped the Moments package, replaced the file with the older version and then started it again and triggered a re-index but it didn't fix the problem. I'm running Xpenology on an HP N54L with AMD Turion II processor. Is this fix still working for people and if so any pointers for something I might have missed? This is an extract from my synophoto.log file: 2020-01-27T16:31:58+00:00 TheHamptons synophoto-task-center: /source/synophoto/src/lib/io/channel.cpp:104 channel[] failed to send: write: Broken pipe 2020-01-27T16:31:58+00:00 TheHamptons synophoto-task-center: /source/synophoto/src/lib/io/channel.cpp:81 channel[/run/synophoto/concept.socket] construct failed: connect: Connection refused Any pointers gratefully received! Quote Link to comment Share on other sites More sharing options...
oran Posted February 23, 2020 Share #17 Posted February 23, 2020 On 1/28/2020 at 12:55 AM, Mjombly said: I have Moments 1.3.3-0700 installed and tried the fix above. I managed to download the full Moments package for version 1.2.1-0646 (the X86 version) and extract the libsynophoto-plugin-detection.so file. I stopped the Moments package, replaced the file with the older version and then started it again and triggered a re-index but it didn't fix the problem. I'm running Xpenology on an HP N54L with AMD Turion II processor. Is this fix still working for people and if so any pointers for something I might have missed? This is an extract from my synophoto.log file: 2020-01-27T16:31:58+00:00 TheHamptons synophoto-task-center: /source/synophoto/src/lib/io/channel.cpp:104 channel[] failed to send: write: Broken pipe 2020-01-27T16:31:58+00:00 TheHamptons synophoto-task-center: /source/synophoto/src/lib/io/channel.cpp:81 channel[/run/synophoto/concept.socket] construct failed: connect: Connection refused Any pointers gratefully received! same to me. Quote Link to comment Share on other sites More sharing options...
Jamzor Posted June 16, 2020 Share #18 Posted June 16, 2020 On 8/23/2019 at 4:53 AM, G Jie said: After upgraded to DSM 6.2.2 and moments 1.3.2, the face recognition is empty , and concept category only has child. I found thus shoud be a bug of photo detection plugin. So, there is the way to fix it: 1. enable SSH, and disable Moments. 2. replace /var/packages/SynologyMoments/target/usr/lib/libsynophoto-plugin-detection.so with my attachment. 3. enable Moments. (maybe need to reindex.) everything is fine. Enjoy~ libsynophoto-plugin-detection.so 48.72 kB · 180 downloads Is this still working? Seems a few people posted problems and no answer in months.. Quote Link to comment Share on other sites More sharing options...
DSMonESXi Posted June 23, 2020 Share #19 Posted June 23, 2020 (edited) On 6/17/2020 at 5:00 AM, Jamzor said: Is this still working? Seems a few people posted problems and no answer in months.. I have had success using this fix. ESXi 7.0 with i5-8500T, 4 vCPUs running Jun1.04b and DS918+ 6.2.3-25426 Edited June 23, 2020 by DSMonESXi Quote Link to comment Share on other sites More sharing options...
Jamzor Posted June 24, 2020 Share #20 Posted June 24, 2020 22 hours ago, DSMonESXi said: I have had success using this fix. ESXi 7.0 with i5-8500T, 4 vCPUs running Jun1.04b and DS918+ 6.2.3-25426 Doesnt work for me.. Subject Dog can be found but no faces. and in "for you" tab always says "come back later" basically... Quote Link to comment Share on other sites More sharing options...
stignekstad Posted July 14, 2020 Share #21 Posted July 14, 2020 This worked fine, thank you dsm 6.2.3-25426 Quote Link to comment Share on other sites More sharing options...
otobcn Posted July 31, 2020 Share #22 Posted July 31, 2020 i have dsm 6.2.3-25426 and not needed any patch.. works finde facerecognition without any patch. native working.. Quote Link to comment Share on other sites More sharing options...
mcdull Posted August 1, 2020 Share #23 Posted August 1, 2020 You may wish to see my other post for the reason. If you have correct number of core in ESXi set up, there is no need to patch the file. Using an old component will certainly cause some other issues. Quote Link to comment Share on other sites More sharing options...
Au Hun Boon Posted November 15, 2020 Share #24 Posted November 15, 2020 (edited) Thanks for your effort. Edited November 15, 2020 by Au Hun Boon Quote Link to comment Share on other sites More sharing options...
koval Posted January 5, 2021 Share #25 Posted January 5, 2021 Thank you so much for this patch. Confirm: DSM-6.2.3-25426 Update 3 Moments 1.3.6-0716 Works great! Quote Link to comment Share on other sites More sharing options...
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.