Earlier quoted context omitted.
I don't really have problems with multi monitor and KDE.
I do - every time I unlock my screen, Plasma crashes, and my windows get randomly distributed around my virtual desktops. Oddly enough, if I only have one monitor enabled, it doesn't happen. And yes, I've nuked my preferences several times.
Digikam 7.0: Open-source photo management
91–100 of 136 posts
Re: Digikam 7.0: Open-source photo management
#92Maybe they have now what Picasa did 7 years ago.
This comment seems mean, perhaps. But, Picasa's facial recognition was far better than Digikam's and I marveled at how Picasa could do so quickly, so long ago, what Digikam has failed to do (until now?). I've been a Digikam user for a long time now, it's really useful for me, but the whole face-tagging system has been really poor for a long time IMO (eg all faces recognised in one image as same person; all tags recog…
Re: Digikam 7.0: Open-source photo management
#93Earlier quoted context omitted.
I had dozens of photographer friends try importing their multi TB photo libraries into different Linux systems using all kinds of photo management software. They all choke. Shotwell is the most stable but even it will crash every few few weeks and that would periodically require reimporting all the photos again...
My library is only 50k raw files, and Lightroom is not exaxtly fast either. Browsing the library, scrolling, etc. is sluggish. On a powerful workstation, 24 threads, 128gb ram, etc
Re: Digikam 7.0: Open-source photo management
#94Earlier quoted context omitted.
I don't really have problems with multi monitor and KDE.
I do - every time I unlock my screen, Plasma crashes, and my windows get randomly distributed around my virtual desktops. Oddly enough, if I only have one monitor enabled, it doesn't happen. And yes, I've nuked my preferences several times.
Re: Digikam 7.0: Open-source photo management
#95Earlier quoted context omitted.
According to Wikipedia it is called prosopagnosia [1]. I have never been formally diagnosed, but I cannot even recognize the faces of my own family members to save my life. Having software that sorts faces will be great. Given that I only use open source software, I am quite excited for this new release. [1] https://en.m.wikipedia.org/wiki/Prosopagnosia
yeah I knew there was a proper term I just couldn't bother digging again. Do you think a software aiding you into recognizing would help your life ? or are you fine with that condition now ?
I mainly see software helping me organize my photos. I have always dreamed of a Google Glass like thing that would instantly tell me who everyone is, but I think everybody would find it creepy. Of course currently people find it weird that it takes me >15 seconds to recognize a friend when it seems to take everybody barely 2 seconds.
Re: Digikam 7.0: Open-source photo management
#96I'm currently using Google Photos for facial recognition, however since they broke their Google Drive integration I'd like to move away from it. For now I am using a combination of Syncthing, the Google Photos interface and rclone. Is there an API or potential to use this in headless for integration in other apps such as web or Android? What about the automated cards and animations that Google Photos creates? Is ther…
Nextcloud is self-hosted solution and there is plugin for it that allows you to recognize and cluster faces (to persons) using DLib: https://github.com/matiasdelellis/facerecognition . This might be close to what you need (while Nextcloud is huge software on its own, it is not best photo management app)
Re: Digikam 7.0: Open-source photo management
#97Sorry for somewhat unrelated query: is Digikam a replacement for Darktable? If not what's a good workflow between the two? I am a hobbyist photo taker and have only recently started using Darktable and really enjoy using it. However, it isn't a very efficient photo manager in my opinion (I may very well be missing something).
I would say they're complementary. Digikam is more of an all-around organizer and has lots of import/export stuff, tagging, and now good face recognition too apparently (the old one was based on classic Haar cascades). Darktable is for selecting a series of shots, going through them, developing the ones you want to keep.
So perhaps closer to Photo Mechanic?
Re: Digikam 7.0: Open-source photo management
#98Re: Digikam 7.0: Open-source photo management
#99ie families, or small organizations where the photos (and database) would reside on a computer, but other users on their computers could access it via the local network.
At the moment, this middle ground doesn't seem to exist. It's either single-user only photo management software or full-blown multi-user digital asset management software with enterprise-level pricing.
Re: Digikam 7.0: Open-source photo management
#100Every year for at least last 5 years I have been trying Digikam. Every year like 99.9% of the reasonably complicated GUI-based single process multi-functional software written on Linux it would blow up while working with marginally large sets of files (~ 50k photos, roughly evenly split between 24 megapixel NEF files and random resolution jpegs ) It is just sad to see that the imaging/image processing/image organizin…
You just described the architecture of PhotoStructure: https://photostructure.com/server/photostructure-for-servers... (Not a dozen components, though; just four. A main/watchdog service, a web service, a volume watchdog and directory scanner service, and a cluster of sync-file jobs). Related: it was a total pita to handle real-time debugging until I made my own `tail -f` that sorted by timestamp and automatically up…