Hello all, I've managed to sort Face views. I've implemented a new Sort Role (Sort by Faces) which the User can select to sort the view whenever s/he wants. The default sort role is still Sort by Name. Here's a video I made: https://imgur.com/a/tUr88Zk Unknown Face Count comparisons are made using ItemInfo and hence are cached as suggested by Maik. The number of Database Read operations are exactly equal to how many faces are in a particular Tag (which would be much lesser than the number of total images). For eg. in the video linked only 12 Read operations will be done, even confirming/rejecting faces will not increase Read operations. I'll detail more about the implementations in my Status Report and link it here. Kartik |
Yes, your code implementation looks good, good job. I was just looking at the
code changes at the moment. I will test in the next few days. Maik Am Dienstag, 16. Juni 2020, 15:52:10 CEST schrieb Kartik Ramesh: > Hello all, > > I've managed to sort Face views. I've implemented a new Sort Role (Sort by > Faces) which the User can select to sort the view whenever s/he wants. The > default sort role is still Sort by Name. > > Here's a video I made: https://imgur.com/a/tUr88Zk > > Unknown Face Count comparisons are made using ItemInfo and hence are cached > as suggested by Maik. The number of Database Read operations are exactly > equal to how many faces are in a particular Tag (which would be much lesser > than the number of total images). For eg. in the video linked only 12 Read > operations will be done, even confirming/rejecting faces will not increase > Read operations. > > I'll detail more about the implementations in my Status Report and link it > here. > > Kartik |
Thanks for checking it out. I've cleaned out my code and pushed to GitLab, I've also updated my Status Report to include all the work I've done so far in GSoC. Here's the link to it: https://community.kde.org/GSoC/2020/StatusReports/KartikRamesh Kartik On Wed, Jun 17, 2020 at 12:08 AM Maik Qualmann <[hidden email]> wrote: Yes, your code implementation looks good, good job. I was just looking at the |
Free forum by Nabble | Edit this page |