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