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

Unknown named parameter $left_eye

Open vkyeswa opened this issue 3 months 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