kuaikuaikim / dface

Deep learning face detection and recognition, implemented by pytorch. (pytorch实现的人脸检测和人脸识别)
http://dface.tech
Apache License 2.0
1.26k stars 350 forks source link

ImportError: No module named dface.core.utils #5

Open d100972 opened 6 years ago

d100972 commented 6 years ago

_ _20180123225756

kuaikuaikim commented 6 years ago

Have you add the dface path to your local python path @d100972

sosha90 commented 5 years ago

how to do so?

CodexForster commented 3 years ago

Follow the Readme.md file. After git cloning the repository, you need to run "export PYTHONPATH=$PYTHONPATH:{your local DFace root path}" in your terminal.