Re: [Shotwell] Enhance face detection

2018-06-25 Thread Narendra Acharya via shotwell-list
OK great. I will post an update here once I have the current functionality working over D-bus and a facedetect background process. Hope I can use the IRC channel for any other minor questions I may have. On Sunday, 24 June, 2018, 3:59:20 PM IST, Jens Georg wrote: > I understand the

Re: [Shotwell] Enhance face detection

2018-06-22 Thread Narendra Acharya via shotwell-list
ndra work in the use of theOpenCV vapi in shotwell now?Bye,Ricardo.2018-06-22 5:08 GMT-03:00, Narendra Acharya via shotwell-list: Hi, I was looking at the current face detection code in shotwell 0.29.2 and feel that it can be enhanced.So I pulled the code from https://gitlab.gnome.org/GNOME/shotwell.gi

Re: [Shotwell] Enhance face detection

2018-06-24 Thread Narendra Acharya via shotwell-list
Hi Jens, I understand the need for keeping OpenCV code in a separate process. Even so, I think we should consider starting this process as a 'daemon' when starting shotwell (controlled by an option) and communicate with it over RPC from the shotwell process instead of executing it for every

[Shotwell] Enhance face detection

2018-06-22 Thread Narendra Acharya via shotwell-list
Hi, I was looking at the current face detection code in shotwell 0.29.2 and feel that it can be enhanced.So I pulled the code from  https://gitlab.gnome.org/GNOME/shotwell.git and started making some changes.1. Do not run another process for face detection (shotwell-facedetect) but integrate

Re: [Shotwell] My post on face recognition in shotwell

2018-08-21 Thread Narendra Acharya via shotwell-list
Looks like the dnn module is shipped in OpenCV3 but current dependency is defined as >= 2.3.0. We could update the version to be > 3.0. Any idea why debian does not include the dnn module in the opencv package?My archlinux install does have it as part of the standard opencv

Re: [Shotwell] My post on face recognition in shotwell

2018-08-21 Thread Narendra Acharya via shotwell-list
Thanks for the feedback Jens. I will push the change in a day or two. On Wednesday, 22 August, 2018, 2:14:34 AM IST, Jens Georg wrote: On Tue, 2018-08-21 at 21:12 +0200, Jens Georg wrote: > > > Any idea why debian does not include the dnn module in the opencv > > > package? > > > > Not

Re: [Shotwell] Adding face recognition to shotwell

2018-07-17 Thread Narendra Acharya via shotwell-list
Brauchli wrote: Hi Narendra, On Mon, 2018-07-16 at 15:28 +, Narendra Acharya via shotwell-list wrote: > Hi, > > As mentioned in my recent posts, I am working on better integration > of face detection (via DBus) and add face recognition as the next > step. The DBus con

Re: [Shotwell] Adding face recognition to shotwell

2018-07-18 Thread Narendra Acharya via shotwell-list
Hi Jens, I agree that we should not be forcing the DNN model download for everyone. It could be an optional 'data' package which is required only for face recognition and not detection. This data package could probably be under a different license like you said.So I will assume the basic

Re: [Shotwell] Adding face recognition to shotwell

2018-07-21 Thread Narendra Acharya via shotwell-list
Hi, I modified the DBus code to use activation for launching the facedetect process. The build and install process has not been updated to install the DBus service file at the right place though. I presume there needs to be a meson directive to do that.As for the DNN model, should we create a

[Shotwell] Basic face recognition working!

2018-07-23 Thread Narendra Acharya via shotwell-list
Hi, I managed to get a basic version of face recognition working in my branch.https://gitlab.gnome.org/nma83/shotwell/commit/f7b2c2203d2d7b5a722f5133f79ea8baf14d7fcd It uses the OpenFace DNN model I had described earlier.There are some optimizations to be done for storing the intermediate face

[Shotwell] Adding face recognition to shotwell

2018-07-16 Thread Narendra Acharya via shotwell-list
Hi, As mentioned in my recent posts, I am working on better integration of face detection (via DBus) and add face recognition as the next step. The DBus connection cleanup is mostly done in my fork:  https://gitlab.gnome.org/nma83/shotwell/commits/wip/faces.In order to get to face recognition,

Re: [Shotwell] Enhance face detection

2018-07-06 Thread Narendra Acharya via shotwell-list
ST, Jens Georg > wrote: > > On Fri, 2018-06-22 at 08:08 +, Narendra Acharya via shotwell-list > wrote: > >> Hi, >> >> I was looking at the current face detection code in shotwell 0.29.2 >> and feel that it can be enhanced. >> So I pulled the code fr

Re: [Shotwell] Enhance face detection

2018-06-28 Thread Narendra Acharya via shotwell-list
on the labelled faces, with a minimum number of faces per label (maybe 10)3. Attempt to automatically recognise and label faces in photos after training On Saturday, 23 June, 2018, 8:54:43 PM IST, Jens Georg wrote: On Fri, 2018-06-22 at 08:08 +, Narendra Acharya via shotwell-list

Re: [Shotwell] My post on face recognition in shotwell

2018-09-15 Thread Narendra Acharya via shotwell-list
I pushed a change to add ifdef protection around the dnn code.https://gitlab.gnome.org/nma83/shotwell/commit/41da9cc11c4344a3ac317013fd4450d1df1673fa On Wednesday, 22 August, 2018, 12:42:31 AM IST, Jens Georg wrote: > > Any idea why debian does not include the dnn module in the