JiMa98
Results
1
issues of
JiMa98
当输入图片尺寸为416 * 416时,检测一张图片大约需要7秒。尺寸调整为224 * 224时,一张图片大约为2秒。均远低于Yolo模型在Python中的性能,请问有没有可以提高推断性能的方法? PS:推断结果是正确的 我的推断代码如下: public static void main(String[] args) throws IOException, ModelNotFoundException, MalformedModelException, TranslateException { List images = new ArrayList(); for(int i = 1;i < 30; i++){...