mymagicpower / AIAS

AIAS (AI Acceleration Suite) - 人工智能加速器套件。提供: 包括SDK,平台引擎,场景套件在内,合计超过100个项目组成的项目集。
Apache License 2.0
651 stars 233 forks source link

OcrV3RecognitionExample路径包含中文无法识别 #14

Open myCodingTrip opened 1 year ago

myCodingTrip commented 1 year ago

报错Exception in thread "main" java.io.IOException: Read image failed:.....

mymagicpower commented 1 year ago

Path path = Paths.get("") ......path.toString()

myCodingTrip commented 1 year ago

请问具体要怎么写呢?按原来的写法 Path imageFile = Paths.get("E:\测试\7.jpg"); Image image = OpenCVImageFactory.getInstance().fromFile(imageFile); 这样写就会报错