From 3b876390011df82af3c28c5221898ed736fad413 Mon Sep 17 00:00:00 2001 From: chengchunlei <0510568@163.com> Date: Mon, 26 Oct 2020 10:46:03 +0800 Subject: [PATCH] update dnmetis/README.md. --- dnmetis/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dnmetis/README.md b/dnmetis/README.md index 8698b96..66e92d2 100644 --- a/dnmetis/README.md +++ b/dnmetis/README.md @@ -102,7 +102,7 @@ def pre_process_noisy(img, dims=None, precision="fp32"): return img ``` -### inference and post-process +### inference and post-process: ``` predictions = backend.predict(args.feed[i]) #print(args.feed[i].shape)