Search found 15 matches

by jms
Thu Jun 20, 2019 8:29 am
Forum: MP - Suggestions
Topic: recognizing faces and people
Replies: 33
Views: 18217

Re: recognizing faces and people

Yes Oliver this would be a good start!
by jms
Tue Feb 19, 2019 7:32 pm
Forum: MP - Suggestions
Topic: recognizing faces and people
Replies: 33
Views: 18217

Re: recognizing faces and people

Einfach nur erkennen, dass und wo überhaupt ein Gesicht ist, das ist leicht.
Bestimmte Leute erkennen ist nicht so leicht.
by jms
Mon Feb 18, 2019 8:20 pm
Forum: MP - Suggestions
Topic: recognizing faces and people
Replies: 33
Views: 18217

Re: recognizing faces and people

Would it help if I write a face detection in python?
by jms
Sun Sep 16, 2018 9:46 am
Forum: MP - Suggestions
Topic: recognizing faces and people
Replies: 33
Views: 18217

Re: recognizing faces and people

If hundred people write "yes please" then maybe. But I see only 3 people here.
by jms
Fri Aug 03, 2018 7:55 am
Forum: MP - General Support
Topic: paper size selection for print
Replies: 2
Views: 710

Re: paper size selection for print

Same here. If I change the paper size with the red marked button (from the picture here), and I go back, the paper size did not change.

XNView 0.9 Linux Ubuntu 18.04
by jms
Fri Mar 30, 2018 8:05 am
Forum: MP - Suggestions
Topic: recognizing faces and people
Replies: 33
Views: 18217

Re: recognizing faces and people

For the first version, you could find and mark faces and allow the user to type the name. This is the same what facebook does.
by jms
Fri Mar 02, 2018 5:46 pm
Forum: MP - Suggestions
Topic: recognizing faces and people
Replies: 33
Views: 18217

Re: recognizing faces and people

To detect the faces in a photo is very easy with openCV. Then people can add the name manually.
The next step is to train openCV with the manual names and to automatically recognize people.

For finding the faces, you convert the picture to grayscale and use openCV array faces = face_cascade ...
by jms
Tue Feb 13, 2018 5:26 pm
Forum: MP - Suggestions
Topic: recognizing faces and people
Replies: 33
Views: 18217

recognizing faces and people

I'm just playing with openCV and I made python programs that can recognize when there is a face in a picture, and if the face is trained in the database, they know the name of the person. With openCV this is quiet easy.

I loved google-picasa because it had virtual folders for your friends and ...
by jms
Sun Feb 19, 2017 5:47 pm
Forum: Closed/Resolved
Topic: Exif mod. date shown as "date taken" in the browser
Replies: 7
Views: 811

Re: Exif mod. date shown as "date taken" in the browser

I just found the setting "tools-settings-general-file operations-keep orignal file date/time".
The default was to keep the original date.
by jms
Sun Feb 19, 2017 4:23 pm
Forum: Closed/Resolved
Topic: Exif mod. date shown as "date taken" in the browser
Replies: 7
Views: 811

Re: Exif mod. date shown as "date taken" in the browser

When saving a picture in linux, the modification date is not updated.
by jms
Fri Oct 28, 2016 12:22 pm
Forum: Closed/Resolved
Topic: Exif mod. date shown as "date taken" in the browser
Replies: 7
Views: 811

Re: Exif mod. date shown as "date taken" in the browser

I already found your answer in http://newsgroup.xnview.com/viewtopic.php?t=9975&p=46930


by xnview » Mon Mar 19, 2007 8:44 am
Ok, it's normal, the date used for sort is 'EXIF: date modified'


So it is sorting by <date modified> by design.
I was assuming it sorts by date taken.
But the mouse-over ...
by jms
Wed Oct 26, 2016 6:30 pm
Forum: Closed/Resolved
Topic: Exif mod. date shown as "date taken" in the browser
Replies: 7
Views: 811

Exif mod. date shown as "date taken" in the browser

I have some pictures with an exif date modified of 18.8.2016 and date taken of 20.2.2016.
But in the browser, XnView shows in the tooltip 18.8. as the date taken and if I sort by exif date, it sort by that modified date and not by date taken.