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
I've installed SeetaFace2 in my Ubuntu16.04 with Opencv4, and it works well of example point81,then when I run program ./search or ./search-v2.5.5, it has an error as follow:
[INFO] FaceDetector: Core size: 640x480
[INFO] FaceLandmarker: Number: 5
[INFO] FaceRecognizer: Feature size: 1024
parse float array failed, the buf len is short!
parse SeetaNet_BlobProto data failed!
terminate called after throwing an instance of 'std::logic_error'
what(): read field failed!
Aborted (core dumped)
anyone met this problem before or any help? thanks
The text was updated successfully, but these errors were encountered:
I've installed SeetaFace2 in my Ubuntu16.04 with Opencv4, and it works well of example point81,then when I run program ./search or ./search-v2.5.5, it has an error as follow:
[INFO] FaceDetector: Core size: 640x480
[INFO] FaceLandmarker: Number: 5
[INFO] FaceRecognizer: Feature size: 1024
parse float array failed, the buf len is short!
parse SeetaNet_BlobProto data failed!
terminate called after throwing an instance of 'std::logic_error'
what(): read field failed!
Aborted (core dumped)
anyone met this problem before or any help? thanks
The text was updated successfully, but these errors were encountered: