MobileFace icon indicating copy to clipboard operation
MobileFace copied to clipboard

A face recognition solution on mobile device.

Results 11 MobileFace issues
Sort by recently updated
recently updated
newest added

When I run get_face_tracking.py, I found that the performance isn't that great like the gif in README introduction. It's mainly because the following code line is the most time consuming....

Hello, the 20ms inference time claimed is incorrect. it takes 20ms to call the engine but the calculation runs asynchronously. You should run the example code but place the `toc`...

during getting embeddings in face_embeds = face_feature_extractor.get_face_feature_batch(np.array(all_aligned_img)) c:\jenkins\workspace\mxnet-tag\mxnet\src\operator\tensor\../elemwise_op_common.h:135: Check failed: assign(&dattr, vec.at(i)): Incompatible attr in node at 0-th output: expected [18,3,112,112], got [24,3,112,112] What I'm doing wrong? This error is...

I try to run gpu model like this: python get_face_boxes_gluoncv.py --gpus 0 I get this: ``` [19:46:58] src/operator/nn/./cudnn/./cudnn_algoreg-inl.h:97: Running performance tests to find the best convolution algorithm, this can take...

@becauseofAI , Went though your code and the results of the model are very impressive, we would like to ask you if you have the training framework as well as...

how to use cv2 ?read image as the input of function

I attempted to port your trained model to TVM which is a good framework to speed up on arm device (like RK3399). Unfortunately, there are some operators in your model...

I am getting 2fps on raspberry pi