Files
insightface/cpp-package/inspireface/python/pull_models.py

5 lines
99 B
Python
Raw Normal View History

2025-03-25 00:51:26 +08:00
import inspireface
for model in ["Pikachu", "Megatron"]:
inspireface.pull_latest_model(model)