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)