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