Skip to content

Instantly share code, notes, and snippets.

@mhanuel26
Last active March 31, 2022 17:20
Show Gist options
  • Save mhanuel26/a6fe96b1fa77d2ec08d51955bd7bf6d7 to your computer and use it in GitHub Desktop.
Save mhanuel26/a6fe96b1fa77d2ec08d51955bd7bf6d7 to your computer and use it in GitHub Desktop.
output log app_mt_mod.py
ubuntu@kria:~/target_kv260$ python3 app_mt_mod.py -d images/mycats2
Command line options:
--image_dir : images/mycats2
--threads : 1
--model : customcnn.xmodel
------------------------------------
Pre-processing 51 images...
Starting 1 threads...
(1, 200, 250, 3)
(1, 2)
51
[ 2 -2]
[ 11 -11]
[-7 7]
[ 12 -12]
[0 0]
[-13 13]
[ 5 -5]
[-6 6]
[ 16 -16]
[ 4 -4]
[-13 13]
[-9 9]
[-7 7]
[ 4 -4]
[0 0]
[ 8 -8]
[ 4 -4]
[-2 2]
[ 4 -4]
[ 2 -2]
[-27 27]
[0 0]
[ 10 -10]
[-5 5]
[ 1 -1]
[-9 9]
[-9 9]
[ 16 -16]
[-4 4]
[ 6 -6]
[-7 7]
[-16 16]
[ 15 -15]
[-12 12]
[-12 12]
[-6 6]
[ 9 -8]
[-7 7]
[ 6 -6]
[-1 1]
[-7 7]
[ 1 -1]
[ 8 -8]
[ 8 -8]
[-6 6]
[-13 13]
[-12 12]
[-19 19]
[-1 1]
[-13 13]
[ 6 -6]
------------------------------------
Throughput=238.19 fps, total frames = 51, time=0.2141 seconds
Post-processing 51 images..
wrong image: 112636.jpg has threshold: 2
wrong image: 112697.jpg has threshold: 11
correct image: 112863.jpg has threshold: 7
wrong image: 112120.jpg has threshold: 12
wrong image: 112500.jpg has threshold: 0
correct image: 112654.jpg has threshold: 13
wrong image: 112019.jpg has threshold: 5
correct image: 112129.jpg has threshold: 6
wrong image: 112933.jpg has threshold: 16
wrong image: 112033.jpg has threshold: 4
correct image: 112739.jpg has threshold: 13
correct image: 112924.jpg has threshold: 9
correct image: 112525.jpg has threshold: 7
wrong image: 112241.jpg has threshold: 4
wrong image: 112392.jpg has threshold: 0
wrong image: 112359.jpg has threshold: 8
wrong image: 112610.jpg has threshold: 4
correct image: 112515.jpg has threshold: 2
wrong image: 112449.jpg has threshold: 4
wrong image: 112581.jpg has threshold: 2
correct image: 112984.jpg has threshold: 27
wrong image: 112955.jpg has threshold: 0
wrong image: 112871.jpg has threshold: 10
correct image: 112389.jpg has threshold: 5
wrong image: 112371.jpg has threshold: 1
correct image: 112141.jpg has threshold: 9
correct image: 112330.jpg has threshold: 9
wrong image: 112001.jpg has threshold: 16
correct image: 112511.jpg has threshold: 4
wrong image: 112245.jpg has threshold: 6
correct image: 112116.jpg has threshold: 7
correct image: 112286.jpg has threshold: 16
wrong image: 112612.jpg has threshold: 15
correct image: 112867.jpg has threshold: 12
correct image: 112438.jpg has threshold: 12
correct image: 112998.jpg has threshold: 6
wrong image: 112931.jpg has threshold: 9
correct image: 112164.jpg has threshold: 7
wrong image: 112766.jpg has threshold: 6
correct image: 112517.jpg has threshold: 1
correct image: 112295.jpg has threshold: 7
wrong image: 112374.jpg has threshold: 1
wrong image: 112915.jpg has threshold: 8
wrong image: 112078.jpg has threshold: 8
correct image: 112490.jpg has threshold: 6
correct image: 112146.jpg has threshold: 13
correct image: 112605.jpg has threshold: 12
correct image: 112219.jpg has threshold: 19
correct image: 112734.jpg has threshold: 1
correct image: 112032.jpg has threshold: 13
wrong image: 112426.jpg has threshold: 6
Correct:26, Wrong:25, Accuracy:0.5098
------------------------------------
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment