lorecioni / ImageSplicingDetection

Illuminant inconsistencies for image splicing detection in forensics
44 stars 14 forks source link

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

Open zhangqizky opened 5 years ago

zhangqizky commented 5 years ago

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