mirror of
https://github.com/deepinsight/insightface.git
synced 2026-01-14 12:20:19 +00:00
5 lines
99 B
Python
5 lines
99 B
Python
|
|
import inspireface
|
||
|
|
|
||
|
|
for model in ["Pikachu", "Megatron"]:
|
||
|
|
inspireface.pull_latest_model(model)
|