insightface icon indicating copy to clipboard operation
insightface copied to clipboard

State-of-the-art 2D and 3D Face Analysis Project

Results 447 insightface issues
Sort by recently updated
recently updated
newest added

Hi, i want to complie on RK3588 ,can you provide the .onnx model or pt model in Gundam_RV1109 ? Thank you.

Hello, I am currently attempting to test Inspireface. I followed the instructions in the README file, but I encountered an error during the compilation process when executing the bash command/build.sh....

Applied providers: ['CUDAExecutionProvider', 'CPUExecutionProvider'], with options: {'CPUExecutionProvider': {}, 'CUDAExecutionProvider': {'device_id': '0', 'gpu_mem_limit': '18446744073709551615', 'gpu_external_alloc': '0', 'gpu_external_free': '0', 'gpu_external_empty_cache': '0', 'cudnn_conv_algo_search': 'EXHAUSTIVE', 'cudnn_conv1d_pad_to_nc1d': '0', 'arena_extend_strategy': 'kNextPowerOfTwo', 'do_copy_in_default_stream': '1', 'enable_cuda_graph': '0', 'cudnn_conv_use_max_workspace':...

updating examples/person_detection/scrfd_person.py to use numpy int32 related issue: https://github.com/deepinsight/insightface/issues/2591

stderr: WARNING: Retrying (Retry(total=2, connect=None, read=None, redirect=None, status=None)) after connection broken by 'ReadTimeoutError("HTTPSConnectionPool(host='pypi.oystermercury.top', port=443): Read timed out. (read timeout=15.0)")': / WARNING: Retrying (Retry(total=2, connect=None, read=None, redirect=None, status=None)) after connection broken...

Hi guys, I'm downloaded the pretrain model of face recognition ArcFace Resnet-34, but I need to export the model with dynamic batch in ONNX format. What thing I can do...

I use python **3.9** and numpy **1.26.4** I guess that lib should use numpy under **1.20.0**. But the insightface is used above that version, do you guys have any solution...

Can I batch process with buffalo model? thank you