You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: