dan-masek

Hacking BGR to YUV 422... take 2 (console output)

Apr 23rd, 2018
329
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.23 KB | None | 0 0
  1. Image size = [256 x 65536]
  2.  
  3. 0
  4. 2
  5. [0.5356302261352539;
  6. 0.3070346117019653;
  7. 0.580031156539917]
  8. [0.5327445552350435;
  9. 0.4612641296888019;
  10. 0.5837383538516897]
  11.  
  12.  
  13. Num Threads = 1
  14.  
  15. BGR->YUV
  16. Total = 1329.43 ms
  17. Iteration = 41.5445 ms
  18. Min. Iteration = 40.497 ms
  19. FPS = 24.0706
  20.  
  21. YUV->BGR
  22. Total = 1779.05 ms
  23. Iteration = 55.5954 ms
  24. Min. Iteration = 54.495 ms
  25. FPS = 17.9871
  26. [ INFO:0] Initialize OpenCL runtime...
  27. [ INFO:0] Successfully initialized OpenCL cache directory: C:\Users\Daniel\AppData\Local\Temp\opencv\3.4.1\opencl_cache\
  28. [ INFO:0] Preparing OpenCL cache configuration for context: NVIDIA_Corporation--GeForce_GTX_760--388_13
  29.  
  30. BGR->YUV
  31. Total = 2177.65 ms
  32. Iteration = 68.0516 ms
  33. Min. Iteration = 65 ms
  34. FPS = 14.6947
  35.  
  36. YUV->BGR
  37. Total = 342.959 ms
  38. Iteration = 10.7175 ms
  39. Min. Iteration = 9.947 ms
  40. FPS = 93.3056
  41.  
  42.  
  43. Num Threads = 2
  44.  
  45. BGR->YUV
  46. Total = 727.474 ms
  47. Iteration = 22.7336 ms
  48. Min. Iteration = 22 ms
  49. FPS = 43.9878
  50.  
  51. YUV->BGR
  52. Total = 949.497 ms
  53. Iteration = 29.6718 ms
  54. Min. Iteration = 28.998 ms
  55. FPS = 33.7021
  56.  
  57. BGR->YUV
  58. Total = 1583.17 ms
  59. Iteration = 49.474 ms
  60. Min. Iteration = 46.999 ms
  61. FPS = 20.2126
  62.  
  63. YUV->BGR
  64. Total = 340.05 ms
  65. Iteration = 10.6266 ms
  66. Min. Iteration = 9.5 ms
  67. FPS = 94.1038
  68.  
  69.  
  70. Num Threads = 3
  71.  
  72. BGR->YUV
  73. Total = 559.471 ms
  74. Iteration = 17.4835 ms
  75. Min. Iteration = 15.501 ms
  76. FPS = 57.1969
  77.  
  78. YUV->BGR
  79. Total = 724.034 ms
  80. Iteration = 22.6261 ms
  81. Min. Iteration = 21.994 ms
  82. FPS = 44.1968
  83.  
  84. BGR->YUV
  85. Total = 1420.64 ms
  86. Iteration = 44.3949 ms
  87. Min. Iteration = 41.996 ms
  88. FPS = 22.5251
  89.  
  90. YUV->BGR
  91. Total = 335.48 ms
  92. Iteration = 10.4838 ms
  93. Min. Iteration = 9.982 ms
  94. FPS = 95.3857
  95.  
  96.  
  97. Num Threads = 4
  98.  
  99. BGR->YUV
  100. Total = 418.973 ms
  101. Iteration = 13.0929 ms
  102. Min. Iteration = 11.999 ms
  103. FPS = 76.3772
  104.  
  105. YUV->BGR
  106. Total = 551.993 ms
  107. Iteration = 17.2498 ms
  108. Min. Iteration = 15 ms
  109. FPS = 57.9717
  110.  
  111. BGR->YUV
  112. Total = 1294.5 ms
  113. Iteration = 40.453 ms
  114. Min. Iteration = 37.499 ms
  115. FPS = 24.7201
  116.  
  117. YUV->BGR
  118. Total = 336.54 ms
  119. Iteration = 10.5169 ms
  120. Min. Iteration = 9.499 ms
  121. FPS = 95.0853
  122.  
  123.  
  124. Num Threads = 5
  125.  
  126. BGR->YUV
  127. Total = 352.462 ms
  128. Iteration = 11.0144 ms
  129. Min. Iteration = 9 ms
  130. FPS = 90.7899
  131.  
  132. YUV->BGR
  133. Total = 465.67 ms
  134. Iteration = 14.5522 ms
  135. Min. Iteration = 12.499 ms
  136. FPS = 68.7182
  137.  
  138. BGR->YUV
  139. Total = 1208.03 ms
  140. Iteration = 37.751 ms
  141. Min. Iteration = 34.503 ms
  142. FPS = 26.4893
  143.  
  144. YUV->BGR
  145. Total = 338.101 ms
  146. Iteration = 10.5657 ms
  147. Min. Iteration = 9.997 ms
  148. FPS = 94.6463
  149.  
  150.  
  151. Num Threads = 6
  152.  
  153. BGR->YUV
  154. Total = 370.477 ms
  155. Iteration = 11.5774 ms
  156. Min. Iteration = 7.998 ms
  157. FPS = 86.3751
  158.  
  159. YUV->BGR
  160. Total = 495.992 ms
  161. Iteration = 15.4997 ms
  162. Min. Iteration = 10.5 ms
  163. FPS = 64.5172
  164.  
  165. BGR->YUV
  166. Total = 1169.03 ms
  167. Iteration = 36.532 ms
  168. Min. Iteration = 33.499 ms
  169. FPS = 27.3732
  170.  
  171. YUV->BGR
  172. Total = 335.443 ms
  173. Iteration = 10.4826 ms
  174. Min. Iteration = 9.985 ms
  175. FPS = 95.3962
  176.  
  177.  
  178. Num Threads = 7
  179.  
  180. BGR->YUV
  181. Total = 300.983 ms
  182. Iteration = 9.40572 ms
  183. Min. Iteration = 7.997 ms
  184. FPS = 106.318
  185.  
  186. YUV->BGR
  187. Total = 395.492 ms
  188. Iteration = 12.3591 ms
  189. Min. Iteration = 9.998 ms
  190. FPS = 80.9119
  191.  
  192. BGR->YUV
  193. Total = 1147.5 ms
  194. Iteration = 35.8594 ms
  195. Min. Iteration = 33 ms
  196. FPS = 27.8867
  197.  
  198. YUV->BGR
  199. Total = 334.466 ms
  200. Iteration = 10.4521 ms
  201. Min. Iteration = 9.499 ms
  202. FPS = 95.6749
  203.  
  204.  
  205. Num Threads = 8
  206.  
  207. BGR->YUV
  208. Total = 282.485 ms
  209. Iteration = 8.82766 ms
  210. Min. Iteration = 7.499 ms
  211. FPS = 113.28
  212.  
  213. YUV->BGR
  214. Total = 368.484 ms
  215. Iteration = 11.5151 ms
  216. Min. Iteration = 10 ms
  217. FPS = 86.8423
  218.  
  219. BGR->YUV
  220. Total = 1135.49 ms
  221. Iteration = 35.4841 ms
  222. Min. Iteration = 32.995 ms
  223. FPS = 28.1817
  224.  
  225. YUV->BGR
  226. Total = 336.525 ms
  227. Iteration = 10.5164 ms
  228. Min. Iteration = 9.497 ms
  229. FPS = 95.0895
  230.  
  231.  
  232. Num Threads = 9
  233.  
  234. BGR->YUV
  235. Total = 267.991 ms
  236. Iteration = 8.37472 ms
  237. Min. Iteration = 7.497 ms
  238. FPS = 119.407
  239.  
  240. YUV->BGR
  241. Total = 352.473 ms
  242. Iteration = 11.0148 ms
  243. Min. Iteration = 9.996 ms
  244. FPS = 90.7871
  245.  
  246. BGR->YUV
  247. Total = 1124.15 ms
  248. Iteration = 35.1295 ms
  249. Min. Iteration = 32.5 ms
  250. FPS = 28.4661
  251.  
  252. YUV->BGR
  253. Total = 336.462 ms
  254. Iteration = 10.5144 ms
  255. Min. Iteration = 9.973 ms
  256. FPS = 95.1073
  257.  
  258.  
  259. Num Threads = 10
  260.  
  261. BGR->YUV
  262. Total = 260.48 ms
  263. Iteration = 8.14 ms
  264. Min. Iteration = 7 ms
  265. FPS = 122.85
  266.  
  267. YUV->BGR
  268. Total = 343.985 ms
  269. Iteration = 10.7495 ms
  270. Min. Iteration = 9.499 ms
  271. FPS = 93.0273
  272.  
  273. BGR->YUV
  274. Total = 1124.7 ms
  275. Iteration = 35.1467 ms
  276. Min. Iteration = 32.497 ms
  277. FPS = 28.4521
  278.  
  279. YUV->BGR
  280. Total = 335.684 ms
  281. Iteration = 10.4901 ms
  282. Min. Iteration = 9.5 ms
  283. FPS = 95.3277
  284.  
  285.  
  286. Num Threads = 11
  287.  
  288. BGR->YUV
  289. Total = 251.994 ms
  290. Iteration = 7.87481 ms
  291. Min. Iteration = 7.497 ms
  292. FPS = 126.987
  293.  
  294. YUV->BGR
  295. Total = 331.977 ms
  296. Iteration = 10.3743 ms
  297. Min. Iteration = 9.499 ms
  298. FPS = 96.3922
  299.  
  300. BGR->YUV
  301. Total = 1115.52 ms
  302. Iteration = 34.86 ms
  303. Min. Iteration = 32.495 ms
  304. FPS = 28.6862
  305.  
  306. YUV->BGR
  307. Total = 336.958 ms
  308. Iteration = 10.5299 ms
  309. Min. Iteration = 9.505 ms
  310. FPS = 94.9673
  311.  
  312.  
  313. Num Threads = 12
  314.  
  315. BGR->YUV
  316. Total = 244.992 ms
  317. Iteration = 7.656 ms
  318. Min. Iteration = 6.999 ms
  319. FPS = 130.617
  320.  
  321. YUV->BGR
  322. Total = 325.482 ms
  323. Iteration = 10.1713 ms
  324. Min. Iteration = 8.997 ms
  325. FPS = 98.3157
  326.  
  327. BGR->YUV
  328. Total = 1108.15 ms
  329. Iteration = 34.6297 ms
  330. Min. Iteration = 32 ms
  331. FPS = 28.877
  332.  
  333. YUV->BGR
  334. Total = 336.847 ms
  335. Iteration = 10.5265 ms
  336. Min. Iteration = 9.499 ms
  337. FPS = 94.9986
Add Comment
Please, Sign In to add comment