You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
上传空白图片时候报错:java.lang.IllegalArgumentException: need at least one array to stack
目前使用SmartJavaAI 1.1.2的 PPOCRDetTranslator 在没有检测到文本框时,对空 boxList 调用了 NDArrays.stack()
上传空白图片时候报错:java.lang.IllegalArgumentException: need at least one array to stack
目前使用SmartJavaAI 1.1.2的 PPOCRDetTranslator 在没有检测到文本框时,对空 boxList 调用了 NDArrays.stack()
目前最新版本有解决吗