Pytorch_Retinaface
Pytorch_Retinaface copied to clipboard
TypeError: 'NoneType' object is not subscriptable
trafficstars
Hi, Thank you very much for your materials.
I have downloaded the weights from this link (https://drive.google.com/drive/folders/1oZRSG0ZegbVkVwUd8wUIQx8W7yfZ_ki1).
But when I am running python test_widerface.py --trained_model weight_file --network mobile0.25 or resnet50 I am getting an error as: if cfg['name'] == 'mobilenet0.25': TypeError: 'NoneType' object is not subscriptable
Can you please help to get rid of this?
Thanks in advance