deepinsight / deepinsight/insightface
AssertionError: model_file should exist
- Dominant language
- Python
- Stars
- 29.7k
- Forks
- 6.1k
- PR merge metrics
- No merged PRs in 30d
Description
i have downloaded antelope which is the pretrain model right?
i get this issue whenever trying to call the detection or recognition model in the quick example
Traceback (most recent call last):
File "D:/insightface/python-package/main.py", line 8, in
detector = insightface.model_zoo.get_model('glintr100.onnx')
File "D:\insightface\python-package\insightface\model_zoo\model_zoo.py", line 80, in get_model
assert osp.exists(model_file), 'model_file should exist'
AssertionError: model_file should exist
so am wondering what is the correct way of setting this model?
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.