Hi :
when i run face detection demo.py, got the following error:
Traceback (most recent call last):
File "demo.py", line 138, in
main()
File "demo.py", line 68, in main
NMS_threshold=0.4, NMS_flag=True, skip_scale_branch_list=[])
File "../accuracy_evaluation/predict.py", line 173, in predict
score_map = numpy.squeeze(outputs[i * 2], (0, 1))
File "/usr/local/lib/python3.5/dist-packages/numpy/core/fromnumeric.py", line 1388, in squeeze
return squeeze(axis=axis)
Hi : when i run face detection demo.py, got the following error:
Traceback (most recent call last): File "demo.py", line 138, in
main()
File "demo.py", line 68, in main
NMS_threshold=0.4, NMS_flag=True, skip_scale_branch_list=[])
File "../accuracy_evaluation/predict.py", line 173, in predict
score_map = numpy.squeeze(outputs[i * 2], (0, 1))
File "/usr/local/lib/python3.5/dist-packages/numpy/core/fromnumeric.py", line 1388, in squeeze
return squeeze(axis=axis)