Commit Graph

70 Commits

Author SHA1 Message Date
BVishal-Geek
4e605d2d46 Fix macOS installation: Add LLVM,brew check & logging in setup.py 2025-02-28 20:05:43 -05:00
BVishal-Geek
85dc9bfd19 Fix macOS installation: Add LLVM check & logging in setup.py 2025-02-28 18:09:16 -05:00
ease_zh
a333044b41 Update face_analysis.py
rename param name.
2024-11-01 11:28:46 +08:00
ease_zh
00595a7c58 Update face_analysis.py
I believe that the `metric` is an important param that people want to control.
2024-11-01 10:01:53 +08:00
Jia Guo
159b0f92d4 Merge branch 'master' of https://github.com/deepinsight/insightface 2023-04-02 16:04:26 +08:00
Jia Guo
668e8d4742 add v0.7.3, move model storage to github release 2023-04-02 16:04:03 +08:00
dsgibbons
0ef0bc2d59 replace np.int with int 2023-03-08 13:51:19 +10:30
Michael Hearn
35d034b1f5 Make ImageCache optional to prevent memory leak 2023-02-09 21:30:03 -05:00
Jia Guo
ffa12d3150 fix align template while inputsize divided by 128 2022-12-17 10:13:05 +08:00
Jia Guo
87d0bbe642 tiny 2022-12-14 11:05:18 +08:00
Jia Guo
d05e9a12d3 pip 0.7.1 2022-12-14 10:55:08 +08:00
Jia Guo
cccf10f6da add long_description_content_type in setup.py 2022-11-28 21:27:34 +08:00
Jia Guo
bbbb45c460 add inswapper, to pip 0.7 2022-11-28 21:05:17 +08:00
Jia Guo
6258ab9869 add input_size cfg in arcface_onnx 2022-11-28 21:03:37 +08:00
Andrii Yerko
6b3bc2df1e Add build system requirements for correct installation 2022-09-21 23:39:09 +03:00
Jia Guo
340f6848f2 Update README.md 2022-05-28 15:32:58 +08:00
Jia Guo
0eaf369dac Update README.md 2022-05-28 15:24:22 +08:00
戦士
09767b3ada change section 'Install' 2022-04-15 19:11:29 +02:00
Bahar Baradaran Eftekhari
0fc64615e7 Fixing a bug in the prepare function arguments. 2022-02-26 11:12:19 +03:30
Jia Guo
d413f722a2 python package ver 0.6.2 2022-01-30 01:24:56 +08:00
Jia Guo
7ab2770ac3 pip 0.6.1 2022-01-30 00:28:49 +08:00
Jia Guo
e7816a226d python package ver 0.6 update 2022-01-29 19:54:55 +08:00
zeno
28167da663 Update README.md 2022-01-12 16:33:37 +08:00
신관준
11590781c4 Update model_zoo.py 2022-01-11 03:06:20 +09:00
신관준
983af548d1 Make InferenceSession pickable for python multiprocessing 2022-01-11 03:05:48 +09:00
Dani Vera
6d14852c15 Update README.md
Using onnxruntime-gpu 1.10 (last one), the following error will occur:

raise ValueError("This ORT build has {} enabled. ".format(available_providers) +
ValueError: This ORT build has ['TensorrtExecutionProvider', 'CUDAExecutionProvider', 'CPUExecutionProvider'] enabled. Since ORT 1.9, you are required to explicitly set the providers parameter when instantiating InferenceSession. For example, onnxruntime.InferenceSession(..., providers=['TensorrtExecutionProvider', 'CUDAExecutionProvider', 'CPUExecutionProvider'], ...)

To solve this is enough to pass the providers to the prepare function. A better solution may be to pass a default value to the onnx session, but for the moment this should do the trick.
2021-12-16 20:44:16 +01:00
SthPhoenix
41bf106fa0 Add output names and fix batch dim onnx export 2021-10-10 13:33:50 +03:00
Jia Guo
3435b47e0d Merge branch 'master' of https://github.com/deepinsight/insightface 2021-09-21 10:47:17 +08:00
Jia Guo
574729ab81 add buffalo model packs, update to ver 0.5 2021-09-21 10:47:09 +08:00
Jia Guo
16421481e4 add 0.5 readme 2021-09-21 10:46:33 +08:00
Jia Guo
84da7e1a4e pip 0.4.2 2021-08-31 14:20:45 +08:00
Tanja Bayer
6538da9787 Provide possibility to add provider 2021-08-24 16:53:53 +02:00
Jia Guo
cdc3d4ed5d package 0.4.1 2021-08-23 19:33:51 +08:00
Tanja Bayer
1dd55df0b1 Fix import in other module 2021-08-20 14:23:47 +02:00
Tanja Bayer
25f9d89bf7 Revert "Fix import in other file"
This reverts commit ab56f1ced6.
2021-08-20 14:21:42 +02:00
Tanja Bayer
ab56f1ced6 Fix import in other file 2021-08-20 14:20:05 +02:00
Tanja Bayer
2ee118cac2 Change import strucutre so that mxnet is not mandatory 2021-08-20 14:19:08 +02:00
Tanja Bayer
25d418b99e Catch Module Not Found Error for Pypandoc 2021-08-17 17:46:32 +02:00
Jia Guo
0fc102fb48 pip 0.4, supports onnx auto-downloading 2021-07-09 14:26:35 +08:00
Jia Guo
95a6324d1f fix mesh.pyx issue, need to further refine 2021-07-08 15:07:40 +08:00
Jia Guo
a78dba3a01 pip 0.3.7 2021-07-08 13:15:30 +08:00
Jia Guo
c0ae26f393 fix root location 2021-07-08 13:14:28 +08:00
Jia Guo
2669ad984f pip 0.3.6 2021-07-07 23:58:56 +08:00
Jia Guo
6e19201da9 Merge branch 'master' of https://github.com/deepinsight/insightface 2021-07-07 23:52:09 +08:00
Jia Guo
8420187ed9 Update README.md 2021-07-07 23:51:18 +08:00
Jia Guo
2400a75dd0 bug fix 2021-07-07 23:17:43 +08:00
Jia Guo
72847c059d update arcface_onnx 2021-06-21 19:43:26 +08:00
Jia Guo
c883f79cde pip 0.3.5 2021-06-19 23:53:04 +08:00
nttstar
ce3600a742 a big tree refine 2021-06-19 23:37:10 +08:00
Jia Guo
5ca3f995d5 create dir after model downloaded 2021-06-19 22:37:11 +08:00