escoand
escoand
The normal panel in Cinnamon 2.6 has the intellihide and scroll effect: https://github.com/linuxmint/Cinnamon/blob/master/js/ui/panel.js#L1807 The transparent background is in my case the background of the panel - so maybe its just...
BTW: This is an result of the discussion in #319.
OK, and what do you think of the other way around? Saving the XMP data to the files?
Found an interesting comparison and summary of all the well known face detection algorithms: https://www.learnopencv.com/face-detection-opencv-dlib-and-deep-learning-c-python/
@matiasdelellis ok, than I would like to ask if digiKam and this Nextcloud add-on are using the same tagging schema? So you could use either software and switch some day.
I've also tested digiKam. The face detection worked out quite well for me, but the face recognition was also nearly useless. I had the feeling with every tagged face the...
One extra point: digiKam creates EXIF/XMP tags and keywords. This could be search for by any software and would be a nice solution additional to the information in the database.
@matiasdelellis Anyway, some kind of standard tagging schema would be helpful. Is this plugin already saving the results into the images?
`make` without geoip is not working for me: ``` cc -O2 -DSYSCONFDIR=\"/mingw64/etc\" -Wall -Wextra -Wnested-externs -Wformat=2 -Wmissing-prototypes -Wstrict-prototypes -Wmissing-declarations -Wwrite-strings -Wshadow -Wpointer-arith -Wsign-compare -Wbad-function-cast -Wcast-align -Wdeclaration-after-statement -Wshadow -Wold-style-definition -pthread -o...
It's already installed. But as you can see it gets defined but not used in `Makefile`: ``` $ grep -i intl Makefile $(top_srcdir)/m4/iconv.m4 $(top_srcdir)/m4/intlmacosx.m4 \ INTLLIBS = /mingw64/lib/libintl.dll.a -L/mingw64/lib INTL_MACOSX_LIBS...