为什么使用Maixpy/docs/doc/zh/vision/hand_landmarks.md的例程会出现: RuntimeError: Invalid arguments: model input channel not match image channel,实际错误信息 model need image channel is 192, but image have 0
表明:模型期望输入图像尺寸(可能是高度或宽度)为 192,但传入的图像尺寸为 0, detector.detect() 收到的图像 img 是无效的
我的固件版本为4.11.8
为什么使用Maixpy/docs/doc/zh/vision/hand_landmarks.md的例程会出现: RuntimeError: Invalid arguments: model input channel not match image channel,实际错误信息 model need image channel is 192, but image have 0
表明:模型期望输入图像尺寸(可能是高度或宽度)为 192,但传入的图像尺寸为 0, detector.detect() 收到的图像 img 是无效的
我的固件版本为4.11.8