Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

segmentation fault when loading pkl..... #3

Open
zhangqizky opened this issue Aug 12, 2019 · 0 comments
Open

segmentation fault when loading pkl..... #3

zhangqizky opened this issue Aug 12, 2019 · 0 comments

Comments

@zhangqizky
Copy link

Hi, thanks for this respostory, when I try to run it on my computer, an error occur....
Segmentation fault:11, and I use pdb so I figure out it happens when trying to load KNN pkl from path, Do you have any advice for this error? thanks in advance
Error stack:
using default_facedetector..
sample
Processing sample
5 faces detected
[[338 100 138 138]
[779 52 136 136]
[494 141 129 129]
[618 289 133 133]
[324 313 149 149]]
Extract IlluminationMaps done.
data/face_module/DSO-1/model_GGE_acc.pkl
load model weights
<classification.KNNClassifier object at 0x125276438>
data/face_module/DSO-1/model_GGE_acc.pkl
could not convert string to float: '[338 100 138 138]\n [779 52 136 136]\n [494 141 129 129]\n [618 289 133 133]\n [324 313 149 149]'
data/face_module/DSO-1/model_GGE_bic.pkl
load model weights
<classification.KNNClassifier object at 0x12526ec88>
data/face_module/DSO-1/model_GGE_bic.pkl
Segmentation fault: 11

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant