Chris-fullerton

Results 3 issues of Chris-fullerton

I know that `get_default_providers()` return `['CUDAExecutionProvider', 'CPUExecutionProvider']` here: https://github.com/deepinsight/insightface/blob/30295de48907e04077d6d22a9a8f580b525822ce/python-package/insightface/model_zoo/model_zoo.py#L70 but i am not sure whether insightface's default models: `bafflo_l` support CoreML, does it?

I got this when I try to run insightface on Windows10 with CUDA/cuDNN: ``` 2023-02-18 00:41:44.1541586 [W:onnxruntime:, session_state.cc:1136 onnxruntime::VerifyEachNodeIsAssignedToAnEp] Some nodes were not assigned to the preferred execution providers which...

It takes 5 sec to get this on a normal windows pc, but takes over 35 secs on mac m1. After the first `Applied providers: ['CPUExecutionProvider'], with options: {'CPUExecutionProvider': {}}`...