codeman
Results
1
issues of
codeman
windows 平台运行安全帽识别火焰识别过程中,创建临时路径加载资源过程中存在异常 原因 java.net.URI.create(url) 不支持windows平台下的 例如出c:/temp/test.zip 可加入该代码进行提前转换后使用 model_path = Paths.get(model_path).toUri().getPath();