Files
insightface/cpp-package/inspireface/python/pull_models.py
2025-03-25 00:51:26 +08:00

5 lines
99 B
Python

import inspireface
for model in ["Pikachu", "Megatron"]:
inspireface.pull_latest_model(model)