deepface icon indicating copy to clipboard operation
deepface copied to clipboard

Segmentation fault (core dumped)

Open TheHonestBob opened this issue 4 months ago • 0 comments

Before You Report a Bug, Please Confirm You Have Done The Following...

  • [X] I have updated to the latest version of the packages.
  • [X] I have searched for both existing issues and closed issues and found none that matched my issue.

DeepFace's version

v0.0.93

Python version

3.9.19

Operating System

ubuntu 22

Dependencies

tensorflow-gpu==2.7.0 keras==3.6.0 keras-nightly==2.5.0.dev2021032900 Keras-Preprocessing==1.1.2

Reproducible example

face_embedding = DeepFace.represent(
                img_path=os.path.join(db_data_dir, each_path),
                model_name='Facenet512',
                detector_backend='yolov8'
            )

Relevant Log Output

Segmentation fault (core dumped)

Expected Result

when detector_backend=='yolov8' happen Segmentation fault (core dumped), other is ok, DeepFace.find use 'yolov8' is ok

What happened instead?

No response

Additional Info

No response

TheHonestBob avatar Oct 14 '24 02:10 TheHonestBob