Open knydr622 opened 3 years ago
right now just use tools/scrfd.py for inference.
Hi, thanks for ur reply
However I face the other problem when I run ./tools/test_example.sh, the error occur ::
KeyError: 'RetinaFaceDataset is not in the dataset registry'
Please help Thanks :)
Hi, you have to install the insightface repository.
install mmdet at scrfd root diretory , problem is solved
pip install -v -e . # or "python setup.py develop"
@knydr622
Hi, I am testing "webcam_demo.py" in insightface/scrfd. However, I could not do it cuz
"" KeyError: 'SCRFD is not in the models registry ""
Im using pre-trained model :: configs/scrfd/SCRFD_2.5G_BNKPS.py checkpoints/SCRFD_2.5G_KPS.pth
I cant find how to do. Can u help me ?? Thanks