update dnmetis/README.md.

This commit is contained in:
chengchunlei
2020-10-26 10:46:03 +08:00
committed by Gitee
parent e90f1861fb
commit 3b87639001
+1 -1
View File
@@ -102,7 +102,7 @@ def pre_process_noisy(img, dims=None, precision="fp32"):
return img return img
``` ```
### inference and post-process ### inference and post-process:
``` ```
predictions = backend.predict(args.feed[i]) predictions = backend.predict(args.feed[i])
#print(args.feed[i].shape) #print(args.feed[i].shape)