MTCNN 没有为 bboxes 提供正确的输出

问题描述

嗨,我一直在运行我自己的图像数据集链接显示的这个笔记本教程。然而 当我运行这段代码时,我的 bBox 得到了 (0,5) 而不是 (1,5) 的形状。对此有什么解释吗,我该如何解决


#image = cv2.imread('test/6.jpg')
image = cv2.imread('train_data/train/class1/CB6320R.jpg')


input = np.copy(image)

bBoxes = create_mtcnn_net(input,(50,15),device,p_model_path='MTCNN/weights/pnet_Weights',o_model_path='MTCNN/weights/onet_Weights')
bBoxes.shape
output: (0,5)

Link to the LPRNET MTCNN Car Detection Plate Tutorial

解决方法

暂无找到可以解决该程序问题的有效方法,小编努力寻找整理中!

如果你已经找到好的解决方法,欢迎将解决方案带上本链接一起发送给小编。

小编邮箱:dio#foxmail.com (将#修改为@)