- Traceback (most recent call last):
- File "demo.py", line 554, in <module>
- main()
- File "demo.py", line 533, in main
- boundingboxes, points = detect_face(img_matlab, minsize, pnet_rknn_list, rnet_rknn, onet_rknn, threshold, False, factor)
- File "demo.py", line 283, in detect_face
- out_prob1=out_prob1.reshape(PNET_PYRAMID_ARR[i][0][0],PNET_PYRAMID_ARR[i][0][1], PNET_PYRAMID_ARR[i][0][2], PNET_PYRAMID_ARR[i][0][3])
- ValueError: cannot reshape array of size 25740 into shape (1,2,91,69)
复制代码
还看研究为什么会导致这样的问题。25740是更高分辨率的检测结果。欢迎光临 Toybrick (https://t.rock-chips.com/) | Powered by Discuz! X3.3 |