mirror of
https://github.com/vladmandic/automatic
synced 2026-09-19 01:04:32 +02:00
full switch to insightfacex
Signed-off-by: Vladimir Mandic <mandic00@live.com>
This commit is contained in:
@@ -1071,6 +1071,7 @@ def install_opencv():
|
||||
|
||||
|
||||
def install_insightface():
|
||||
"""
|
||||
if sys.version_info >= (3, 13):
|
||||
install('insightfacex==0.7.4', 'insightfacex', ignore=True, quiet=True)
|
||||
uninstall('albumentations')
|
||||
@@ -1079,6 +1080,10 @@ def install_insightface():
|
||||
install('git+https://github.com/deepinsight/insightface@29b6cd65aa0e9ae3b6602de3c52e9d8949c8ee86#subdirectory=python-package', 'insightface') # insightface==0.7.3 with patches
|
||||
uninstall('albumentationsx')
|
||||
install('albumentations==1.4.3', ignore=True, quiet=True)
|
||||
"""
|
||||
install('insightfacex==0.7.4', 'insightfacex', ignore=True, quiet=True)
|
||||
uninstall('albumentations')
|
||||
install('albumentationsx')
|
||||
install_pydantic()
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user