https://bugs.kde.org/show_bug.cgi?id=267789
--- Comment #18 from Alex <alexjironkin gmail com> 2011-03-09 10:41:50 --- Not yet sorry, I am going to do it this afternoon. Alex On 9 Mar 2011, at 09:35, Gilles Caulier wrote: > https://bugs.kde.org/show_bug.cgi?id=267789 > > > > > > --- Comment #17 from Gilles Caulier <caulier gilles gmail com> 2011-03-09 10:35:17 --- > Alex, > > Did you manage all changes in libkface to compile fine against libface 0.2.0 ? > > Gilles Caulier > > -- > Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email > ------- You are receiving this mail because: ------- > You are the assignee for the bug. > _______________________________________________ > Digikam-devel mailing list > [hidden email] > https://mail.kde.org/mailman/listinfo/digikam-devel If we knew what we were doing, it wouldn't be called research, would it? -- Albert Einstein -- Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. _______________________________________________ Digikam-devel mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-devel |
For some reason I can't commit because of my key. Have the keys and
users been also added to the git repository or do I need to request them to be added to libkface repository? Alex On Wed, Mar 9, 2011 at 9:41 AM, Alex <[hidden email]> wrote: > https://bugs.kde.org/show_bug.cgi?id=267789 > > > > > > --- Comment #18 from Alex <alexjironkin gmail com> 2011-03-09 10:41:50 --- > Not yet sorry, I am going to do it this afternoon. > > > Alex > > On 9 Mar 2011, at 09:35, Gilles Caulier wrote: > >> https://bugs.kde.org/show_bug.cgi?id=267789 >> >> >> >> >> >> --- Comment #17 from Gilles Caulier <caulier gilles gmail com> 2011-03-09 10:35:17 --- >> Alex, >> >> Did you manage all changes in libkface to compile fine against libface 0.2.0 ? >> >> Gilles Caulier >> >> -- >> Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email >> ------- You are receiving this mail because: ------- >> You are the assignee for the bug. >> _______________________________________________ >> Digikam-devel mailing list >> [hidden email] >> https://mail.kde.org/mailman/listinfo/digikam-devel > > If we knew what we were doing, it wouldn't be called research, would it? > -- Albert Einstein > > -- > Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email > ------- You are receiving this mail because: ------- > You are the assignee for the bug. > _______________________________________________ > Digikam-devel mailing list > [hidden email] > https://mail.kde.org/mailman/listinfo/digikam-devel > -- "The generation of random numbers is too important to be left to chance" - Robert R. Coveyou _______________________________________________ Digikam-devel mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-devel |
2011/3/9 Alex Jironkin <[hidden email]>:
> For some reason I can't commit because of my key. Have the keys and > users been also added to the git repository or do I need to request > them to be added to libkface repository? No. You is already in list of developper : https://projects.kde.org/projects/kdereview/libkface do you have checkout source code using ssh ? This is the only way to commit for developers. Gilles Caulier _______________________________________________ Digikam-devel mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-devel |
In reply to this post by Christoph Feck
https://bugs.kde.org/show_bug.cgi?id=267789
Gilles Caulier <[hidden email]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[hidden email] --- Comment #19 from Gilles Caulier <caulier gilles gmail com> 2011-03-11 09:40:52 --- *** Bug 268191 has been marked as a duplicate of this bug. *** -- Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. _______________________________________________ Digikam-devel mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-devel |
In reply to this post by Christoph Feck
https://bugs.kde.org/show_bug.cgi?id=267789
--- Comment #20 from Gilles Caulier <caulier gilles gmail com> 2011-03-11 10:07:23 --- Alex, if you cannot commit anyway, attach patch on this bugzilla file. Gilles Caulier -- Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. _______________________________________________ Digikam-devel mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-devel |
In reply to this post by Christoph Feck
https://bugs.kde.org/show_bug.cgi?id=267789
--- Comment #21 from <kgw mineralien-verkauf de> 2011-03-11 10:22:48 --- IMHO the face detection also clutters the interface unduly (never used sidebar, never used context menu entries) - I don't care about face detection one iota. I take about 20000-30000 photos in a year and not a single of those has any people in them that would warrant face detection unless I was careless... I just finished ripping out the face interface completely from my local copy - now how do I get git to not overwrite my local changes but to merge the changes in the current git branch gracefully (like svn update did previously, I already once lost my changes by doing a git pull)? -- Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. _______________________________________________ Digikam-devel mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-devel |
I figured out why I couldn't commit before. and have just committed the changes. Or at least I think I have committed. I can't see them online. The only thing I have noticed there is that there is a local copy of libface. Perhaps I should update that with a new copy from SVN as the build will break using the local copy now.
Alex On 11 Mar 2011, at 09:22, <[hidden email]> wrote: > https://bugs.kde.org/show_bug.cgi?id=267789 > > > > > > --- Comment #21 from <kgw mineralien-verkauf de> 2011-03-11 10:22:48 --- > IMHO the face detection also clutters the interface unduly (never used sidebar, > never used context menu entries) - I don't care about face detection one iota. > I take about 20000-30000 photos in a year and not a single of those has any > people in them that would warrant face detection unless I was careless... > I just finished ripping out the face interface completely from my local copy - > now how do I get git to not overwrite my local changes but to merge the changes > in the current git branch gracefully (like svn update did previously, I already > once lost my changes by doing a git pull)? > > -- > Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email > ------- You are receiving this mail because: ------- > You are the assignee for the bug. > _______________________________________________ > Digikam-devel mailing list > [hidden email] > https://mail.kde.org/mailman/listinfo/digikam-devel If we knew what we were doing, it wouldn't be called research, would it? -- Albert Einstein _______________________________________________ Digikam-devel mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-devel |
In reply to this post by Christoph Feck
https://bugs.kde.org/show_bug.cgi?id=267789
--- Comment #22 from Alex <alexjironkin gmail com> 2011-03-11 11:14:27 --- I figured out why I couldn't commit before. and have just committed the changes. Or at least I think I have committed. I can't see them online. The only thing I have noticed there is that there is a local copy of libface. Perhaps I should update that with a new copy from SVN as the build will break using the local copy now. Alex On 11 Mar 2011, at 09:22, <[hidden email]> wrote: > https://bugs.kde.org/show_bug.cgi?id=267789 > > > > > > --- Comment #21 from <kgw mineralien-verkauf de> 2011-03-11 10:22:48 --- > IMHO the face detection also clutters the interface unduly (never used sidebar, > never used context menu entries) - I don't care about face detection one iota. > I take about 20000-30000 photos in a year and not a single of those has any > people in them that would warrant face detection unless I was careless... > I just finished ripping out the face interface completely from my local copy - > now how do I get git to not overwrite my local changes but to merge the changes > in the current git branch gracefully (like svn update did previously, I already > once lost my changes by doing a git pull)? > > -- > Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email > ------- You are receiving this mail because: ------- > You are the assignee for the bug. > _______________________________________________ > Digikam-devel mailing list > [hidden email] > https://mail.kde.org/mailman/listinfo/digikam-devel If we knew what we were doing, it wouldn't be called research, would it? -- Albert Einstein -- Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. _______________________________________________ Digikam-devel mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-devel |
In reply to this post by Christoph Feck
https://bugs.kde.org/show_bug.cgi?id=267789
--- Comment #23 from Gilles Caulier <caulier gilles gmail com> 2011-03-11 11:17:23 --- Alex, Yes, the libkface local copy of libface is 0.1 version. Please update code with 0.2 as well. Thanks in advance... Gilles Caulier -- Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. _______________________________________________ Digikam-devel mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-devel |
In reply to this post by Karl Günter Wünsch
On the subject of optional things, you are right there should be an option to turn automatic face detection off, when in your case you predominantly have pictures without people in them. But I don;t think it should be then hidden away completely as a vast majority of people will have majority of their photos with other people in them.
Alex P.S. the commit is there, but the comments are not displayed, perhaps I setup my commit environment wrong in some way. Hmmm On 11 Mar 2011, at 09:22, <[hidden email]> wrote: > https://bugs.kde.org/show_bug.cgi?id=267789 > > > > > > --- Comment #21 from <kgw mineralien-verkauf de> 2011-03-11 10:22:48 --- > IMHO the face detection also clutters the interface unduly (never used sidebar, > never used context menu entries) - I don't care about face detection one iota. > I take about 20000-30000 photos in a year and not a single of those has any > people in them that would warrant face detection unless I was careless... > I just finished ripping out the face interface completely from my local copy - > now how do I get git to not overwrite my local changes but to merge the changes > in the current git branch gracefully (like svn update did previously, I already > once lost my changes by doing a git pull)? > > -- > Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email > ------- You are receiving this mail because: ------- > You are the assignee for the bug. > _______________________________________________ > Digikam-devel mailing list > [hidden email] > https://mail.kde.org/mailman/listinfo/digikam-devel If we knew what we were doing, it wouldn't be called research, would it? -- Albert Einstein _______________________________________________ Digikam-devel mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-devel |
In reply to this post by Christoph Feck
https://bugs.kde.org/show_bug.cgi?id=267789
--- Comment #24 from Alex <alexjironkin gmail com> 2011-03-11 11:18:38 --- On the subject of optional things, you are right there should be an option to turn automatic face detection off, when in your case you predominantly have pictures without people in them. But I don;t think it should be then hidden away completely as a vast majority of people will have majority of their photos with other people in them. Alex P.S. the commit is there, but the comments are not displayed, perhaps I setup my commit environment wrong in some way. Hmmm On 11 Mar 2011, at 09:22, <[hidden email]> wrote: > https://bugs.kde.org/show_bug.cgi?id=267789 > > > > > > --- Comment #21 from <kgw mineralien-verkauf de> 2011-03-11 10:22:48 --- > IMHO the face detection also clutters the interface unduly (never used sidebar, > never used context menu entries) - I don't care about face detection one iota. > I take about 20000-30000 photos in a year and not a single of those has any > people in them that would warrant face detection unless I was careless... > I just finished ripping out the face interface completely from my local copy - > now how do I get git to not overwrite my local changes but to merge the changes > in the current git branch gracefully (like svn update did previously, I already > once lost my changes by doing a git pull)? > > -- > Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email > ------- You are receiving this mail because: ------- > You are the assignee for the bug. > _______________________________________________ > Digikam-devel mailing list > [hidden email] > https://mail.kde.org/mailman/listinfo/digikam-devel If we knew what we were doing, it wouldn't be called research, would it? -- Albert Einstein -- Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. _______________________________________________ Digikam-devel mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-devel |
In reply to this post by Christoph Feck
https://bugs.kde.org/show_bug.cgi?id=267789
--- Comment #25 from Gilles Caulier <caulier gilles gmail com> 2011-03-11 12:35:56 --- Your commit appear now : https://projects.kde.org/projects/kdereview/libkface/repository/revisions/9556c39885eb1d0a594f200b04ed7dbc8e81bf35 Gilles Caulier -- Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. _______________________________________________ Digikam-devel mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-devel |
In reply to this post by Christoph Feck
https://bugs.kde.org/show_bug.cgi?id=267789
--- Comment #26 from Gilles Caulier <caulier gilles gmail com> 2011-03-11 12:47:13 --- Alex, Here, i don't have installed libface 0.2.0 on my computer. So libkface compile with internal version : Scanning dependencies of target kface [ 5%] Building CXX object extra/libkface/libkface/CMakeFiles/kface.dir/database.cpp.o /mnt/data/Devel/GIT/2.x/extra/libkface/libkface/database.cpp: In member function 'QList<KFaceIface::Face> KFaceIface::Database::detectFaces(const KFaceIface::Image&)': /mnt/data/Devel/GIT/2.x/extra/libkface/libkface/database.cpp:184: error: no matching function for call to 'libface::LibFace::detectFaces(const IplImage*&)' /mnt/data/Devel/GIT/2.x/extra/libkface/libface/LibFace.h:85: note: candidates are: std::vector<libface::Face, std::allocator<libface::Face> > libface::LibFace::detectFaces(const IplImage*, const CvSize&) /mnt/data/Devel/GIT/2.x/extra/libkface/libface/LibFace.h:100: note: std::vector<libface::Face, std::allocator<libface::Face> > libface::LibFace::detectFaces(const std::string&, int) /mnt/data/Devel/GIT/2.x/extra/libkface/libface/LibFace.h:101: note: std::vector<libface::Face, std::allocator<libface::Face> > libface::LibFace::detectFaces(const char*, int, int, int, int, int, int) /mnt/data/Devel/GIT/2.x/extra/libkface/libkface/database.cpp: In member function 'QList<double> KFaceIface::Database::recognizeFaces(QList<KFaceIface::Face>&)': /mnt/data/Devel/GIT/2.x/extra/libkface/libkface/database.cpp:272: error: no match for 'operator=' in 'result = libface::LibFace::recognise(std::vector<libface::Face, std::allocator<libface::Face> >*, int)((& faceVec), 1)' /usr/lib/gcc/i586-manbo-linux-gnu/4.4.3/../../../../include/c++/4.4.3/bits/vector.tcc:156: note: candidates are: std::vector<_Tp, _Alloc>& std::vector<_Tp, _Alloc>::operator=(const std::vector<_Tp, _Alloc>&) [with _Tp = std::pair<int, float>, _Alloc = std::allocator<std::pair<int, float> >] make[2]: *** [extra/libkface/libkface/CMakeFiles/kface.dir/database.cpp.o] Error 1 make[1]: *** [extra/libkface/libkface/CMakeFiles/kface.dir/all] Error 2 make: *** [all] Error 2 Gilles Caulier -- Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. _______________________________________________ Digikam-devel mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-devel |
Yeah I just noticed that I didnlt update the internal version of libface. I will pull out the best SVN version shortly and add it to the libkface
On 11 Mar 2011, at 11:47, Gilles Caulier wrote: > https://bugs.kde.org/show_bug.cgi?id=267789 > > > > > > --- Comment #26 from Gilles Caulier <caulier gilles gmail com> 2011-03-11 12:47:13 --- > Alex, > > Here, i don't have installed libface 0.2.0 on my computer. So libkface compile > with internal version : > > Scanning dependencies of target kface > [ 5%] Building CXX object > extra/libkface/libkface/CMakeFiles/kface.dir/database.cpp.o > /mnt/data/Devel/GIT/2.x/extra/libkface/libkface/database.cpp: In member > function 'QList<KFaceIface::Face> KFaceIface::Database::detectFaces(const > KFaceIface::Image&)': > /mnt/data/Devel/GIT/2.x/extra/libkface/libkface/database.cpp:184: error: no > matching function for call to 'libface::LibFace::detectFaces(const IplImage*&)' > /mnt/data/Devel/GIT/2.x/extra/libkface/libface/LibFace.h:85: note: candidates > are: std::vector<libface::Face, std::allocator<libface::Face> > > libface::LibFace::detectFaces(const IplImage*, const CvSize&) > /mnt/data/Devel/GIT/2.x/extra/libkface/libface/LibFace.h:100: note: > std::vector<libface::Face, std::allocator<libface::Face> > > libface::LibFace::detectFaces(const std::string&, int) > /mnt/data/Devel/GIT/2.x/extra/libkface/libface/LibFace.h:101: note: > std::vector<libface::Face, std::allocator<libface::Face> > > libface::LibFace::detectFaces(const char*, int, int, int, int, int, int) > /mnt/data/Devel/GIT/2.x/extra/libkface/libkface/database.cpp: In member > function 'QList<double> > KFaceIface::Database::recognizeFaces(QList<KFaceIface::Face>&)': > /mnt/data/Devel/GIT/2.x/extra/libkface/libkface/database.cpp:272: error: no > match for 'operator=' in 'result = > libface::LibFace::recognise(std::vector<libface::Face, > std::allocator<libface::Face> >*, int)((& faceVec), 1)' > /usr/lib/gcc/i586-manbo-linux-gnu/4.4.3/../../../../include/c++/4.4.3/bits/vector.tcc:156: > note: candidates are: std::vector<_Tp, _Alloc>& std::vector<_Tp, > _Alloc>::operator=(const std::vector<_Tp, _Alloc>&) [with _Tp = std::pair<int, > float>, _Alloc = std::allocator<std::pair<int, float> >] > make[2]: *** [extra/libkface/libkface/CMakeFiles/kface.dir/database.cpp.o] > Error 1 > make[1]: *** [extra/libkface/libkface/CMakeFiles/kface.dir/all] Error 2 > make: *** [all] Error 2 > > Gilles Caulier > > -- > Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email > ------- You are receiving this mail because: ------- > You are the assignee for the bug. > _______________________________________________ > Digikam-devel mailing list > [hidden email] > https://mail.kde.org/mailman/listinfo/digikam-devel If we knew what we were doing, it wouldn't be called research, would it? -- Albert Einstein _______________________________________________ Digikam-devel mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-devel |
In reply to this post by Christoph Feck
https://bugs.kde.org/show_bug.cgi?id=267789
--- Comment #27 from Alex <alexjironkin gmail com> 2011-03-11 13:14:11 --- Yeah I just noticed that I didnlt update the internal version of libface. I will pull out the best SVN version shortly and add it to the libkface On 11 Mar 2011, at 11:47, Gilles Caulier wrote: > https://bugs.kde.org/show_bug.cgi?id=267789 > > > > > > --- Comment #26 from Gilles Caulier <caulier gilles gmail com> 2011-03-11 12:47:13 --- > Alex, > > Here, i don't have installed libface 0.2.0 on my computer. So libkface compile > with internal version : > > Scanning dependencies of target kface > [ 5%] Building CXX object > extra/libkface/libkface/CMakeFiles/kface.dir/database.cpp.o > /mnt/data/Devel/GIT/2.x/extra/libkface/libkface/database.cpp: In member > function 'QList<KFaceIface::Face> KFaceIface::Database::detectFaces(const > KFaceIface::Image&)': > /mnt/data/Devel/GIT/2.x/extra/libkface/libkface/database.cpp:184: error: no > matching function for call to 'libface::LibFace::detectFaces(const IplImage*&)' > /mnt/data/Devel/GIT/2.x/extra/libkface/libface/LibFace.h:85: note: candidates > are: std::vector<libface::Face, std::allocator<libface::Face> > > libface::LibFace::detectFaces(const IplImage*, const CvSize&) > /mnt/data/Devel/GIT/2.x/extra/libkface/libface/LibFace.h:100: note: > std::vector<libface::Face, std::allocator<libface::Face> > > libface::LibFace::detectFaces(const std::string&, int) > /mnt/data/Devel/GIT/2.x/extra/libkface/libface/LibFace.h:101: note: > std::vector<libface::Face, std::allocator<libface::Face> > > libface::LibFace::detectFaces(const char*, int, int, int, int, int, int) > /mnt/data/Devel/GIT/2.x/extra/libkface/libkface/database.cpp: In member > function 'QList<double> > KFaceIface::Database::recognizeFaces(QList<KFaceIface::Face>&)': > /mnt/data/Devel/GIT/2.x/extra/libkface/libkface/database.cpp:272: error: no > match for 'operator=' in 'result = > libface::LibFace::recognise(std::vector<libface::Face, > std::allocator<libface::Face> >*, int)((& faceVec), 1)' > /usr/lib/gcc/i586-manbo-linux-gnu/4.4.3/../../../../include/c++/4.4.3/bits/vector.tcc:156: > note: candidates are: std::vector<_Tp, _Alloc>& std::vector<_Tp, > _Alloc>::operator=(const std::vector<_Tp, _Alloc>&) [with _Tp = std::pair<int, > float>, _Alloc = std::allocator<std::pair<int, float> >] > make[2]: *** [extra/libkface/libkface/CMakeFiles/kface.dir/database.cpp.o] > Error 1 > make[1]: *** [extra/libkface/libkface/CMakeFiles/kface.dir/all] Error 2 > make: *** [all] Error 2 > > Gilles Caulier > > -- > Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email > ------- You are receiving this mail because: ------- > You are the assignee for the bug. > _______________________________________________ > Digikam-devel mailing list > [hidden email] > https://mail.kde.org/mailman/listinfo/digikam-devel If we knew what we were doing, it wouldn't be called research, would it? -- Albert Einstein -- Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. _______________________________________________ Digikam-devel mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-devel |
In reply to this post by Christoph Feck
https://bugs.kde.org/show_bug.cgi?id=267789
--- Comment #28 from Gilles Caulier <caulier gilles gmail com> 2011-03-11 13:28:53 --- Alex, I installed current code from trunk of libface. libkface compile fine, but digiKam not. This method have been removed now ? [ 85%] Building CXX object core/digikam/CMakeFiles/digikam.dir/__/utilities/facedetection/facepipeline.cpp.o /mnt/data/Devel/GIT/2.x/core/utilities/facedetection/facepipeline.cpp: In member function 'void Digikam::DetectionWorker::setSpecificity(double)': /mnt/data/Devel/GIT/2.x/core/utilities/facedetection/facepipeline.cpp:485: error: 'class KFaceIface::FaceDetector' has no member named 'setSpecificity' make[2]: *** [core/digikam/CMakeFiles/digikam.dir/__/utilities/facedetection/facepipeline.cpp.o] Error 1 make[1]: *** [core/digikam/CMakeFiles/digikam.dir/all] Error 2 make: *** [all] Error 2 Gilles Caulier -- Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. _______________________________________________ Digikam-devel mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-devel |
In reply to this post by Christoph Feck
https://bugs.kde.org/show_bug.cgi?id=267789
--- Comment #29 from Alex <alexjironkin gmail com> 2011-03-11 15:46:42 --- Yeah thats why I increased the ABI version. Alex On 11 Mar 2011, at 12:28, Gilles Caulier wrote: > https://bugs.kde.org/show_bug.cgi?id=267789 > > > > > > --- Comment #28 from Gilles Caulier <caulier gilles gmail com> 2011-03-11 13:28:53 --- > Alex, > > I installed current code from trunk of libface. libkface compile fine, but > digiKam not. > > This method have been removed now ? > > [ 85%] Building CXX object > core/digikam/CMakeFiles/digikam.dir/__/utilities/facedetection/facepipeline.cpp.o > /mnt/data/Devel/GIT/2.x/core/utilities/facedetection/facepipeline.cpp: In > member function 'void Digikam::DetectionWorker::setSpecificity(double)': > /mnt/data/Devel/GIT/2.x/core/utilities/facedetection/facepipeline.cpp:485: > error: 'class KFaceIface::FaceDetector' has no member named 'setSpecificity' > make[2]: *** > [core/digikam/CMakeFiles/digikam.dir/__/utilities/facedetection/facepipeline.cpp.o] > Error 1 > make[1]: *** [core/digikam/CMakeFiles/digikam.dir/all] Error 2 > make: *** [all] Error 2 > > Gilles Caulier > > -- > Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email > ------- You are receiving this mail because: ------- > You are on the CC list for the bug. If we knew what we were doing, it wouldn't be called research, would it? -- Albert Einstein -- Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. _______________________________________________ Digikam-devel mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-devel |
In reply to this post by Christoph Feck
https://bugs.kde.org/show_bug.cgi?id=267789
--- Comment #30 from Gilles Caulier <caulier gilles gmail com> 2011-03-11 15:49:33 --- Alex, this settings must be removed into digiKam face detection gui. Right ? It's replaced by another one ? Gilles Caulier -- Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. _______________________________________________ Digikam-devel mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-devel |
In reply to this post by Christoph Feck
https://bugs.kde.org/show_bug.cgi?id=267789
--- Comment #31 from Alex <alexjironkin gmail com> 2011-03-11 15:52:26 --- Yeah it should be removed. Went down a different path in order to improve the detection mechanism. Alex On 11 Mar 2011, at 14:49, Gilles Caulier wrote: > https://bugs.kde.org/show_bug.cgi?id=267789 > > > > > > --- Comment #30 from Gilles Caulier <caulier gilles gmail com> 2011-03-11 15:49:33 --- > Alex, this settings must be removed into digiKam face detection gui. Right ? > > It's replaced by another one ? > > Gilles Caulier > > -- > Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email > ------- You are receiving this mail because: ------- > You are on the CC list for the bug. If we knew what we were doing, it wouldn't be called research, would it? -- Albert Einstein -- Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. _______________________________________________ Digikam-devel mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-devel |
In reply to this post by Christoph Feck
https://bugs.kde.org/show_bug.cgi?id=267789
--- Comment #32 from Gilles Caulier <caulier gilles gmail com> 2011-03-11 17:19:48 --- Alex, I removed Specificity settings from digiKam, and try again with libface 0.2.0. digiKam crash like this : digikam(15561)/KEXIV2 KExiv2Iface::KExiv2::getImageOrientation: Orientation => Exif.Image.Orientation => 8 - 16:56:13.499 libfaceINFO: Cascade directory located in : /usr/share/opencv/haarcascades - 16:56:13.680 libfaceWARNING: Bad accuracy value digikam(15561)/digikam (core) Digikam::DMetadata::getIccProfile: Exif color-space tag is AdobeRGB. Using default AdobeRGB ICC profile. digikam(15561)/KEXIV2 KExiv2Iface::KExiv2::getImageOrientation: Orientation => Exif.Image.Orientation => 8 - 16:56:15.451 libfaceINFO: Cascade directory located in : /usr/share/opencv/haarcascades - 16:56:15.628 libfaceWARNING: Bad accuracy value digikam(15561)/digikam (core) Digikam::DMetadata::getIccProfile: Exif color-space tag is AdobeRGB. Using default AdobeRGB ICC profile. digikam(15561)/KEXIV2 KExiv2Iface::KExiv2::getImageOrientation: Orientation => Exif.Image.Orientation => 8 digikam(15561)/digikam (core) Digikam::DetectionWorker::process: Found 1 faces in "_DSC0912.ARW" QSize(1080, 1616) QSize(3072, 4608) - 16:56:17.585 libfaceINFO: Cascade directory located in : /usr/share/opencv/haarcascades - 16:56:17.585 libfaceINFO: Config location: /home/gilles/.kde4/share/apps/libkface/database//libface-config.xml - 16:56:17.585 libfaceINFO: libface config file exists. Will create new config. OpenCV Error: Null pointer (The image has NULL data pointer) in cvGetMat, file /home/mandrake/rpm/BUILD/OpenCV-2.1.0/src/cxcore/cxarray.cpp, line 2391 KCrash: Application 'digikam' crashing... sock_file=/home/gilles/.kde4/socket-localhost/kdeinit4__0 digikam: Fatal IO error: client killed digikam(15561)/digikam (core) Digikam::DetectionWorker::process: Found 1 faces in "_DSC0913.ARW" QSize(1080, 1616) QSize(3072, 4608) [1]+ Stopped digikam Gilles Caulier -- Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. _______________________________________________ Digikam-devel mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-devel |
Free forum by Nabble | Edit this page |