exadel-inc / compreface-python-sdk

Python SDK for CompreFace - free and open-source face recognition system from Exadel
https://exadel.com/solutions/compreface/
Apache License 2.0
115 stars 41 forks source link

Fail to add example when using Mobilenet-gpu/SubCenter-ArcFace-r100-gpu #18

Open kakusyun opened 1 year ago

kakusyun commented 1 year ago

When I use Mobilenet-gpu/SubCenter-ArcFace-r100-gpu, I can create subjects but can not add examples into subjects through SDK. And then, I try to use UI to add examples, and get the error as follows.

Error during synchronization between Servers: [500 INTERNAL SERVER ERROR] during [POST] to [http://compreface-core:3000/find_faces] [FacesFeignClient#finFaces(MultipartFile, Integer, Double, String)]:[{"message:":"MXNetError: Trackback (most recent call last):\n File\":/include/mshadow/././././cuda/tensor_gpu-inl.cuh\",line128 \nName:Check failed:err == cudaSuccess (209 vs. 0): MapPlanKernel ErrStr:no kernel image is available for execution on the device"}]! File Name: Aaron_Eckhart_0001.jpg

pospielov commented 1 year ago

Run those commands and attach the result to the ticket: docker ps docker-compose logs

Also, what GPU and CPU do you use?