php-deepface icon indicating copy to clipboard operation
php-deepface copied to clipboard

Unknown named parameter $left_eye

Open vkyeswa opened this issue 1 year ago • 1 comments

Thanks for this adapter, I have been trying to give it a go in my project however after setting up the Python environment that is required it gives me an error "Unknown named parameter $left_eye" when I try

$deepface->extractFaces( img_path: '~/test.png', );

Stack shows the error is at ../vendor/astrotomic/php-deepface/src/DeepFace.php:184

vkyeswa avatar Mar 12 '24 20:03 vkyeswa

I also noticed this and I've sent a pull request https://github.com/Astrotomic/php-deepface/pull/9

richardfrankza avatar Mar 22 '24 15:03 richardfrankza

MR is merged and released as v0.2.0

Gummibeer avatar Jun 24 '24 08:06 Gummibeer