python-seetaface2 icon indicating copy to clipboard operation
python-seetaface2 copied to clipboard

python interface for SeetafaceEngine2

Results 3 python-seetaface2 issues
Sort by recently updated
recently updated
newest added

Hi, I finished installing but when I import it in python I got the following error: ``` >>> import seetaface Traceback (most recent call last): File "", line 1, in...

/home/zh/python-seetaface2/src/api/ndarray_converter.cpp:92:5: error: ‘UMatData’ does not name a type UMatData* allocate(PyObject* o, int dims, const int* sizes, int type, size_t* step) const ^ /home/zh/python-seetaface2/src/api/ndarray_converter.cpp:106:5: error: ‘UMatData’ does not name a type...

Hi, I try to run your examples。 However, I get the Error: Segmentation fault I find this wrong happens when the program runs "image = seetaface.SeetaImage(...)" Both np.darray and the...