insightface version 0.2.1

This commit is contained in:
Jia Guo
2021-05-26 20:17:03 +08:00
parent d5aa94a904
commit e1846bcc9e
2 changed files with 219 additions and 1 deletions

View File

@@ -11,7 +11,7 @@ except ImportError:
"Unable to import dependency onnxruntime. "
)
__version__ = '0.2.0'
__version__ = '0.2.1'
from . import model_zoo
from . import utils