Open leoluopy opened 3 years ago
i am converting model to onnx my command is below: python scrfd2onnx ../configs/scrfd/scrfd_500m.py scrfd_500m.pth --shape -1 -1 --input-img face.jpg
python scrfd2onnx ../configs/scrfd/scrfd_500m.py scrfd_500m.pth --shape -1 -1 --input-img face.jpg
error is : KeyError: 'SCRFD is not in the models registry'
KeyError: 'SCRFD is not in the models registry'
do anyone have some ideas ? @nttstar
install mmdet at scrfd root diretory , problem is solved pip install -v -e . # or "python setup.py develop"
pip install -v -e . # or "python setup.py develop"
i am converting model to onnx my command is below:
python scrfd2onnx ../configs/scrfd/scrfd_500m.py scrfd_500m.pth --shape -1 -1 --input-img face.jpg
error is :
KeyError: 'SCRFD is not in the models registry'
do anyone have some ideas ? @nttstar