@@ -49,7 +49,7 @@ root@ax650:~/samples# python3 classification.py -m /opt/data/npu/models/mobilene
4949 Class Index: 281, Score: 8.321
5050 Class Index: 287, Score: 7.924
5151 ------------------------------------------------------
52- min = 1.004 ms max = 22.512 ms avg = 1.252 ms
52+ min = 0.890 ms max = 22.417 ms avg = 1.119 ms
5353 ------------------------------------------------------
5454```
5555
@@ -73,7 +73,7 @@ root@ax650:~/samples# python3 classification.py -m /opt/data/npu/models/mobilene
7373 Class Index: 281, Score: 8.321
7474 Class Index: 287, Score: 7.924
7575 ------------------------------------------------------
76- min = 1.673 ms max = 12.400 ms avg = 1.805 ms
76+ min = 1.587 ms max = 12.624 ms avg = 1.718 ms
7777 ------------------------------------------------------
7878root@ax650:~ /samples# python3 classification.py -m /opt/data/npu/models/mobilenetv2.axmodel -i /opt/data/npu/images/cat.jpg -p AxEngineExecutionProvider
7979[INFO] Available providers: [' AXCLRTExecutionProvider' , ' AxEngineExecutionProvider' ]
@@ -91,7 +91,7 @@ root@ax650:~/samples# python3 classification.py -m /opt/data/npu/models/mobilene
9191 Class Index: 281, Score: 8.321
9292 Class Index: 287, Score: 7.924
9393 ------------------------------------------------------
94- min = 1.004 ms max = 22.512 ms avg = 1.252 ms
94+ min = 0.897 ms max = 22.542 ms avg = 1.125 ms
9595 ------------------------------------------------------
9696```
9797
0 commit comments