Summary | PHP Facedetect face driver broken |
Queue | Ansel |
Type | Enhancement |
State | Resolved |
Priority | 1. Low |
Owners | mrubinsk (at) horde (dot) org |
Requester | robb (at) wtg (dot) cw (dot) com |
Created | 10/28/2008 (6096 days ago) |
Due | |
Updated | 10/30/2008 (6094 days ago) |
Assigned | 10/29/2008 (6095 days ago) |
Resolved | 10/29/2008 (6095 days ago) |
Milestone | |
Patch | No |
Many thanks,
Rob
However, the issues that I remember from when I first started playing
with this are still there. The things that it calls faces are
sometimes quite funny.
I think I've gone just about as far as I can with this though.
http://cvs.horde.org/diff.php/ansel/lib/Faces.php?r1=1.20&r2=1.21&ty=u
http://cvs.horde.org/diff.php/ansel/lib/Faces/facedetect.php?r1=1.4&r2=1.5&ty=u
http://cvs.horde.org/diff.php/ansel/lib/Faces/opencv.php?r1=1.1&r2=1.2&ty=u
http://cvs.horde.org/diff.php/ansel/lib/Faces/facedetect.php?r1=1.3&r2=1.4&ty=u
ansel/faces/img.php?face=X doesn't display the found faces.
http://cvs.horde.org/diff.php/ansel/lib/Faces/facedetect.php?r1=1.3&r2=1.4&ty=u
portraits.
library "work" and don't throw any errors, so there's not much we can
do about that on our side.
http://www.voltex.jp/downloads/opencv-php-0.0RC1.tar.gz
see if I can find any new hosts for that project.
Duck, do you have any idea where it might have gone?
faces as the openCV library does.
portraits.
http://www.voltex.jp/downloads/opencv-php-0.0RC1.tar.gz
State ⇒ Resolved
module name.
Fixed in the sense that no errors are returned, and the function calls
into the library work, but I haven't been able to get it to recognize
anywhere near as many faces as the openCV library does. I would
suggest using that module as opposed to the facedetect module.
http://cvs.horde.org/diff.php/ansel/lib/Faces/facedetect.php?r1=1.1&r2=1.2&ty=u
State ⇒ Assigned
Assigned to Michael Rubinsky
I'll look when I get a chance.
http://dev.theupstairsroom.com/horde/ansel/test.php
It's under PHP Module Capabilities.
page you linked to, it looks like the code is the same as in Ansel's
facedetect face driver, so I don't see any reason why it wouldn't.
That being said, I don't have it installed at the moment.
1) Be sure your running the latest CVS code either HEAD or FW_3
should be fine
configuration.
$conf['faces']['defs'] =
'/usr/share/opencv/haarcascades/haarcascade_frontalface_alt.xml';
$conf['faces']['driver'] = 'facedetect';
$conf['faces']['search'] = '7';
opencv is detected and the xml file is at location above
http://dev.theupstairsroom.com/horde/ansel/test.php
It's under PHP Module Capabilities.
As far as it working, it worked the last I tried it. Looking at the
page you linked to, it looks like the code is the same as in Ansel's
facedetect face driver, so I don't see any reason why it wouldn't.
That being said, I don't have it installed at the moment.
1) Be sure your running the latest CVS code either HEAD or FW_3 should be fine
2) Make sure you actually select the desired face driver in Ansel's
configuration.
Notice: Uninitialized string offset: 0 in
/usr/share/horde/ansel/lib/Faces.php on line 135
Notice: Uninitialized string offset: 0 in
/usr/share/horde/ansel/lib/Faces.php on line 136
Notice: Undefined index: x in /usr/share/horde/ansel/lib/Faces.php on line 135
to have any test for horde having found the pecl
having compiled, installed and loaded php-facedetect ansel face
detection does not work, is the current version (1.0.0) supported?
State ⇒ Resolved
Ansel from the beginning of the face detection code.
Priority ⇒ 1. Low
Type ⇒ Enhancement
Summary ⇒ Use PHP Facedetect for face detection
Queue ⇒ Ansel
Milestone ⇒
Patch ⇒ No
State ⇒ New
as an alternative
http://www.xarg.org/project/php-facedetect/