Advertisement
Guest User

detectnet.py output

a guest
Apr 19th, 2023
27
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 128.43 KB | None | 0 0
  1. $ detectnet.py rtsp://admin:admin123@192.168.0.5:8080/h264_pcm.sdp --input-codec=h264
  2. [gstreamer] initialized gstreamer, version 1.14.5.0
  3. [gstreamer] gstDecoder -- creating decoder for admin:admin123@192.168.0.5
  4. [gstreamer] gstDecoder -- failed to discover any video streams
  5. [gstreamer] gstDecoder -- pipeline string:
  6. [gstreamer] rtspsrc location=rtsp://admin:admin123@192.168.0.5:8080/h264_pcm.sdp latency=2000 ! queue ! rtph264depay ! h264parse ! omxh264dec ! video/x-raw(memory:NVMM) ! appsink name=mysink
  7. [video]  created gstDecoder from rtsp://admin:admin123@192.168.0.5:8080/h264_pcm.sdp
  8. ------------------------------------------------
  9. gstDecoder video options:
  10. ------------------------------------------------
  11.   -- URI: rtsp://admin:admin123@192.168.0.5:8080/h264_pcm.sdp
  12.      - protocol:  rtsp
  13.      - location:  admin:admin123@192.168.0.5
  14.      - port:      8080
  15.   -- deviceType: ip
  16.   -- ioType:     input
  17.   -- codec:      h264
  18.   -- width:      0
  19.   -- height:     0
  20.   -- frameRate:  0.000000
  21.   -- bitRate:    0
  22.   -- numBuffers: 4
  23.   -- zeroCopy:   true
  24.   -- flipMethod: none
  25.   -- loop:       0
  26.   -- rtspLatency 2000
  27. ------------------------------------------------
  28. [OpenGL] glDisplay -- X screen 0 resolution:  1920x1080
  29. [OpenGL] glDisplay -- X window resolution:    1920x1080
  30. [OpenGL] failed to create X11 Window.
  31. jetson.utils -- no output streams, creating fake null output
  32.  
  33. detectNet -- loading detection network model from:
  34.           -- model        networks/SSD-Mobilenet-v2/ssd_mobilenet_v2_coco.uff
  35.           -- input_blob   'Input'
  36.           -- output_blob  'NMS'
  37.           -- output_count 'NMS_1'
  38.           -- class_labels networks/SSD-Mobilenet-v2/ssd_coco_labels.txt
  39.           -- threshold    0.500000
  40.           -- batch_size   1
  41.  
  42. [TRT]    TensorRT version 8.2.1
  43. [TRT]    loading NVIDIA plugins...
  44. [TRT]    Registered plugin creator - ::GridAnchor_TRT version 1
  45. [TRT]    Registered plugin creator - ::GridAnchorRect_TRT version 1
  46. [TRT]    Registered plugin creator - ::NMS_TRT version 1
  47. [TRT]    Registered plugin creator - ::Reorg_TRT version 1
  48. [TRT]    Registered plugin creator - ::Region_TRT version 1
  49. [TRT]    Registered plugin creator - ::Clip_TRT version 1
  50. [TRT]    Registered plugin creator - ::LReLU_TRT version 1
  51. [TRT]    Registered plugin creator - ::PriorBox_TRT version 1
  52. [TRT]    Registered plugin creator - ::Normalize_TRT version 1
  53. [TRT]    Registered plugin creator - ::ScatterND version 1
  54. [TRT]    Registered plugin creator - ::RPROI_TRT version 1
  55. [TRT]    Registered plugin creator - ::BatchedNMS_TRT version 1
  56. [TRT]    Registered plugin creator - ::BatchedNMSDynamic_TRT version 1
  57. [TRT]    Could not register plugin creator -  ::FlattenConcat_TRT version 1
  58. [TRT]    Registered plugin creator - ::CropAndResize version 1
  59. [TRT]    Registered plugin creator - ::DetectionLayer_TRT version 1
  60. [TRT]    Registered plugin creator - ::EfficientNMS_TRT version 1
  61. [TRT]    Registered plugin creator - ::EfficientNMS_ONNX_TRT version 1
  62. [TRT]    Registered plugin creator - ::EfficientNMS_TFTRT_TRT version 1
  63. [TRT]    Registered plugin creator - ::Proposal version 1
  64. [TRT]    Registered plugin creator - ::ProposalLayer_TRT version 1
  65. [TRT]    Registered plugin creator - ::PyramidROIAlign_TRT version 1
  66. [TRT]    Registered plugin creator - ::ResizeNearest_TRT version 1
  67. [TRT]    Registered plugin creator - ::Split version 1
  68. [TRT]    Registered plugin creator - ::SpecialSlice_TRT version 1
  69. [TRT]    Registered plugin creator - ::InstanceNormalization_TRT version 1
  70. [TRT]    detected model format - UFF  (extension '.uff')
  71. [TRT]    desired precision specified for GPU: FASTEST
  72. [TRT]    requested fasted precision for device GPU without providing valid calibrator, disabling INT8
  73. [TRT]    [MemUsageChange] Init CUDA: CPU +228, GPU +0, now: CPU 259, GPU 3376 (MiB)
  74. [TRT]    [MemUsageSnapshot] Begin constructing builder kernel library: CPU 259 MiB, GPU 3405 MiB
  75. [TRT]    [MemUsageSnapshot] End constructing builder kernel library: CPU 289 MiB, GPU 3434 MiB
  76. [TRT]    native precisions detected for GPU:  FP32, FP16
  77. [TRT]    selecting fastest native precision for GPU:  FP16
  78. [TRT]    found engine cache file networks/SSD-Mobilenet-v2/ssd_mobilenet_v2_coco.uff.1.1.8201.GPU.FP16.engine
  79. [TRT]    found model checksum networks/SSD-Mobilenet-v2/ssd_mobilenet_v2_coco.uff.sha256sum
  80. [TRT]    echo "$(cat networks/SSD-Mobilenet-v2/ssd_mobilenet_v2_coco.uff.sha256sum) networks/SSD-Mobilenet-v2/ssd_mobilenet_v2_coco.uff" | sha256sum --check --status
  81. [TRT]    model matched checksum networks/SSD-Mobilenet-v2/ssd_mobilenet_v2_coco.uff.sha256sum
  82. [TRT]    loading network plan from engine cache... networks/SSD-Mobilenet-v2/ssd_mobilenet_v2_coco.uff.1.1.8201.GPU.FP16.engine
  83. [TRT]    device GPU, loaded networks/SSD-Mobilenet-v2/ssd_mobilenet_v2_coco.uff
  84. [TRT]    [MemUsageChange] Init CUDA: CPU +0, GPU +0, now: CPU 294, GPU 3567 (MiB)
  85. [TRT]    Loaded engine size: 33 MiB
  86. [TRT]    Using cublas as a tactic source
  87. [TRT]    [MemUsageChange] Init cuBLAS/cuBLASLt: CPU +158, GPU +143, now: CPU 470, GPU 3718 (MiB)
  88. [TRT]    Using cuDNN as a tactic source
  89. [TRT]    [MemUsageChange] Init cuDNN: CPU +241, GPU +173, now: CPU 711, GPU 3891 (MiB)
  90. [TRT]    Deserialization required 3195063 microseconds.
  91. [TRT]    [MemUsageChange] TensorRT-managed allocation in engine deserialization: CPU +0, GPU +33, now: CPU 0, GPU 33 (MiB)
  92. [TRT]    Using cublas as a tactic source
  93. [TRT]    [MemUsageChange] Init cuBLAS/cuBLASLt: CPU +0, GPU +0, now: CPU 711, GPU 3891 (MiB)
  94. [TRT]    Using cuDNN as a tactic source
  95. [TRT]    [MemUsageChange] Init cuDNN: CPU +0, GPU +0, now: CPU 711, GPU 3891 (MiB)
  96. [TRT]    Total per-runner device persistent memory is 22143488
  97. [TRT]    Total per-runner host persistent memory is 127808
  98. [TRT]    Allocated activation device memory of size 13360640
  99. [TRT]    [MemUsageChange] TensorRT-managed allocation in IExecutionContext creation: CPU +0, GPU +34, now: CPU 0, GPU 67 (MiB)
  100. [TRT]    
  101. [TRT]    CUDA engine context initialized on device GPU:
  102. [TRT]       -- layers       124
  103. [TRT]       -- maxBatchSize 1
  104. [TRT]       -- deviceMemory 13360640
  105. [TRT]       -- bindings     3
  106. [TRT]       binding 0
  107.                 -- index   0
  108.                 -- name    'Input'
  109.                 -- type    FP32
  110.                 -- in/out  INPUT
  111.                 -- # dims  3
  112.                 -- dim #0  3
  113.                 -- dim #1  300
  114.                 -- dim #2  300
  115. [TRT]       binding 1
  116.                 -- index   1
  117.                 -- name    'NMS'
  118.                 -- type    FP32
  119.                 -- in/out  OUTPUT
  120.                 -- # dims  3
  121.                 -- dim #0  1
  122.                 -- dim #1  100
  123.                 -- dim #2  7
  124. [TRT]       binding 2
  125.                 -- index   2
  126.                 -- name    'NMS_1'
  127.                 -- type    FP32
  128.                 -- in/out  OUTPUT
  129.                 -- # dims  3
  130.                 -- dim #0  1
  131.                 -- dim #1  1
  132.                 -- dim #2  1
  133. [TRT]    
  134. [TRT]    binding to input 0 Input  binding index:  0
  135. [TRT]    binding to input 0 Input  dims (b=1 c=3 h=300 w=300) size=1080000
  136. [TRT]    binding to output 0 NMS  binding index:  1
  137. [TRT]    binding to output 0 NMS  dims (b=1 c=1 h=100 w=7) size=2800
  138. [TRT]    binding to output 1 NMS_1  binding index:  2
  139. [TRT]    binding to output 1 NMS_1  dims (b=1 c=1 h=1 w=1) size=4
  140. [TRT]    
  141. [TRT]    device GPU, networks/SSD-Mobilenet-v2/ssd_mobilenet_v2_coco.uff initialized.
  142. [TRT]    W = 7  H = 100  C = 1
  143. [TRT]    detectNet -- maximum bounding boxes:   100
  144. [TRT]    loaded 91 class labels
  145. [TRT]    detectNet -- number of object classes:  91
  146. [TRT]    loaded 0 class colors
  147. [TRT]    didn't load expected number of class colors  (0 of 91)
  148. [TRT]    filling in remaining 91 class colors with default colors
  149. [gstreamer] opening gstDecoder for streaming, transitioning pipeline to GST_STATE_PLAYING
  150. [gstreamer] gstreamer changed state from NULL to READY ==> mysink
  151. [gstreamer] gstreamer changed state from NULL to READY ==> capsfilter0
  152. [gstreamer] gstreamer changed state from NULL to READY ==> omxh264dec-omxh264dec0
  153. [gstreamer] gstreamer changed state from NULL to READY ==> h264parse0
  154. [gstreamer] gstreamer changed state from NULL to READY ==> rtph264depay0
  155. [gstreamer] gstreamer changed state from NULL to READY ==> queue0
  156. [gstreamer] gstreamer changed state from NULL to READY ==> rtspsrc0
  157. [gstreamer] gstreamer changed state from NULL to READY ==> pipeline0
  158. [gstreamer] gstreamer changed state from READY to PAUSED ==> capsfilter0
  159. [gstreamer] gstreamer changed state from READY to PAUSED ==> omxh264dec-omxh264dec0
  160. [gstreamer] gstreamer changed state from READY to PAUSED ==> h264parse0
  161. [gstreamer] gstreamer changed state from READY to PAUSED ==> rtph264depay0
  162. [gstreamer] gstreamer stream status CREATE ==> src
  163. [gstreamer] gstreamer changed state from READY to PAUSED ==> queue0
  164. [gstreamer] gstreamer message progress ==> rtspsrc0
  165. [gstreamer] gstreamer stream status ENTER ==> src
  166. [gstreamer] gstreamer changed state from READY to PAUSED ==> rtspsrc0
  167. [gstreamer] gstreamer changed state from READY to PAUSED ==> pipeline0
  168. [gstreamer] gstreamer message new-clock ==> pipeline0
  169. [gstreamer] gstreamer changed state from PAUSED to PLAYING ==> capsfilter0
  170. [gstreamer] gstreamer changed state from PAUSED to PLAYING ==> omxh264dec-omxh264dec0
  171. [gstreamer] gstreamer changed state from PAUSED to PLAYING ==> h264parse0
  172. [gstreamer] gstreamer changed state from PAUSED to PLAYING ==> rtph264depay0
  173. [gstreamer] gstreamer changed state from PAUSED to PLAYING ==> queue0
  174. [gstreamer] gstreamer message progress ==> rtspsrc0
  175. [gstreamer] gstreamer message progress ==> rtspsrc0
  176. [gstreamer] gstreamer changed state from PAUSED to PLAYING ==> rtspsrc0
  177. [gstreamer] gstreamer message progress ==> rtspsrc0
  178. [gstreamer] gstreamer message progress ==> rtspsrc0
  179. [gstreamer] gstreamer message progress ==> rtspsrc0
  180. [gstreamer] gstreamer message progress ==> rtspsrc0
  181.  
  182. (python3:11987): GStreamer-CRITICAL **: 19:05:45.560: gst_caps_is_empty: assertion 'GST_IS_CAPS (caps)' failed
  183.  
  184. (python3:11987): GStreamer-CRITICAL **: 19:05:45.560: gst_caps_truncate: assertion 'GST_IS_CAPS (caps)' failed
  185.  
  186. (python3:11987): GStreamer-CRITICAL **: 19:05:45.560: gst_caps_fixate: assertion 'GST_IS_CAPS (caps)' failed
  187.  
  188. (python3:11987): GStreamer-CRITICAL **: 19:05:45.560: gst_caps_get_structure: assertion 'GST_IS_CAPS (caps)' failed
  189.  
  190. (python3:11987): GStreamer-CRITICAL **: 19:05:45.560: gst_structure_get_string: assertion 'structure != NULL' failed
  191.  
  192. (python3:11987): GStreamer-CRITICAL **: 19:05:45.560: gst_mini_object_unref: assertion 'mini_object != NULL' failed
  193. NvMMLiteOpen : Block : BlockType = 261
  194. NVMEDIA: Reading vendor.tegra.display-size : status: 6
  195. NvMMLiteBlockCreate : Block : BlockType = 261
  196. Allocating new output: 1920x1088 (x 8), ThumbnailMode = 0
  197. OPENMAX: HandleNewStreamFormat: 3605: Send OMX_EventPortSettingsChanged: nFrameWidth = 1920, nFrameHeight = 1080
  198. reference in DPB was never decoded
  199. [gstreamer] gstDecoder -- onPreroll()
  200. [gstreamer] gstreamer message progress ==> rtspsrc0
  201. [gstreamer] gstreamer changed state from NULL to READY ==> manager
  202. [gstreamer] gstreamer changed state from READY to PAUSED ==> manager
  203. [gstreamer] gstreamer changed state from NULL to READY ==> rtpssrcdemux2
  204. [gstreamer] gstreamer changed state from READY to PAUSED ==> rtpssrcdemux2
  205. [gstreamer] gstreamer changed state from NULL to READY ==> rtpsession2
  206. [gstreamer] gstreamer changed state from READY to PAUSED ==> rtpsession2
  207. [gstreamer] gstreamer changed state from NULL to READY ==> funnel4
  208. [gstreamer] gstreamer changed state from READY to PAUSED ==> funnel4
  209. [gstreamer] gstreamer changed state from NULL to READY ==> funnel5
  210. [gstreamer] gstreamer changed state from READY to PAUSED ==> funnel5
  211. [gstreamer] gstreamer changed state from NULL to READY ==> rtpstorage2
  212. [gstreamer] gstreamer changed state from READY to PAUSED ==> rtpstorage2
  213. [gstreamer] gstreamer message progress ==> rtspsrc0
  214. [gstreamer] gstreamer changed state from NULL to READY ==> rtpssrcdemux3
  215. [gstreamer] gstreamer changed state from READY to PAUSED ==> rtpssrcdemux3
  216. [gstreamer] gstreamer changed state from NULL to READY ==> rtpsession3
  217. [gstreamer] gstreamer changed state from READY to PAUSED ==> rtpsession3
  218. [gstreamer] gstreamer changed state from NULL to READY ==> funnel6
  219. [gstreamer] gstreamer changed state from READY to PAUSED ==> funnel6
  220. [gstreamer] gstreamer changed state from NULL to READY ==> funnel7
  221. [gstreamer] gstreamer changed state from READY to PAUSED ==> funnel7
  222. [gstreamer] gstreamer changed state from NULL to READY ==> rtpstorage3
  223. [gstreamer] gstreamer changed state from READY to PAUSED ==> rtpstorage3
  224. [gstreamer] gstreamer message progress ==> rtspsrc0
  225. [gstreamer] gstreamer changed state from NULL to READY ==> udpsink4
  226. [gstreamer] gstreamer changed state from READY to PAUSED ==> udpsink4
  227. [gstreamer] gstreamer changed state from PAUSED to PLAYING ==> udpsink4
  228. [gstreamer] gstreamer changed state from NULL to READY ==> fakesrc2
  229. [gstreamer] gstreamer stream status CREATE ==> src
  230. [gstreamer] gstreamer changed state from READY to PAUSED ==> fakesrc2
  231. [gstreamer] gstreamer changed state from PAUSED to PLAYING ==> fakesrc2
  232. [gstreamer] gstreamer changed state from NULL to READY ==> udpsink6
  233. [gstreamer] gstreamer changed state from READY to PAUSED ==> udpsink6
  234. [gstreamer] gstreamer stream status ENTER ==> src
  235. [gstreamer] gstreamer changed state from PAUSED to PLAYING ==> udpsink6
  236. [gstreamer] gstreamer changed state from NULL to READY ==> fakesrc3
  237. [gstreamer] gstreamer stream status CREATE ==> src
  238. [gstreamer] gstreamer changed state from READY to PAUSED ==> fakesrc3
  239. [gstreamer] gstreamer changed state from PAUSED to PLAYING ==> fakesrc3
  240. [gstreamer] gstreamer message progress ==> rtspsrc0
  241. [gstreamer] gstreamer stream status ENTER ==> src
  242. [gstreamer] gstreamer changed state from PAUSED to PLAYING ==> rtpssrcdemux3
  243. [gstreamer] gstreamer changed state from PAUSED to PLAYING ==> rtpstorage3
  244. [gstreamer] gstreamer changed state from PAUSED to PLAYING ==> rtpsession3
  245. [gstreamer] gstreamer changed state from PAUSED to PLAYING ==> funnel6
  246. [gstreamer] gstreamer changed state from PAUSED to PLAYING ==> funnel7
  247. [gstreamer] gstreamer changed state from PAUSED to PLAYING ==> rtpssrcdemux2
  248. [gstreamer] gstreamer changed state from PAUSED to PLAYING ==> rtpstorage2
  249. [gstreamer] gstreamer changed state from PAUSED to PLAYING ==> rtpsession2
  250. [gstreamer] gstreamer changed state from PAUSED to PLAYING ==> funnel4
  251. [gstreamer] gstreamer changed state from PAUSED to PLAYING ==> funnel5
  252. [gstreamer] gstreamer changed state from PAUSED to PLAYING ==> manager
  253. [gstreamer] gstreamer stream status CREATE ==> src
  254. [gstreamer] gstreamer changed state from READY to PAUSED ==> udpsrc6
  255. [gstreamer] gstreamer changed state from PAUSED to PLAYING ==> udpsrc6
  256. [gstreamer] gstreamer stream status CREATE ==> src
  257. [gstreamer] gstreamer changed state from READY to PAUSED ==> udpsrc7
  258. [gstreamer] gstreamer changed state from PAUSED to PLAYING ==> udpsrc7
  259. [gstreamer] gstreamer stream status ENTER ==> src
  260. [gstreamer] gstreamer stream status CREATE ==> src
  261. [gstreamer] gstreamer changed state from READY to PAUSED ==> udpsrc8
  262. [gstreamer] gstreamer changed state from PAUSED to PLAYING ==> udpsrc8
  263. [gstreamer] gstreamer stream status CREATE ==> src
  264. [gstreamer] gstreamer stream status ENTER ==> src
  265. [gstreamer] gstreamer changed state from READY to PAUSED ==> udpsrc9
  266. [gstreamer] gstreamer changed state from PAUSED to PLAYING ==> udpsrc9
  267. [gstreamer] gstreamer message progress ==> rtspsrc0
  268. [gstreamer] gstreamer stream status ENTER ==> src
  269. [gstreamer] gstreamer stream status ENTER ==> src
  270. [gstreamer] gstreamer message element ==> rtpsession2
  271. [gstreamer] gstreamer message element ==> rtpsession3
  272. [gstreamer] gstreamer changed state from NULL to READY ==> rtpptdemux2
  273. [gstreamer] gstreamer changed state from READY to PAUSED ==> rtpptdemux2
  274. [gstreamer] gstreamer changed state from PAUSED to PLAYING ==> rtpptdemux2
  275. [gstreamer] gstreamer changed state from NULL to READY ==> rtpjitterbuffer2
  276. [gstreamer] gstreamer stream status CREATE ==> src
  277. [gstreamer] gstreamer changed state from READY to PAUSED ==> rtpjitterbuffer2
  278. [gstreamer] gstreamer changed state from PAUSED to PLAYING ==> rtpjitterbuffer2
  279. [gstreamer] gstreamer stream status ENTER ==> src
  280. [gstreamer] gstreamer changed state from NULL to READY ==> rtpptdemux3
  281. [gstreamer] gstreamer changed state from READY to PAUSED ==> rtpptdemux3
  282. [gstreamer] gstreamer changed state from PAUSED to PLAYING ==> rtpptdemux3
  283. [gstreamer] gstreamer changed state from NULL to READY ==> rtpjitterbuffer3
  284. [gstreamer] gstreamer stream status CREATE ==> src
  285. [gstreamer] gstreamer changed state from READY to PAUSED ==> rtpjitterbuffer3
  286. [gstreamer] gstreamer changed state from PAUSED to PLAYING ==> rtpjitterbuffer3
  287. [gstreamer] gstreamer stream status ENTER ==> src
  288. [gstreamer] gstreamer message stream-start ==> pipeline0
  289. [gstreamer] gstreamer stream status CREATE ==> src
  290. [gstreamer] gstreamer stream status ENTER ==> src
  291. [gstreamer] gstreamer mysink taglist, video-codec=(string)"H.264\ \(Baseline\ Profile\)";
  292. [gstreamer] gstBufferManager -- map buffer size was less than max size (1008 vs 3110400)
  293. [gstreamer] gstBufferManager recieve caps:  video/x-raw(memory:NVMM), format=(string)NV12, width=(int)1920, height=(int)1080, interlace-mode=(string)progressive, multiview-mode=(string)mono, multiview-flags=(GstVideoMultiviewFlagsSet)0:ffffffff:/right-view-first/left-flipped/left-flopped/right-flipped/right-flopped/half-aspect/mixed-mono, pixel-aspect-ratio=(fraction)1/1, chroma-site=(string)mpeg2, colorimetry=(string)bt709, framerate=(fraction)0/1
  294. [gstreamer] gstBufferManager -- recieved first frame, codec=h264 format=nv12 width=1920 height=1080 size=3110400
  295. [gstreamer] gstBufferManager -- recieved NVMM memory
  296. RingBuffer -- allocated 4 buffers (8 bytes each, 32 bytes total)
  297. [gstreamer] gstreamer changed state from READY to PAUSED ==> mysink
  298. [gstreamer] gstreamer message async-done ==> pipeline0
  299. [gstreamer] gstreamer changed state from PAUSED to PLAYING ==> mysink
  300. [gstreamer] gstreamer changed state from PAUSED to PLAYING ==> pipeline0
  301. nvbuf_utils: dmabuf_fd 1256 mapped entry NOT found
  302. nvbuf_utils: NvReleaseFd Failed... Exiting...
  303. nvbuf_utils: dmabuf_fd 1258 mapped entry NOT found
  304. nvbuf_utils: NvReleaseFd Failed... Exiting...
  305. nvbuf_utils: dmabuf_fd 1260 mapped entry NOT found
  306. nvbuf_utils: NvReleaseFd Failed... Exiting...
  307. nvbuf_utils: dmabuf_fd 1262 mapped entry NOT found
  308. nvbuf_utils: NvReleaseFd Failed... Exiting...
  309. nvbuf_utils: dmabuf_fd 1264 mapped entry NOT found
  310. nvbuf_utils: NvReleaseFd Failed... Exiting...
  311. nvbuf_utils: dmabuf_fd 1266 mapped entry NOT found
  312. nvbuf_utils: NvReleaseFd Failed... Exiting...
  313. nvbuf_utils: dmabuf_fd 1268 mapped entry NOT found
  314. nvbuf_utils: NvReleaseFd Failed... Exiting...
  315. nvbuf_utils: dmabuf_fd 1254 mapped entry NOT found
  316. nvbuf_utils: NvReleaseFd Failed... Exiting...
  317. RingBuffer -- allocated 4 buffers (6220800 bytes each, 24883200 bytes total)
  318. nvbuf_utils: dmabuf_fd 1270 mapped entry NOT found
  319. nvbuf_utils: NvReleaseFd Failed... Exiting...
  320. nvbuf_utils: dmabuf_fd 1272 mapped entry NOT found
  321. nvbuf_utils: NvReleaseFd Failed... Exiting...
  322. nvbuf_utils: dmabuf_fd 1274 mapped entry NOT found
  323. nvbuf_utils: NvReleaseFd Failed... Exiting...
  324. nvbuf_utils: dmabuf_fd 1254 mapped entry NOT found
  325. nvbuf_utils: NvReleaseFd Failed... Exiting...
  326. nvbuf_utils: dmabuf_fd 1256 mapped entry NOT found
  327. nvbuf_utils: NvReleaseFd Failed... Exiting...
  328. nvbuf_utils: dmabuf_fd 1258 mapped entry NOT found
  329. nvbuf_utils: NvReleaseFd Failed... Exiting...
  330. nvbuf_utils: dmabuf_fd 1260 mapped entry NOT found
  331. nvbuf_utils: NvReleaseFd Failed... Exiting...
  332. nvbuf_utils: dmabuf_fd 1262 mapped entry NOT found
  333. nvbuf_utils: NvReleaseFd Failed... Exiting...
  334. nvbuf_utils: dmabuf_fd 1264 mapped entry NOT found
  335. nvbuf_utils: NvReleaseFd Failed... Exiting...
  336. nvbuf_utils: dmabuf_fd 1266 mapped entry NOT found
  337. nvbuf_utils: NvReleaseFd Failed... Exiting...
  338. nvbuf_utils: dmabuf_fd 1268 mapped entry NOT found
  339. nvbuf_utils: NvReleaseFd Failed... Exiting...
  340. nvbuf_utils: dmabuf_fd 1270 mapped entry NOT found
  341. nvbuf_utils: NvReleaseFd Failed... Exiting...
  342. nvbuf_utils: dmabuf_fd 1272 mapped entry NOT found
  343. nvbuf_utils: NvReleaseFd Failed... Exiting...
  344. nvbuf_utils: dmabuf_fd 1274 mapped entry NOT found
  345. nvbuf_utils: NvReleaseFd Failed... Exiting...
  346. nvbuf_utils: dmabuf_fd 1254 mapped entry NOT found
  347. nvbuf_utils: NvReleaseFd Failed... Exiting...
  348. nvbuf_utils: dmabuf_fd 1256 mapped entry NOT found
  349. nvbuf_utils: NvReleaseFd Failed... Exiting...
  350. nvbuf_utils: dmabuf_fd 1258 mapped entry NOT found
  351. nvbuf_utils: NvReleaseFd Failed... Exiting...
  352. nvbuf_utils: dmabuf_fd 1260 mapped entry NOT found
  353. nvbuf_utils: NvReleaseFd Failed... Exiting...
  354. nvbuf_utils: dmabuf_fd 1262 mapped entry NOT found
  355. nvbuf_utils: NvReleaseFd Failed... Exiting...
  356. nvbuf_utils: dmabuf_fd 1264 mapped entry NOT found
  357. nvbuf_utils: NvReleaseFd Failed... Exiting...
  358. nvbuf_utils: dmabuf_fd 1266 mapped entry NOT found
  359. nvbuf_utils: NvReleaseFd Failed... Exiting...
  360. nvbuf_utils: dmabuf_fd 1268 mapped entry NOT found
  361. nvbuf_utils: NvReleaseFd Failed... Exiting...
  362. nvbuf_utils: dmabuf_fd 1270 mapped entry NOT found
  363. nvbuf_utils: NvReleaseFd Failed... Exiting...
  364. nvbuf_utils: dmabuf_fd 1272 mapped entry NOT found
  365. nvbuf_utils: NvReleaseFd Failed... Exiting...
  366. nvbuf_utils: dmabuf_fd 1274 mapped entry NOT found
  367. nvbuf_utils: NvReleaseFd Failed... Exiting...
  368. nvbuf_utils: dmabuf_fd 1254 mapped entry NOT found
  369. nvbuf_utils: NvReleaseFd Failed... Exiting...
  370. nvbuf_utils: dmabuf_fd 1256 mapped entry NOT found
  371. nvbuf_utils: NvReleaseFd Failed... Exiting...
  372. nvbuf_utils: dmabuf_fd 1258 mapped entry NOT found
  373. nvbuf_utils: NvReleaseFd Failed... Exiting...
  374. nvbuf_utils: dmabuf_fd 1260 mapped entry NOT found
  375. nvbuf_utils: NvReleaseFd Failed... Exiting...
  376. nvbuf_utils: dmabuf_fd 1262 mapped entry NOT found
  377. nvbuf_utils: NvReleaseFd Failed... Exiting...
  378. nvbuf_utils: dmabuf_fd 1264 mapped entry NOT found
  379. nvbuf_utils: NvReleaseFd Failed... Exiting...
  380. nvbuf_utils: dmabuf_fd 1266 mapped entry NOT found
  381. nvbuf_utils: NvReleaseFd Failed... Exiting...
  382. nvbuf_utils: dmabuf_fd 1268 mapped entry NOT found
  383. nvbuf_utils: NvReleaseFd Failed... Exiting...
  384. nvbuf_utils: dmabuf_fd 1270 mapped entry NOT found
  385. nvbuf_utils: NvReleaseFd Failed... Exiting...
  386. nvbuf_utils: dmabuf_fd 1272 mapped entry NOT found
  387. nvbuf_utils: NvReleaseFd Failed... Exiting...
  388. nvbuf_utils: dmabuf_fd 1274 mapped entry NOT found
  389. nvbuf_utils: NvReleaseFd Failed... Exiting...
  390. nvbuf_utils: dmabuf_fd 1254 mapped entry NOT found
  391. nvbuf_utils: NvReleaseFd Failed... Exiting...
  392. nvbuf_utils: dmabuf_fd 1256 mapped entry NOT found
  393. nvbuf_utils: NvReleaseFd Failed... Exiting...
  394. nvbuf_utils: dmabuf_fd 1258 mapped entry NOT found
  395. nvbuf_utils: NvReleaseFd Failed... Exiting...
  396. nvbuf_utils: dmabuf_fd 1260 mapped entry NOT found
  397. nvbuf_utils: NvReleaseFd Failed... Exiting...
  398. nvbuf_utils: dmabuf_fd 1262 mapped entry NOT found
  399. nvbuf_utils: NvReleaseFd Failed... Exiting...
  400. nvbuf_utils: dmabuf_fd 1264 mapped entry NOT found
  401. nvbuf_utils: NvReleaseFd Failed... Exiting...
  402. nvbuf_utils: dmabuf_fd 1266 mapped entry NOT found
  403. nvbuf_utils: NvReleaseFd Failed... Exiting...
  404. nvbuf_utils: dmabuf_fd 1268 mapped entry NOT found
  405. nvbuf_utils: NvReleaseFd Failed... Exiting...
  406. nvbuf_utils: dmabuf_fd 1270 mapped entry NOT found
  407. nvbuf_utils: NvReleaseFd Failed... Exiting...
  408. nvbuf_utils: dmabuf_fd 1272 mapped entry NOT found
  409. nvbuf_utils: NvReleaseFd Failed... Exiting...
  410. nvbuf_utils: dmabuf_fd 1274 mapped entry NOT found
  411. nvbuf_utils: NvReleaseFd Failed... Exiting...
  412. nvbuf_utils: dmabuf_fd 1254 mapped entry NOT found
  413. nvbuf_utils: NvReleaseFd Failed... Exiting...
  414. nvbuf_utils: dmabuf_fd 1256 mapped entry NOT found
  415. nvbuf_utils: NvReleaseFd Failed... Exiting...
  416. nvbuf_utils: dmabuf_fd 1258 mapped entry NOT found
  417. nvbuf_utils: NvReleaseFd Failed... Exiting...
  418. detected 0 objects in image
  419.  
  420. [TRT]    ------------------------------------------------
  421. [TRT]    Timing Report networks/SSD-Mobilenet-v2/ssd_mobilenet_v2_coco.uff
  422. [TRT]    ------------------------------------------------
  423. [TRT]    Pre-Process   CPU   0.07146ms  CUDA   0.83823ms
  424. [TRT]    Network       CPU 2201.16626ms  CUDA 2196.74365ms
  425. [TRT]    Post-Process  CPU   0.03511ms  CUDA   0.03511ms
  426. [TRT]    Total         CPU 2201.27295ms  CUDA 2197.61694ms
  427. [TRT]    ------------------------------------------------
  428.  
  429. [TRT]    note -- when processing a single image, run 'sudo jetson_clocks' before
  430.                to disable DVFS for more accurate profiling/timing measurements
  431.  
  432. detected 0 objects in image
  433.  
  434. [TRT]    ------------------------------------------------
  435. [TRT]    Timing Report networks/SSD-Mobilenet-v2/ssd_mobilenet_v2_coco.uff
  436. [TRT]    ------------------------------------------------
  437. [TRT]    Pre-Process   CPU   0.07318ms  CUDA   0.89047ms
  438. [TRT]    Network       CPU  44.61334ms  CUDA  39.84037ms
  439. [TRT]    Post-Process  CPU   0.02682ms  CUDA   0.02667ms
  440. [TRT]    Total         CPU  44.71334ms  CUDA  40.75750ms
  441. [TRT]    ------------------------------------------------
  442.  
  443. nvbuf_utils: dmabuf_fd 1264 mapped entry NOT found
  444. nvbuf_utils: NvReleaseFd Failed... Exiting...
  445. nvbuf_utils: dmabuf_fd 1266 mapped entry NOT found
  446. nvbuf_utils: NvReleaseFd Failed... Exiting...
  447. nvbuf_utils: dmabuf_fd 1268 mapped entry NOT found
  448. nvbuf_utils: NvReleaseFd Failed... Exiting...
  449. nvbuf_utils: dmabuf_fd 1270 mapped entry NOT found
  450. nvbuf_utils: NvReleaseFd Failed... Exiting...
  451. nvbuf_utils: dmabuf_fd 1272 mapped entry NOT found
  452. nvbuf_utils: NvReleaseFd Failed... Exiting...
  453. nvbuf_utils: dmabuf_fd 1274 mapped entry NOT found
  454. nvbuf_utils: NvReleaseFd Failed... Exiting...
  455. nvbuf_utils: dmabuf_fd 1254 mapped entry NOT found
  456. nvbuf_utils: NvReleaseFd Failed... Exiting...
  457. nvbuf_utils: dmabuf_fd 1256 mapped entry NOT found
  458. nvbuf_utils: NvReleaseFd Failed... Exiting...
  459. nvbuf_utils: dmabuf_fd 1258 mapped entry NOT found
  460. nvbuf_utils: NvReleaseFd Failed... Exiting...
  461. nvbuf_utils: dmabuf_fd 1262 mapped entry NOT found
  462. nvbuf_utils: NvReleaseFd Failed... Exiting...
  463. nvbuf_utils: dmabuf_fd 1260 mapped entry NOT found
  464. nvbuf_utils: NvReleaseFd Failed... Exiting...
  465. nvbuf_utils: dmabuf_fd 1262 mapped entry NOT found
  466. nvbuf_utils: NvReleaseFd Failed... Exiting...
  467. nvbuf_utils: dmabuf_fd 1264 mapped entry NOT found
  468. nvbuf_utils: NvReleaseFd Failed... Exiting...
  469. nvbuf_utils: dmabuf_fd 1266 mapped entry NOT found
  470. nvbuf_utils: NvReleaseFd Failed... Exiting...
  471. nvbuf_utils: dmabuf_fd 1268 mapped entry NOT found
  472. nvbuf_utils: NvReleaseFd Failed... Exiting...
  473. nvbuf_utils: dmabuf_fd 1270 mapped entry NOT found
  474. nvbuf_utils: NvReleaseFd Failed... Exiting...
  475. nvbuf_utils: dmabuf_fd 1272 mapped entry NOT found
  476. nvbuf_utils: NvReleaseFd Failed... Exiting...
  477. nvbuf_utils: dmabuf_fd 1274 mapped entry NOT found
  478. nvbuf_utils: NvReleaseFd Failed... Exiting...
  479. nvbuf_utils: dmabuf_fd 1254 mapped entry NOT found
  480. nvbuf_utils: NvReleaseFd Failed... Exiting...
  481. nvbuf_utils: dmabuf_fd 1256 mapped entry NOT found
  482. nvbuf_utils: NvReleaseFd Failed... Exiting...
  483. nvbuf_utils: dmabuf_fd 1258 mapped entry NOT found
  484. nvbuf_utils: NvReleaseFd Failed... Exiting...
  485. nvbuf_utils: dmabuf_fd 1260 mapped entry NOT found
  486. nvbuf_utils: NvReleaseFd Failed... Exiting...
  487. nvbuf_utils: dmabuf_fd 1262 mapped entry NOT found
  488. nvbuf_utils: NvReleaseFd Failed... Exiting...
  489. nvbuf_utils: dmabuf_fd 1264 mapped entry NOT found
  490. nvbuf_utils: NvReleaseFd Failed... Exiting...
  491. nvbuf_utils: dmabuf_fd 1266 mapped entry NOT found
  492. nvbuf_utils: NvReleaseFd Failed... Exiting...
  493. nvbuf_utils: dmabuf_fd 1268 mapped entry NOT found
  494. nvbuf_utils: NvReleaseFd Failed... Exiting...
  495. nvbuf_utils: dmabuf_fd 1270 mapped entry NOT found
  496. nvbuf_utils: NvReleaseFd Failed... Exiting...
  497. detected 0 objects in image
  498.  
  499. [TRT]    ------------------------------------------------
  500. [TRT]    Timing Report networks/SSD-Mobilenet-v2/ssd_mobilenet_v2_coco.uff
  501. [TRT]    ------------------------------------------------
  502. [TRT]    Pre-Process   CPU   0.06130ms  CUDA   1.15313ms
  503. [TRT]    Network       CPU  47.62299ms  CUDA  42.67886ms
  504. [TRT]    Post-Process  CPU   0.03260ms  CUDA   0.03198ms
  505. [TRT]    Total         CPU  47.71690ms  CUDA  43.86396ms
  506. [TRT]    ------------------------------------------------
  507.  
  508. nvbuf_utils: dmabuf_fd 1274 mapped entry NOT found
  509. nvbuf_utils: NvReleaseFd Failed... Exiting...
  510. nvbuf_utils: dmabuf_fd 1254 mapped entry NOT found
  511. nvbuf_utils: NvReleaseFd Failed... Exiting...
  512. nvbuf_utils: dmabuf_fd 1256 mapped entry NOT found
  513. nvbuf_utils: NvReleaseFd Failed... Exiting...
  514. nvbuf_utils: dmabuf_fd 1272 mapped entry NOT found
  515. nvbuf_utils: NvReleaseFd Failed... Exiting...
  516. nvbuf_utils: dmabuf_fd 1258 mapped entry NOT found
  517. nvbuf_utils: NvReleaseFd Failed... Exiting...
  518. nvbuf_utils: dmabuf_fd 1260 mapped entry NOT found
  519. nvbuf_utils: NvReleaseFd Failed... Exiting...
  520. nvbuf_utils: dmabuf_fd 1262 mapped entry NOT found
  521. nvbuf_utils: NvReleaseFd Failed... Exiting...
  522. nvbuf_utils: dmabuf_fd 1264 mapped entry NOT found
  523. nvbuf_utils: NvReleaseFd Failed... Exiting...
  524. nvbuf_utils: dmabuf_fd 1266 mapped entry NOT found
  525. nvbuf_utils: NvReleaseFd Failed... Exiting...
  526. nvbuf_utils: dmabuf_fd 1268 mapped entry NOT found
  527. nvbuf_utils: NvReleaseFd Failed... Exiting...
  528. nvbuf_utils: dmabuf_fd 1270 mapped entry NOT found
  529. nvbuf_utils: NvReleaseFd Failed... Exiting...
  530. nvbuf_utils: dmabuf_fd 1272 mapped entry NOT found
  531. nvbuf_utils: NvReleaseFd Failed... Exiting...
  532. nvbuf_utils: dmabuf_fd 1274 mapped entry NOT found
  533. nvbuf_utils: NvReleaseFd Failed... Exiting...
  534. nvbuf_utils: dmabuf_fd 1254 mapped entry NOT found
  535. nvbuf_utils: NvReleaseFd Failed... Exiting...
  536. nvbuf_utils: dmabuf_fd 1256 mapped entry NOT found
  537. nvbuf_utils: NvReleaseFd Failed... Exiting...
  538. nvbuf_utils: dmabuf_fd 1258 mapped entry NOT found
  539. nvbuf_utils: NvReleaseFd Failed... Exiting...
  540. nvbuf_utils: dmabuf_fd 1260 mapped entry NOT found
  541. nvbuf_utils: NvReleaseFd Failed... Exiting...
  542. nvbuf_utils: dmabuf_fd 1262 mapped entry NOT found
  543. nvbuf_utils: NvReleaseFd Failed... Exiting...
  544. nvbuf_utils: dmabuf_fd 1264 mapped entry NOT found
  545. nvbuf_utils: NvReleaseFd Failed... Exiting...
  546. nvbuf_utils: dmabuf_fd 1266 mapped entry NOT found
  547. nvbuf_utils: NvReleaseFd Failed... Exiting...
  548. nvbuf_utils: dmabuf_fd 1268 mapped entry NOT found
  549. nvbuf_utils: NvReleaseFd Failed... Exiting...
  550. detected 0 objects in image
  551.  
  552. [TRT]    ------------------------------------------------
  553. [TRT]    Timing Report networks/SSD-Mobilenet-v2/ssd_mobilenet_v2_coco.uff
  554. [TRT]    ------------------------------------------------
  555. [TRT]    Pre-Process   CPU   0.17761ms  CUDA   1.00130ms
  556. [TRT]    Network       CPU  47.00006ms  CUDA  42.59234ms
  557. [TRT]    Post-Process  CPU   0.03391ms  CUDA   0.03333ms
  558. [TRT]    Total         CPU  47.21158ms  CUDA  43.62698ms
  559. [TRT]    ------------------------------------------------
  560.  
  561. nvbuf_utils: dmabuf_fd 1270 mapped entry NOT found
  562. nvbuf_utils: NvReleaseFd Failed... Exiting...
  563. detected 0 objects in image
  564.  
  565. [TRT]    ------------------------------------------------
  566. [TRT]    Timing Report networks/SSD-Mobilenet-v2/ssd_mobilenet_v2_coco.uff
  567. [TRT]    ------------------------------------------------
  568. [TRT]    Pre-Process   CPU   0.05860ms  CUDA   1.14714ms
  569. [TRT]    Network       CPU  45.45992ms  CUDA  40.77880ms
  570. [TRT]    Post-Process  CPU   0.02995ms  CUDA   0.02990ms
  571. [TRT]    Total         CPU  45.54847ms  CUDA  41.95584ms
  572. [TRT]    ------------------------------------------------
  573.  
  574. [gstreamer] gstBufferManager -- failed to retrieve timestamp buffer (default to 0)
  575. detected 0 objects in image
  576.  
  577. [TRT]    ------------------------------------------------
  578. [TRT]    Timing Report networks/SSD-Mobilenet-v2/ssd_mobilenet_v2_coco.uff
  579. [TRT]    ------------------------------------------------
  580. [TRT]    Pre-Process   CPU   0.05526ms  CUDA   0.81198ms
  581. [TRT]    Network       CPU  44.66179ms  CUDA  40.44213ms
  582. [TRT]    Post-Process  CPU   0.02823ms  CUDA   0.02844ms
  583. [TRT]    Total         CPU  44.74527ms  CUDA  41.28255ms
  584. [TRT]    ------------------------------------------------
  585.  
  586. nvbuf_utils: dmabuf_fd 1254 mapped entry NOT found
  587. nvbuf_utils: NvReleaseFd Failed... Exiting...
  588. nvbuf_utils: dmabuf_fd 1256 mapped entry NOT found
  589. nvbuf_utils: NvReleaseFd Failed... Exiting...
  590. nvbuf_utils: dmabuf_fd 1258 mapped entry NOT found
  591. nvbuf_utils: NvReleaseFd Failed... Exiting...
  592. nvbuf_utils: dmabuf_fd 1260 mapped entry NOT found
  593. nvbuf_utils: NvReleaseFd Failed... Exiting...
  594. nvbuf_utils: dmabuf_fd 1262 mapped entry NOT found
  595. nvbuf_utils: NvReleaseFd Failed... Exiting...
  596. nvbuf_utils: dmabuf_fd 1264 mapped entry NOT found
  597. nvbuf_utils: NvReleaseFd Failed... Exiting...
  598. nvbuf_utils: dmabuf_fd 1266 mapped entry NOT found
  599. nvbuf_utils: NvReleaseFd Failed... Exiting...
  600. nvbuf_utils: dmabuf_fd 1268 mapped entry NOT found
  601. nvbuf_utils: NvReleaseFd Failed... Exiting...
  602. nvbuf_utils: dmabuf_fd 1274 mapped entry NOT found
  603. nvbuf_utils: NvReleaseFd Failed... Exiting...
  604. nvbuf_utils: dmabuf_fd 1270 mapped entry NOT found
  605. nvbuf_utils: NvReleaseFd Failed... Exiting...
  606. nvbuf_utils: dmabuf_fd 1272 mapped entry NOT found
  607. nvbuf_utils: NvReleaseFd Failed... Exiting...
  608. nvbuf_utils: dmabuf_fd 1274 mapped entry NOT found
  609. nvbuf_utils: NvReleaseFd Failed... Exiting...
  610. nvbuf_utils: dmabuf_fd 1254 mapped entry NOT found
  611. nvbuf_utils: NvReleaseFd Failed... Exiting...
  612. nvbuf_utils: dmabuf_fd 1256 mapped entry NOT found
  613. nvbuf_utils: NvReleaseFd Failed... Exiting...
  614. nvbuf_utils: dmabuf_fd 1258 mapped entry NOT found
  615. nvbuf_utils: NvReleaseFd Failed... Exiting...
  616. nvbuf_utils: dmabuf_fd 1260 mapped entry NOT found
  617. nvbuf_utils: NvReleaseFd Failed... Exiting...
  618. nvbuf_utils: dmabuf_fd 1262 mapped entry NOT found
  619. nvbuf_utils: NvReleaseFd Failed... Exiting...
  620. nvbuf_utils: dmabuf_fd 1264 mapped entry NOT found
  621. nvbuf_utils: NvReleaseFd Failed... Exiting...
  622. nvbuf_utils: dmabuf_fd 1266 mapped entry NOT found
  623. nvbuf_utils: NvReleaseFd Failed... Exiting...
  624. nvbuf_utils: dmabuf_fd 1268 mapped entry NOT found
  625. nvbuf_utils: NvReleaseFd Failed... Exiting...
  626. nvbuf_utils: dmabuf_fd 1270 mapped entry NOT found
  627. nvbuf_utils: NvReleaseFd Failed... Exiting...
  628. nvbuf_utils: dmabuf_fd 1272 mapped entry NOT found
  629. nvbuf_utils: NvReleaseFd Failed... Exiting...
  630. nvbuf_utils: dmabuf_fd 1274 mapped entry NOT found
  631. nvbuf_utils: NvReleaseFd Failed... Exiting...
  632. nvbuf_utils: dmabuf_fd 1254 mapped entry NOT found
  633. nvbuf_utils: NvReleaseFd Failed... Exiting...
  634. nvbuf_utils: dmabuf_fd 1256 mapped entry NOT found
  635. nvbuf_utils: NvReleaseFd Failed... Exiting...
  636. nvbuf_utils: dmabuf_fd 1258 mapped entry NOT found
  637. nvbuf_utils: NvReleaseFd Failed... Exiting...
  638. nvbuf_utils: dmabuf_fd 1260 mapped entry NOT found
  639. nvbuf_utils: NvReleaseFd Failed... Exiting...
  640. detected 0 objects in image
  641.  
  642. [TRT]    ------------------------------------------------
  643. [TRT]    Timing Report networks/SSD-Mobilenet-v2/ssd_mobilenet_v2_coco.uff
  644. [TRT]    ------------------------------------------------
  645. [TRT]    Pre-Process   CPU   0.12354ms  CUDA   1.18115ms
  646. [TRT]    Network       CPU  46.65646ms  CUDA  41.94141ms
  647. [TRT]    Post-Process  CPU   0.03073ms  CUDA   0.03036ms
  648. [TRT]    Total         CPU  46.81073ms  CUDA  43.15292ms
  649. [TRT]    ------------------------------------------------
  650.  
  651. nvbuf_utils: dmabuf_fd 1264 mapped entry NOT found
  652. nvbuf_utils: NvReleaseFd Failed... Exiting...
  653. nvbuf_utils: dmabuf_fd 1262 mapped entry NOT found
  654. nvbuf_utils: NvReleaseFd Failed... Exiting...
  655. nvbuf_utils: dmabuf_fd 1266 mapped entry NOT found
  656. nvbuf_utils: NvReleaseFd Failed... Exiting...
  657. nvbuf_utils: dmabuf_fd 1268 mapped entry NOT found
  658. nvbuf_utils: NvReleaseFd Failed... Exiting...
  659. nvbuf_utils: dmabuf_fd 1270 mapped entry NOT found
  660. nvbuf_utils: NvReleaseFd Failed... Exiting...
  661. nvbuf_utils: dmabuf_fd 1272 mapped entry NOT found
  662. nvbuf_utils: NvReleaseFd Failed... Exiting...
  663. nvbuf_utils: dmabuf_fd 1274 mapped entry NOT found
  664. nvbuf_utils: NvReleaseFd Failed... Exiting...
  665. nvbuf_utils: dmabuf_fd 1254 mapped entry NOT found
  666. nvbuf_utils: NvReleaseFd Failed... Exiting...
  667. nvbuf_utils: dmabuf_fd 1256 mapped entry NOT found
  668. nvbuf_utils: NvReleaseFd Failed... Exiting...
  669. nvbuf_utils: dmabuf_fd 1258 mapped entry NOT found
  670. nvbuf_utils: NvReleaseFd Failed... Exiting...
  671. nvbuf_utils: dmabuf_fd 1260 mapped entry NOT found
  672. nvbuf_utils: NvReleaseFd Failed... Exiting...
  673. nvbuf_utils: dmabuf_fd 1262 mapped entry NOT found
  674. nvbuf_utils: NvReleaseFd Failed... Exiting...
  675. nvbuf_utils: dmabuf_fd 1264 mapped entry NOT found
  676. nvbuf_utils: NvReleaseFd Failed... Exiting...
  677. nvbuf_utils: dmabuf_fd 1266 mapped entry NOT found
  678. nvbuf_utils: NvReleaseFd Failed... Exiting...
  679. nvbuf_utils: dmabuf_fd 1268 mapped entry NOT found
  680. nvbuf_utils: NvReleaseFd Failed... Exiting...
  681. nvbuf_utils: dmabuf_fd 1270 mapped entry NOT found
  682. nvbuf_utils: NvReleaseFd Failed... Exiting...
  683. nvbuf_utils: dmabuf_fd 1272 mapped entry NOT found
  684. nvbuf_utils: NvReleaseFd Failed... Exiting...
  685. nvbuf_utils: dmabuf_fd 1274 mapped entry NOT found
  686. nvbuf_utils: NvReleaseFd Failed... Exiting...
  687. nvbuf_utils: dmabuf_fd 1254 mapped entry NOT found
  688. nvbuf_utils: NvReleaseFd Failed... Exiting...
  689. detected 0 objects in image
  690.  
  691. [TRT]    ------------------------------------------------
  692. [TRT]    Timing Report networks/SSD-Mobilenet-v2/ssd_mobilenet_v2_coco.uff
  693. [TRT]    ------------------------------------------------
  694. [TRT]    Pre-Process   CPU   0.10438ms  CUDA   1.00729ms
  695. [TRT]    Network       CPU  48.82515ms  CUDA  44.55656ms
  696. [TRT]    Post-Process  CPU   0.02771ms  CUDA   0.02781ms
  697. [TRT]    Total         CPU  48.95723ms  CUDA  45.59167ms
  698. [TRT]    ------------------------------------------------
  699.  
  700. nvbuf_utils: dmabuf_fd 1258 mapped entry NOT found
  701. nvbuf_utils: NvReleaseFd Failed... Exiting...
  702. nvbuf_utils: dmabuf_fd 1260 mapped entry NOT found
  703. nvbuf_utils: NvReleaseFd Failed... Exiting...
  704. nvbuf_utils: dmabuf_fd 1256 mapped entry NOT found
  705. nvbuf_utils: NvReleaseFd Failed... Exiting...
  706. detected 0 objects in image
  707.  
  708. [TRT]    ------------------------------------------------
  709. [TRT]    Timing Report networks/SSD-Mobilenet-v2/ssd_mobilenet_v2_coco.uff
  710. [TRT]    ------------------------------------------------
  711. [TRT]    Pre-Process   CPU   0.09136ms  CUDA   1.13849ms
  712. [TRT]    Network       CPU  46.01129ms  CUDA  41.52641ms
  713. [TRT]    Post-Process  CPU   0.03083ms  CUDA   0.03083ms
  714. [TRT]    Total         CPU  46.13348ms  CUDA  42.69573ms
  715. [TRT]    ------------------------------------------------
  716.  
  717. [gstreamer] gstBufferManager -- failed to retrieve timestamp buffer (default to 0)
  718. detected 0 objects in image
  719.  
  720. [TRT]    ------------------------------------------------
  721. [TRT]    Timing Report networks/SSD-Mobilenet-v2/ssd_mobilenet_v2_coco.uff
  722. [TRT]    ------------------------------------------------
  723. [TRT]    Pre-Process   CPU   0.09995ms  CUDA   0.84302ms
  724. [TRT]    Network       CPU  44.72428ms  CUDA  40.58182ms
  725. [TRT]    Post-Process  CPU   0.03219ms  CUDA   0.03213ms
  726. [TRT]    Total         CPU  44.85642ms  CUDA  41.45698ms
  727. [TRT]    ------------------------------------------------
  728.  
  729. nvbuf_utils: dmabuf_fd 1266 mapped entry NOT found
  730. nvbuf_utils: NvReleaseFd Failed... Exiting...
  731. nvbuf_utils: dmabuf_fd 1268 mapped entry NOT found
  732. nvbuf_utils: NvReleaseFd Failed... Exiting...
  733. nvbuf_utils: dmabuf_fd 1270 mapped entry NOT found
  734. nvbuf_utils: NvReleaseFd Failed... Exiting...
  735. nvbuf_utils: dmabuf_fd 1272 mapped entry NOT found
  736. nvbuf_utils: NvReleaseFd Failed... Exiting...
  737. nvbuf_utils: dmabuf_fd 1274 mapped entry NOT found
  738. nvbuf_utils: NvReleaseFd Failed... Exiting...
  739. nvbuf_utils: dmabuf_fd 1254 mapped entry NOT found
  740. nvbuf_utils: NvReleaseFd Failed... Exiting...
  741. nvbuf_utils: dmabuf_fd 1256 mapped entry NOT found
  742. nvbuf_utils: NvReleaseFd Failed... Exiting...
  743. nvbuf_utils: dmabuf_fd 1258 mapped entry NOT found
  744. nvbuf_utils: NvReleaseFd Failed... Exiting...
  745. nvbuf_utils: dmabuf_fd 1260 mapped entry NOT found
  746. nvbuf_utils: NvReleaseFd Failed... Exiting...
  747. nvbuf_utils: dmabuf_fd 1262 mapped entry NOT found
  748. nvbuf_utils: NvReleaseFd Failed... Exiting...
  749. nvbuf_utils: dmabuf_fd 1264 mapped entry NOT found
  750. nvbuf_utils: NvReleaseFd Failed... Exiting...
  751. nvbuf_utils: dmabuf_fd 1266 mapped entry NOT found
  752. nvbuf_utils: NvReleaseFd Failed... Exiting...
  753. nvbuf_utils: dmabuf_fd 1268 mapped entry NOT found
  754. nvbuf_utils: NvReleaseFd Failed... Exiting...
  755. nvbuf_utils: dmabuf_fd 1270 mapped entry NOT found
  756. nvbuf_utils: NvReleaseFd Failed... Exiting...
  757. nvbuf_utils: dmabuf_fd 1272 mapped entry NOT found
  758. nvbuf_utils: NvReleaseFd Failed... Exiting...
  759. nvbuf_utils: dmabuf_fd 1274 mapped entry NOT found
  760. nvbuf_utils: NvReleaseFd Failed... Exiting...
  761. nvbuf_utils: dmabuf_fd 1254 mapped entry NOT found
  762. nvbuf_utils: NvReleaseFd Failed... Exiting...
  763. nvbuf_utils: dmabuf_fd 1256 mapped entry NOT found
  764. nvbuf_utils: NvReleaseFd Failed... Exiting...
  765. nvbuf_utils: dmabuf_fd 1258 mapped entry NOT found
  766. nvbuf_utils: NvReleaseFd Failed... Exiting...
  767. nvbuf_utils: dmabuf_fd 1260 mapped entry NOT found
  768. nvbuf_utils: NvReleaseFd Failed... Exiting...
  769. nvbuf_utils: dmabuf_fd 1262 mapped entry NOT found
  770. nvbuf_utils: NvReleaseFd Failed... Exiting...
  771. nvbuf_utils: dmabuf_fd 1264 mapped entry NOT found
  772. nvbuf_utils: NvReleaseFd Failed... Exiting...
  773. nvbuf_utils: dmabuf_fd 1266 mapped entry NOT found
  774. nvbuf_utils: NvReleaseFd Failed... Exiting...
  775. nvbuf_utils: dmabuf_fd 1268 mapped entry NOT found
  776. nvbuf_utils: NvReleaseFd Failed... Exiting...
  777. nvbuf_utils: dmabuf_fd 1270 mapped entry NOT found
  778. nvbuf_utils: NvReleaseFd Failed... Exiting...
  779. nvbuf_utils: dmabuf_fd 1272 mapped entry NOT found
  780. nvbuf_utils: NvReleaseFd Failed... Exiting...
  781. nvbuf_utils: dmabuf_fd 1274 mapped entry NOT found
  782. nvbuf_utils: NvReleaseFd Failed... Exiting...
  783. detected 0 objects in image
  784.  
  785. [TRT]    ------------------------------------------------
  786. [TRT]    Timing Report networks/SSD-Mobilenet-v2/ssd_mobilenet_v2_coco.uff
  787. [TRT]    ------------------------------------------------
  788. [TRT]    Pre-Process   CPU   0.09953ms  CUDA   1.23339ms
  789. [TRT]    Network       CPU  47.20662ms  CUDA  42.33537ms
  790. [TRT]    Post-Process  CPU   0.09412ms  CUDA   0.09568ms
  791. [TRT]    Total         CPU  47.40027ms  CUDA  43.66443ms
  792. [TRT]    ------------------------------------------------
  793.  
  794. nvbuf_utils: dmabuf_fd 1256 mapped entry NOT found
  795. nvbuf_utils: NvReleaseFd Failed... Exiting...
  796. nvbuf_utils: dmabuf_fd 1254 mapped entry NOT found
  797. nvbuf_utils: NvReleaseFd Failed... Exiting...
  798. nvbuf_utils: dmabuf_fd 1258 mapped entry NOT found
  799. nvbuf_utils: NvReleaseFd Failed... Exiting...
  800. nvbuf_utils: dmabuf_fd 1260 mapped entry NOT found
  801. nvbuf_utils: NvReleaseFd Failed... Exiting...
  802. nvbuf_utils: dmabuf_fd 1262 mapped entry NOT found
  803. nvbuf_utils: NvReleaseFd Failed... Exiting...
  804. nvbuf_utils: dmabuf_fd 1264 mapped entry NOT found
  805. nvbuf_utils: NvReleaseFd Failed... Exiting...
  806. nvbuf_utils: dmabuf_fd 1266 mapped entry NOT found
  807. nvbuf_utils: NvReleaseFd Failed... Exiting...
  808. nvbuf_utils: dmabuf_fd 1268 mapped entry NOT found
  809. nvbuf_utils: NvReleaseFd Failed... Exiting...
  810. nvbuf_utils: dmabuf_fd 1270 mapped entry NOT found
  811. nvbuf_utils: NvReleaseFd Failed... Exiting...
  812. nvbuf_utils: dmabuf_fd 1272 mapped entry NOT found
  813. nvbuf_utils: NvReleaseFd Failed... Exiting...
  814. nvbuf_utils: dmabuf_fd 1274 mapped entry NOT found
  815. nvbuf_utils: NvReleaseFd Failed... Exiting...
  816. nvbuf_utils: dmabuf_fd 1254 mapped entry NOT found
  817. nvbuf_utils: NvReleaseFd Failed... Exiting...
  818. nvbuf_utils: dmabuf_fd 1256 mapped entry NOT found
  819. nvbuf_utils: NvReleaseFd Failed... Exiting...
  820. nvbuf_utils: dmabuf_fd 1258 mapped entry NOT found
  821. nvbuf_utils: NvReleaseFd Failed... Exiting...
  822. nvbuf_utils: dmabuf_fd 1260 mapped entry NOT found
  823. nvbuf_utils: NvReleaseFd Failed... Exiting...
  824. nvbuf_utils: dmabuf_fd 1262 mapped entry NOT found
  825. nvbuf_utils: NvReleaseFd Failed... Exiting...
  826. nvbuf_utils: dmabuf_fd 1264 mapped entry NOT found
  827. nvbuf_utils: NvReleaseFd Failed... Exiting...
  828. nvbuf_utils: dmabuf_fd 1266 mapped entry NOT found
  829. nvbuf_utils: NvReleaseFd Failed... Exiting...
  830. nvbuf_utils: dmabuf_fd 1268 mapped entry NOT found
  831. nvbuf_utils: NvReleaseFd Failed... Exiting...
  832. nvbuf_utils: dmabuf_fd 1270 mapped entry NOT found
  833. nvbuf_utils: NvReleaseFd Failed... Exiting...
  834. detected 0 objects in image
  835.  
  836. [TRT]    ------------------------------------------------
  837. [TRT]    Timing Report networks/SSD-Mobilenet-v2/ssd_mobilenet_v2_coco.uff
  838. [TRT]    ------------------------------------------------
  839. [TRT]    Pre-Process   CPU   0.11485ms  CUDA   1.10542ms
  840. [TRT]    Network       CPU  48.01044ms  CUDA  42.94854ms
  841. [TRT]    Post-Process  CPU   0.03156ms  CUDA   0.03198ms
  842. [TRT]    Total         CPU  48.15685ms  CUDA  44.08594ms
  843. [TRT]    ------------------------------------------------
  844.  
  845. nvbuf_utils: dmabuf_fd 1272 mapped entry NOT found
  846. nvbuf_utils: NvReleaseFd Failed... Exiting...
  847. detected 0 objects in image
  848.  
  849. [TRT]    ------------------------------------------------
  850. [TRT]    Timing Report networks/SSD-Mobilenet-v2/ssd_mobilenet_v2_coco.uff
  851. [TRT]    ------------------------------------------------
  852. [TRT]    Pre-Process   CPU   0.27584ms  CUDA   1.12740ms
  853. [TRT]    Network       CPU  45.63565ms  CUDA  41.59422ms
  854. [TRT]    Post-Process  CPU   0.03141ms  CUDA   0.03136ms
  855. [TRT]    Total         CPU  45.94290ms  CUDA  42.75297ms
  856. [TRT]    ------------------------------------------------
  857.  
  858. [gstreamer] gstBufferManager -- failed to retrieve timestamp buffer (default to 0)
  859. detected 0 objects in image
  860.  
  861. [TRT]    ------------------------------------------------
  862. [TRT]    Timing Report networks/SSD-Mobilenet-v2/ssd_mobilenet_v2_coco.uff
  863. [TRT]    ------------------------------------------------
  864. [TRT]    Pre-Process   CPU   0.24464ms  CUDA   0.82896ms
  865. [TRT]    Network       CPU  44.32901ms  CUDA  40.50589ms
  866. [TRT]    Post-Process  CPU   0.03287ms  CUDA   0.03281ms
  867. [TRT]    Total         CPU  44.60652ms  CUDA  41.36766ms
  868. [TRT]    ------------------------------------------------
  869.  
  870. nvbuf_utils: dmabuf_fd 1256 mapped entry NOT found
  871. nvbuf_utils: NvReleaseFd Failed... Exiting...
  872. nvbuf_utils: dmabuf_fd 1258 mapped entry NOT found
  873. nvbuf_utils: NvReleaseFd Failed... Exiting...
  874. nvbuf_utils: dmabuf_fd 1260 mapped entry NOT found
  875. nvbuf_utils: NvReleaseFd Failed... Exiting...
  876. nvbuf_utils: dmabuf_fd 1262 mapped entry NOT found
  877. nvbuf_utils: NvReleaseFd Failed... Exiting...
  878. nvbuf_utils: dmabuf_fd 1264 mapped entry NOT found
  879. nvbuf_utils: NvReleaseFd Failed... Exiting...
  880. nvbuf_utils: dmabuf_fd 1266 mapped entry NOT found
  881. nvbuf_utils: NvReleaseFd Failed... Exiting...
  882. nvbuf_utils: dmabuf_fd 1268 mapped entry NOT found
  883. nvbuf_utils: NvReleaseFd Failed... Exiting...
  884. nvbuf_utils: dmabuf_fd 1270 mapped entry NOT found
  885. nvbuf_utils: NvReleaseFd Failed... Exiting...
  886. nvbuf_utils: dmabuf_fd 1254 mapped entry NOT found
  887. nvbuf_utils: NvReleaseFd Failed... Exiting...
  888. nvbuf_utils: dmabuf_fd 1272 mapped entry NOT found
  889. nvbuf_utils: NvReleaseFd Failed... Exiting...
  890. nvbuf_utils: dmabuf_fd 1274 mapped entry NOT found
  891. nvbuf_utils: NvReleaseFd Failed... Exiting...
  892. nvbuf_utils: dmabuf_fd 1254 mapped entry NOT found
  893. nvbuf_utils: NvReleaseFd Failed... Exiting...
  894. nvbuf_utils: dmabuf_fd 1256 mapped entry NOT found
  895. nvbuf_utils: NvReleaseFd Failed... Exiting...
  896. nvbuf_utils: dmabuf_fd 1258 mapped entry NOT found
  897. nvbuf_utils: NvReleaseFd Failed... Exiting...
  898. nvbuf_utils: dmabuf_fd 1260 mapped entry NOT found
  899. nvbuf_utils: NvReleaseFd Failed... Exiting...
  900. nvbuf_utils: dmabuf_fd 1262 mapped entry NOT found
  901. nvbuf_utils: NvReleaseFd Failed... Exiting...
  902. nvbuf_utils: dmabuf_fd 1264 mapped entry NOT found
  903. nvbuf_utils: NvReleaseFd Failed... Exiting...
  904. nvbuf_utils: dmabuf_fd 1266 mapped entry NOT found
  905. nvbuf_utils: NvReleaseFd Failed... Exiting...
  906. nvbuf_utils: dmabuf_fd 1268 mapped entry NOT found
  907. nvbuf_utils: NvReleaseFd Failed... Exiting...
  908. nvbuf_utils: dmabuf_fd 1270 mapped entry NOT found
  909. nvbuf_utils: NvReleaseFd Failed... Exiting...
  910. nvbuf_utils: dmabuf_fd 1272 mapped entry NOT found
  911. nvbuf_utils: NvReleaseFd Failed... Exiting...
  912. nvbuf_utils: dmabuf_fd 1274 mapped entry NOT found
  913. nvbuf_utils: NvReleaseFd Failed... Exiting...
  914. nvbuf_utils: dmabuf_fd 1254 mapped entry NOT found
  915. nvbuf_utils: NvReleaseFd Failed... Exiting...
  916. nvbuf_utils: dmabuf_fd 1256 mapped entry NOT found
  917. nvbuf_utils: NvReleaseFd Failed... Exiting...
  918. nvbuf_utils: dmabuf_fd 1258 mapped entry NOT found
  919. nvbuf_utils: NvReleaseFd Failed... Exiting...
  920. nvbuf_utils: dmabuf_fd 1260 mapped entry NOT found
  921. nvbuf_utils: NvReleaseFd Failed... Exiting...
  922. detected 0 objects in image
  923.  
  924. [TRT]    ------------------------------------------------
  925. [TRT]    Timing Report networks/SSD-Mobilenet-v2/ssd_mobilenet_v2_coco.uff
  926. [TRT]    ------------------------------------------------
  927. [TRT]    Pre-Process   CPU   0.11505ms  CUDA   1.13026ms
  928. [TRT]    Network       CPU  47.37204ms  CUDA  42.92505ms
  929. [TRT]    Post-Process  CPU   0.02812ms  CUDA   0.02781ms
  930. [TRT]    Total         CPU  47.51522ms  CUDA  44.08313ms
  931. [TRT]    ------------------------------------------------
  932.  
  933. nvbuf_utils: dmabuf_fd 1264 mapped entry NOT found
  934. nvbuf_utils: NvReleaseFd Failed... Exiting...
  935. nvbuf_utils: dmabuf_fd 1262 mapped entry NOT found
  936. nvbuf_utils: NvReleaseFd Failed... Exiting...
  937. nvbuf_utils: dmabuf_fd 1266 mapped entry NOT found
  938. nvbuf_utils: NvReleaseFd Failed... Exiting...
  939. nvbuf_utils: dmabuf_fd 1268 mapped entry NOT found
  940. nvbuf_utils: NvReleaseFd Failed... Exiting...
  941. nvbuf_utils: dmabuf_fd 1270 mapped entry NOT found
  942. nvbuf_utils: NvReleaseFd Failed... Exiting...
  943. nvbuf_utils: dmabuf_fd 1272 mapped entry NOT found
  944. nvbuf_utils: NvReleaseFd Failed... Exiting...
  945. nvbuf_utils: dmabuf_fd 1274 mapped entry NOT found
  946. nvbuf_utils: NvReleaseFd Failed... Exiting...
  947. nvbuf_utils: dmabuf_fd 1254 mapped entry NOT found
  948. nvbuf_utils: NvReleaseFd Failed... Exiting...
  949. nvbuf_utils: dmabuf_fd 1256 mapped entry NOT found
  950. nvbuf_utils: NvReleaseFd Failed... Exiting...
  951. nvbuf_utils: dmabuf_fd 1258 mapped entry NOT found
  952. nvbuf_utils: NvReleaseFd Failed... Exiting...
  953. nvbuf_utils: dmabuf_fd 1260 mapped entry NOT found
  954. nvbuf_utils: NvReleaseFd Failed... Exiting...
  955. nvbuf_utils: dmabuf_fd 1262 mapped entry NOT found
  956. nvbuf_utils: NvReleaseFd Failed... Exiting...
  957. nvbuf_utils: dmabuf_fd 1264 mapped entry NOT found
  958. nvbuf_utils: NvReleaseFd Failed... Exiting...
  959. nvbuf_utils: dmabuf_fd 1266 mapped entry NOT found
  960. nvbuf_utils: NvReleaseFd Failed... Exiting...
  961. nvbuf_utils: dmabuf_fd 1268 mapped entry NOT found
  962. nvbuf_utils: NvReleaseFd Failed... Exiting...
  963. nvbuf_utils: dmabuf_fd 1270 mapped entry NOT found
  964. nvbuf_utils: NvReleaseFd Failed... Exiting...
  965. nvbuf_utils: dmabuf_fd 1272 mapped entry NOT found
  966. nvbuf_utils: NvReleaseFd Failed... Exiting...
  967. nvbuf_utils: dmabuf_fd 1274 mapped entry NOT found
  968. nvbuf_utils: NvReleaseFd Failed... Exiting...
  969. nvbuf_utils: dmabuf_fd 1254 mapped entry NOT found
  970. nvbuf_utils: NvReleaseFd Failed... Exiting...
  971. detected 0 objects in image
  972. nvbuf_utils: dmabuf_fd 1256 mapped entry NOT found
  973. nvbuf_utils: NvReleaseFd Failed... Exiting...
  974.  
  975. [TRT]    ------------------------------------------------
  976. [TRT]    Timing Report networks/SSD-Mobilenet-v2/ssd_mobilenet_v2_coco.uff
  977. [TRT]    ------------------------------------------------
  978. [TRT]    Pre-Process   CPU   0.10334ms  CUDA   1.04526ms
  979. [TRT]    Network       CPU  49.23588ms  CUDA  44.58146ms
  980. [TRT]    Post-Process  CPU   0.03229ms  CUDA   0.03260ms
  981. [TRT]    Total         CPU  49.37151ms  CUDA  45.65932ms
  982. [TRT]    ------------------------------------------------
  983.  
  984. nvbuf_utils: dmabuf_fd 1260 mapped entry NOT found
  985. nvbuf_utils: NvReleaseFd Failed... Exiting...
  986. nvbuf_utils: dmabuf_fd 1258 mapped entry NOT found
  987. nvbuf_utils: NvReleaseFd Failed... Exiting...
  988. nvbuf_utils: dmabuf_fd 1262 mapped entry NOT found
  989. nvbuf_utils: NvReleaseFd Failed... Exiting...
  990. detected 0 objects in image
  991.  
  992. [TRT]    ------------------------------------------------
  993. [TRT]    Timing Report networks/SSD-Mobilenet-v2/ssd_mobilenet_v2_coco.uff
  994. [TRT]    ------------------------------------------------
  995. [TRT]    Pre-Process   CPU   0.09620ms  CUDA   1.16354ms
  996. [TRT]    Network       CPU  46.13217ms  CUDA  41.43370ms
  997. [TRT]    Post-Process  CPU   0.02885ms  CUDA   0.02974ms
  998. [TRT]    Total         CPU  46.25722ms  CUDA  42.62698ms
  999. [TRT]    ------------------------------------------------
  1000.  
  1001. detected 0 objects in image
  1002.  
  1003. [TRT]    ------------------------------------------------
  1004. [TRT]    Timing Report networks/SSD-Mobilenet-v2/ssd_mobilenet_v2_coco.uff
  1005. [TRT]    ------------------------------------------------
  1006. [TRT]    Pre-Process   CPU   0.11308ms  CUDA   0.84010ms
  1007. [TRT]    Network       CPU  44.05603ms  CUDA  40.05349ms
  1008. [TRT]    Post-Process  CPU   0.02812ms  CUDA   0.02802ms
  1009. [TRT]    Total         CPU  44.19724ms  CUDA  40.92162ms
  1010. [TRT]    ------------------------------------------------
  1011.  
  1012. nvbuf_utils: dmabuf_fd 1268 mapped entry NOT found
  1013. nvbuf_utils: NvReleaseFd Failed... Exiting...
  1014. nvbuf_utils: dmabuf_fd 1270 mapped entry NOT found
  1015. nvbuf_utils: NvReleaseFd Failed... Exiting...
  1016. nvbuf_utils: dmabuf_fd 1272 mapped entry NOT found
  1017. nvbuf_utils: NvReleaseFd Failed... Exiting...
  1018. nvbuf_utils: dmabuf_fd 1274 mapped entry NOT found
  1019. nvbuf_utils: NvReleaseFd Failed... Exiting...
  1020. nvbuf_utils: dmabuf_fd 1254 mapped entry NOT found
  1021. nvbuf_utils: NvReleaseFd Failed... Exiting...
  1022. nvbuf_utils: dmabuf_fd 1256 mapped entry NOT found
  1023. nvbuf_utils: NvReleaseFd Failed... Exiting...
  1024. nvbuf_utils: dmabuf_fd 1266 mapped entry NOT found
  1025. nvbuf_utils: NvReleaseFd Failed... Exiting...
  1026. nvbuf_utils: dmabuf_fd 1258 mapped entry NOT found
  1027. nvbuf_utils: NvReleaseFd Failed... Exiting...
  1028. nvbuf_utils: dmabuf_fd 1260 mapped entry NOT found
  1029. nvbuf_utils: NvReleaseFd Failed... Exiting...
  1030. nvbuf_utils: dmabuf_fd 1262 mapped entry NOT found
  1031. nvbuf_utils: NvReleaseFd Failed... Exiting...
  1032. nvbuf_utils: dmabuf_fd 1264 mapped entry NOT found
  1033. nvbuf_utils: NvReleaseFd Failed... Exiting...
  1034. nvbuf_utils: dmabuf_fd 1266 mapped entry NOT found
  1035. nvbuf_utils: NvReleaseFd Failed... Exiting...
  1036. nvbuf_utils: dmabuf_fd 1268 mapped entry NOT found
  1037. nvbuf_utils: NvReleaseFd Failed... Exiting...
  1038. nvbuf_utils: dmabuf_fd 1270 mapped entry NOT found
  1039. nvbuf_utils: NvReleaseFd Failed... Exiting...
  1040. nvbuf_utils: dmabuf_fd 1272 mapped entry NOT found
  1041. nvbuf_utils: NvReleaseFd Failed... Exiting...
  1042. nvbuf_utils: dmabuf_fd 1274 mapped entry NOT found
  1043. nvbuf_utils: NvReleaseFd Failed... Exiting...
  1044. nvbuf_utils: dmabuf_fd 1254 mapped entry NOT found
  1045. nvbuf_utils: NvReleaseFd Failed... Exiting...
  1046. nvbuf_utils: dmabuf_fd 1256 mapped entry NOT found
  1047. nvbuf_utils: NvReleaseFd Failed... Exiting...
  1048. nvbuf_utils: dmabuf_fd 1258 mapped entry NOT found
  1049. nvbuf_utils: NvReleaseFd Failed... Exiting...
  1050. nvbuf_utils: dmabuf_fd 1260 mapped entry NOT found
  1051. nvbuf_utils: NvReleaseFd Failed... Exiting...
  1052. nvbuf_utils: dmabuf_fd 1262 mapped entry NOT found
  1053. nvbuf_utils: NvReleaseFd Failed... Exiting...
  1054. nvbuf_utils: dmabuf_fd 1264 mapped entry NOT found
  1055. nvbuf_utils: NvReleaseFd Failed... Exiting...
  1056. nvbuf_utils: dmabuf_fd 1266 mapped entry NOT found
  1057. nvbuf_utils: NvReleaseFd Failed... Exiting...
  1058. nvbuf_utils: dmabuf_fd 1268 mapped entry NOT found
  1059. nvbuf_utils: NvReleaseFd Failed... Exiting...
  1060. nvbuf_utils: dmabuf_fd 1270 mapped entry NOT found
  1061. nvbuf_utils: NvReleaseFd Failed... Exiting...
  1062. nvbuf_utils: dmabuf_fd 1272 mapped entry NOT found
  1063. nvbuf_utils: NvReleaseFd Failed... Exiting...
  1064. nvbuf_utils: dmabuf_fd 1274 mapped entry NOT found
  1065. nvbuf_utils: NvReleaseFd Failed... Exiting...
  1066. detected 0 objects in image
  1067.  
  1068. [TRT]    ------------------------------------------------
  1069. [TRT]    Timing Report networks/SSD-Mobilenet-v2/ssd_mobilenet_v2_coco.uff
  1070. [TRT]    ------------------------------------------------
  1071. [TRT]    Pre-Process   CPU   0.11261ms  CUDA   1.12474ms
  1072. [TRT]    Network       CPU  47.28469ms  CUDA  42.98552ms
  1073. [TRT]    Post-Process  CPU   0.03010ms  CUDA   0.03052ms
  1074. [TRT]    Total         CPU  47.42740ms  CUDA  44.14078ms
  1075. [TRT]    ------------------------------------------------
  1076.  
  1077. nvbuf_utils: dmabuf_fd 1256 mapped entry NOT found
  1078. nvbuf_utils: NvReleaseFd Failed... Exiting...
  1079. nvbuf_utils: dmabuf_fd 1254 mapped entry NOT found
  1080. nvbuf_utils: NvReleaseFd Failed... Exiting...
  1081. nvbuf_utils: dmabuf_fd 1258 mapped entry NOT found
  1082. nvbuf_utils: NvReleaseFd Failed... Exiting...
  1083. nvbuf_utils: dmabuf_fd 1260 mapped entry NOT found
  1084. nvbuf_utils: NvReleaseFd Failed... Exiting...
  1085. nvbuf_utils: dmabuf_fd 1262 mapped entry NOT found
  1086. nvbuf_utils: NvReleaseFd Failed... Exiting...
  1087. nvbuf_utils: dmabuf_fd 1264 mapped entry NOT found
  1088. nvbuf_utils: NvReleaseFd Failed... Exiting...
  1089. nvbuf_utils: dmabuf_fd 1266 mapped entry NOT found
  1090. nvbuf_utils: NvReleaseFd Failed... Exiting...
  1091. nvbuf_utils: dmabuf_fd 1268 mapped entry NOT found
  1092. nvbuf_utils: NvReleaseFd Failed... Exiting...
  1093. nvbuf_utils: dmabuf_fd 1270 mapped entry NOT found
  1094. nvbuf_utils: NvReleaseFd Failed... Exiting...
  1095. nvbuf_utils: dmabuf_fd 1272 mapped entry NOT found
  1096. nvbuf_utils: NvReleaseFd Failed... Exiting...
  1097. nvbuf_utils: dmabuf_fd 1274 mapped entry NOT found
  1098. nvbuf_utils: NvReleaseFd Failed... Exiting...
  1099. nvbuf_utils: dmabuf_fd 1254 mapped entry NOT found
  1100. nvbuf_utils: NvReleaseFd Failed... Exiting...
  1101. nvbuf_utils: dmabuf_fd 1256 mapped entry NOT found
  1102. nvbuf_utils: NvReleaseFd Failed... Exiting...
  1103. nvbuf_utils: dmabuf_fd 1258 mapped entry NOT found
  1104. nvbuf_utils: NvReleaseFd Failed... Exiting...
  1105. nvbuf_utils: dmabuf_fd 1260 mapped entry NOT found
  1106. nvbuf_utils: NvReleaseFd Failed... Exiting...
  1107. nvbuf_utils: dmabuf_fd 1262 mapped entry NOT found
  1108. nvbuf_utils: NvReleaseFd Failed... Exiting...
  1109. nvbuf_utils: dmabuf_fd 1264 mapped entry NOT found
  1110. nvbuf_utils: NvReleaseFd Failed... Exiting...
  1111. nvbuf_utils: dmabuf_fd 1266 mapped entry NOT found
  1112. nvbuf_utils: NvReleaseFd Failed... Exiting...
  1113. nvbuf_utils: dmabuf_fd 1268 mapped entry NOT found
  1114. nvbuf_utils: NvReleaseFd Failed... Exiting...
  1115. detected 0 objects in image
  1116.  
  1117. [TRT]    ------------------------------------------------
  1118. [TRT]    Timing Report networks/SSD-Mobilenet-v2/ssd_mobilenet_v2_coco.uff
  1119. [TRT]    ------------------------------------------------
  1120. [TRT]    Pre-Process   CPU   0.10677ms  CUDA   1.01219ms
  1121. [TRT]    Network       CPU  48.04965ms  CUDA  43.05620ms
  1122. [TRT]    Post-Process  CPU   0.03516ms  CUDA   0.03458ms
  1123. [TRT]    Total         CPU  48.19158ms  CUDA  44.10297ms
  1124. [TRT]    ------------------------------------------------
  1125.  
  1126. nvbuf_utils: dmabuf_fd 1272 mapped entry NOT found
  1127. nvbuf_utils: NvReleaseFd Failed... Exiting...
  1128. nvbuf_utils: dmabuf_fd 1270 mapped entry NOT found
  1129. nvbuf_utils: NvReleaseFd Failed... Exiting...
  1130. nvbuf_utils: dmabuf_fd 1274 mapped entry NOT found
  1131. nvbuf_utils: NvReleaseFd Failed... Exiting...
  1132. detected 0 objects in image
  1133.  
  1134. [TRT]    ------------------------------------------------
  1135. [TRT]    Timing Report networks/SSD-Mobilenet-v2/ssd_mobilenet_v2_coco.uff
  1136. [TRT]    ------------------------------------------------
  1137. [TRT]    Pre-Process   CPU   0.09974ms  CUDA   1.11089ms
  1138. [TRT]    Network       CPU  46.31852ms  CUDA  41.68656ms
  1139. [TRT]    Post-Process  CPU   0.03130ms  CUDA   0.03135ms
  1140. [TRT]    Total         CPU  46.44957ms  CUDA  42.82880ms
  1141. [TRT]    ------------------------------------------------
  1142.  
  1143. detected 0 objects in image
  1144.  
  1145. [TRT]    ------------------------------------------------
  1146. [TRT]    Timing Report networks/SSD-Mobilenet-v2/ssd_mobilenet_v2_coco.uff
  1147. [TRT]    ------------------------------------------------
  1148. [TRT]    Pre-Process   CPU   0.10255ms  CUDA   0.83109ms
  1149. [TRT]    Network       CPU  44.14858ms  CUDA  40.06287ms
  1150. [TRT]    Post-Process  CPU   0.03203ms  CUDA   0.03182ms
  1151. [TRT]    Total         CPU  44.28317ms  CUDA  40.92578ms
  1152. [TRT]    ------------------------------------------------
  1153.  
  1154. nvbuf_utils: dmabuf_fd 1258 mapped entry NOT found
  1155. nvbuf_utils: NvReleaseFd Failed... Exiting...
  1156. nvbuf_utils: dmabuf_fd 1260 mapped entry NOT found
  1157. nvbuf_utils: NvReleaseFd Failed... Exiting...
  1158. nvbuf_utils: dmabuf_fd 1256 mapped entry NOT found
  1159. nvbuf_utils: NvReleaseFd Failed... Exiting...
  1160. nvbuf_utils: dmabuf_fd 1262 mapped entry NOT found
  1161. nvbuf_utils: NvReleaseFd Failed... Exiting...
  1162. nvbuf_utils: dmabuf_fd 1264 mapped entry NOT found
  1163. nvbuf_utils: NvReleaseFd Failed... Exiting...
  1164. nvbuf_utils: dmabuf_fd 1266 mapped entry NOT found
  1165. nvbuf_utils: NvReleaseFd Failed... Exiting...
  1166. nvbuf_utils: dmabuf_fd 1268 mapped entry NOT found
  1167. nvbuf_utils: NvReleaseFd Failed... Exiting...
  1168. nvbuf_utils: dmabuf_fd 1270 mapped entry NOT found
  1169. nvbuf_utils: NvReleaseFd Failed... Exiting...
  1170. nvbuf_utils: dmabuf_fd 1272 mapped entry NOT found
  1171. nvbuf_utils: NvReleaseFd Failed... Exiting...
  1172. nvbuf_utils: dmabuf_fd 1274 mapped entry NOT found
  1173. nvbuf_utils: NvReleaseFd Failed... Exiting...
  1174. nvbuf_utils: dmabuf_fd 1254 mapped entry NOT found
  1175. nvbuf_utils: NvReleaseFd Failed... Exiting...
  1176. nvbuf_utils: dmabuf_fd 1256 mapped entry NOT found
  1177. nvbuf_utils: NvReleaseFd Failed... Exiting...
  1178. nvbuf_utils: dmabuf_fd 1258 mapped entry NOT found
  1179. nvbuf_utils: NvReleaseFd Failed... Exiting...
  1180. nvbuf_utils: dmabuf_fd 1260 mapped entry NOT found
  1181. nvbuf_utils: NvReleaseFd Failed... Exiting...
  1182. nvbuf_utils: dmabuf_fd 1262 mapped entry NOT found
  1183. nvbuf_utils: NvReleaseFd Failed... Exiting...
  1184. nvbuf_utils: dmabuf_fd 1264 mapped entry NOT found
  1185. nvbuf_utils: NvReleaseFd Failed... Exiting...
  1186. nvbuf_utils: dmabuf_fd 1266 mapped entry NOT found
  1187. nvbuf_utils: NvReleaseFd Failed... Exiting...
  1188. nvbuf_utils: dmabuf_fd 1268 mapped entry NOT found
  1189. nvbuf_utils: NvReleaseFd Failed... Exiting...
  1190. nvbuf_utils: dmabuf_fd 1270 mapped entry NOT found
  1191. nvbuf_utils: NvReleaseFd Failed... Exiting...
  1192. nvbuf_utils: dmabuf_fd 1272 mapped entry NOT found
  1193. nvbuf_utils: NvReleaseFd Failed... Exiting...
  1194. nvbuf_utils: dmabuf_fd 1274 mapped entry NOT found
  1195. nvbuf_utils: NvReleaseFd Failed... Exiting...
  1196. nvbuf_utils: dmabuf_fd 1254 mapped entry NOT found
  1197. nvbuf_utils: NvReleaseFd Failed... Exiting...
  1198. nvbuf_utils: dmabuf_fd 1256 mapped entry NOT found
  1199. nvbuf_utils: NvReleaseFd Failed... Exiting...
  1200. nvbuf_utils: dmabuf_fd 1258 mapped entry NOT found
  1201. nvbuf_utils: NvReleaseFd Failed... Exiting...
  1202. nvbuf_utils: dmabuf_fd 1260 mapped entry NOT found
  1203. nvbuf_utils: NvReleaseFd Failed... Exiting...
  1204. nvbuf_utils: dmabuf_fd 1262 mapped entry NOT found
  1205. detected 0 objects in image
  1206.  
  1207. [TRT]    ------------------------------------------------
  1208. [TRT]    Timing Report networks/SSD-Mobilenet-v2/ssd_mobilenet_v2_coco.uff
  1209. [TRT]    ------------------------------------------------
  1210. [TRT]    Pre-Process   CPU   0.11865ms  CUDA   1.12005ms
  1211. [TRT]    Network       CPU  45.92341ms  CUDA  41.48057ms
  1212. [TRT]    Post-Process  CPU   0.03240ms  CUDA   0.03240ms
  1213. [TRT]    Total         CPU  46.07446ms  CUDA  42.63302ms
  1214. [TRT]    ------------------------------------------------
  1215.  
  1216. nvbuf_utils: NvReleaseFd Failed... Exiting...
  1217. nvbuf_utils: dmabuf_fd 1264 mapped entry NOT found
  1218. nvbuf_utils: NvReleaseFd Failed... Exiting...
  1219. nvbuf_utils: dmabuf_fd 1266 mapped entry NOT found
  1220. nvbuf_utils: NvReleaseFd Failed... Exiting...
  1221. nvbuf_utils: dmabuf_fd 1268 mapped entry NOT found
  1222. nvbuf_utils: NvReleaseFd Failed... Exiting...
  1223. nvbuf_utils: dmabuf_fd 1270 mapped entry NOT found
  1224. nvbuf_utils: NvReleaseFd Failed... Exiting...
  1225. nvbuf_utils: dmabuf_fd 1272 mapped entry NOT found
  1226. nvbuf_utils: NvReleaseFd Failed... Exiting...
  1227. nvbuf_utils: dmabuf_fd 1274 mapped entry NOT found
  1228. nvbuf_utils: NvReleaseFd Failed... Exiting...
  1229. nvbuf_utils: dmabuf_fd 1254 mapped entry NOT found
  1230. nvbuf_utils: NvReleaseFd Failed... Exiting...
  1231. nvbuf_utils: dmabuf_fd 1256 mapped entry NOT found
  1232. nvbuf_utils: NvReleaseFd Failed... Exiting...
  1233. nvbuf_utils: dmabuf_fd 1258 mapped entry NOT found
  1234. nvbuf_utils: NvReleaseFd Failed... Exiting...
  1235. nvbuf_utils: dmabuf_fd 1260 mapped entry NOT found
  1236. nvbuf_utils: NvReleaseFd Failed... Exiting...
  1237. nvbuf_utils: dmabuf_fd 1262 mapped entry NOT found
  1238. nvbuf_utils: NvReleaseFd Failed... Exiting...
  1239. nvbuf_utils: dmabuf_fd 1264 mapped entry NOT found
  1240. nvbuf_utils: NvReleaseFd Failed... Exiting...
  1241. nvbuf_utils: dmabuf_fd 1266 mapped entry NOT found
  1242. nvbuf_utils: NvReleaseFd Failed... Exiting...
  1243. nvbuf_utils: dmabuf_fd 1268 mapped entry NOT found
  1244. nvbuf_utils: NvReleaseFd Failed... Exiting...
  1245. nvbuf_utils: dmabuf_fd 1270 mapped entry NOT found
  1246. nvbuf_utils: NvReleaseFd Failed... Exiting...
  1247. nvbuf_utils: dmabuf_fd 1272 mapped entry NOT found
  1248. nvbuf_utils: NvReleaseFd Failed... Exiting...
  1249. nvbuf_utils: dmabuf_fd 1274 mapped entry NOT found
  1250. nvbuf_utils: NvReleaseFd Failed... Exiting...
  1251. nvbuf_utils: dmabuf_fd 1254 mapped entry NOT found
  1252. nvbuf_utils: NvReleaseFd Failed... Exiting...
  1253. detected 0 objects in image
  1254.  
  1255. [TRT]    ------------------------------------------------
  1256. [TRT]    Timing Report networks/SSD-Mobilenet-v2/ssd_mobilenet_v2_coco.uff
  1257. [TRT]    ------------------------------------------------
  1258. [TRT]    Pre-Process   CPU   0.11214ms  CUDA   1.02016ms
  1259. [TRT]    Network       CPU  46.73457ms  CUDA  42.57021ms
  1260. [TRT]    Post-Process  CPU   0.03240ms  CUDA   0.03250ms
  1261. [TRT]    Total         CPU  46.87910ms  CUDA  43.62287ms
  1262. [TRT]    ------------------------------------------------
  1263.  
  1264. nvbuf_utils: dmabuf_fd 1258 mapped entry NOT found
  1265. nvbuf_utils: NvReleaseFd Failed... Exiting...
  1266. nvbuf_utils: dmabuf_fd 1256 mapped entry NOT found
  1267. nvbuf_utils: NvReleaseFd Failed... Exiting...
  1268. nvbuf_utils: dmabuf_fd 1260 mapped entry NOT found
  1269. nvbuf_utils: NvReleaseFd Failed... Exiting...
  1270. nvbuf_utils: dmabuf_fd 1262 mapped entry NOT found
  1271. nvbuf_utils: NvReleaseFd Failed... Exiting...
  1272. nvbuf_utils: dmabuf_fd 1264 mapped entry NOT found
  1273. nvbuf_utils: NvReleaseFd Failed... Exiting...
  1274. detected 0 objects in image
  1275.  
  1276. [TRT]    ------------------------------------------------
  1277. [TRT]    Timing Report networks/SSD-Mobilenet-v2/ssd_mobilenet_v2_coco.uff
  1278. [TRT]    ------------------------------------------------
  1279. [TRT]    Pre-Process   CPU   0.12323ms  CUDA   1.16745ms
  1280. [TRT]    Network       CPU  45.32980ms  CUDA  40.87682ms
  1281. [TRT]    Post-Process  CPU   0.03146ms  CUDA   0.03120ms
  1282. [TRT]    Total         CPU  45.48450ms  CUDA  42.07547ms
  1283. [TRT]    ------------------------------------------------
  1284.  
  1285. detected 0 objects in image
  1286.  
  1287. [TRT]    ------------------------------------------------
  1288. [TRT]    Timing Report networks/SSD-Mobilenet-v2/ssd_mobilenet_v2_coco.uff
  1289. [TRT]    ------------------------------------------------
  1290. [TRT]    Pre-Process   CPU   0.11052ms  CUDA   0.86042ms
  1291. [TRT]    Network       CPU  42.95361ms  CUDA  38.14901ms
  1292. [TRT]    Post-Process  CPU   0.03344ms  CUDA   0.03344ms
  1293. [TRT]    Total         CPU  43.09758ms  CUDA  39.04286ms
  1294. [TRT]    ------------------------------------------------
  1295.  
  1296. nvbuf_utils: dmabuf_fd 1270 mapped entry NOT found
  1297. nvbuf_utils: NvReleaseFd Failed... Exiting...
  1298. nvbuf_utils: dmabuf_fd 1272 mapped entry NOT found
  1299. nvbuf_utils: NvReleaseFd Failed... Exiting...
  1300. nvbuf_utils: dmabuf_fd 1274 mapped entry NOT found
  1301. nvbuf_utils: NvReleaseFd Failed... Exiting...
  1302. nvbuf_utils: dmabuf_fd 1254 mapped entry NOT found
  1303. nvbuf_utils: NvReleaseFd Failed... Exiting...
  1304. nvbuf_utils: dmabuf_fd 1268 mapped entry NOT found
  1305. nvbuf_utils: NvReleaseFd Failed... Exiting...
  1306. nvbuf_utils: dmabuf_fd 1256 mapped entry NOT found
  1307. nvbuf_utils: NvReleaseFd Failed... Exiting...
  1308. nvbuf_utils: dmabuf_fd 1258 mapped entry NOT found
  1309. nvbuf_utils: NvReleaseFd Failed... Exiting...
  1310. nvbuf_utils: dmabuf_fd 1260 mapped entry NOT found
  1311. nvbuf_utils: NvReleaseFd Failed... Exiting...
  1312. nvbuf_utils: dmabuf_fd 1262 mapped entry NOT found
  1313. nvbuf_utils: NvReleaseFd Failed... Exiting...
  1314. nvbuf_utils: dmabuf_fd 1264 mapped entry NOT found
  1315. nvbuf_utils: NvReleaseFd Failed... Exiting...
  1316. nvbuf_utils: dmabuf_fd 1266 mapped entry NOT found
  1317. nvbuf_utils: NvReleaseFd Failed... Exiting...
  1318. nvbuf_utils: dmabuf_fd 1268 mapped entry NOT found
  1319. nvbuf_utils: NvReleaseFd Failed... Exiting...
  1320. nvbuf_utils: dmabuf_fd 1270 mapped entry NOT found
  1321. nvbuf_utils: NvReleaseFd Failed... Exiting...
  1322. nvbuf_utils: dmabuf_fd 1272 mapped entry NOT found
  1323. nvbuf_utils: NvReleaseFd Failed... Exiting...
  1324. nvbuf_utils: dmabuf_fd 1274 mapped entry NOT found
  1325. nvbuf_utils: NvReleaseFd Failed... Exiting...
  1326. nvbuf_utils: dmabuf_fd 1254 mapped entry NOT found
  1327. nvbuf_utils: NvReleaseFd Failed... Exiting...
  1328. nvbuf_utils: dmabuf_fd 1256 mapped entry NOT found
  1329. nvbuf_utils: NvReleaseFd Failed... Exiting...
  1330. nvbuf_utils: dmabuf_fd 1258 mapped entry NOT found
  1331. nvbuf_utils: NvReleaseFd Failed... Exiting...
  1332. nvbuf_utils: dmabuf_fd 1260 mapped entry NOT found
  1333. nvbuf_utils: NvReleaseFd Failed... Exiting...
  1334. nvbuf_utils: dmabuf_fd 1262 mapped entry NOT found
  1335. nvbuf_utils: NvReleaseFd Failed... Exiting...
  1336. nvbuf_utils: dmabuf_fd 1264 mapped entry NOT found
  1337. nvbuf_utils: NvReleaseFd Failed... Exiting...
  1338. nvbuf_utils: dmabuf_fd 1266 mapped entry NOT found
  1339. nvbuf_utils: NvReleaseFd Failed... Exiting...
  1340. nvbuf_utils: dmabuf_fd 1268 mapped entry NOT found
  1341. nvbuf_utils: NvReleaseFd Failed... Exiting...
  1342. nvbuf_utils: dmabuf_fd 1270 mapped entry NOT found
  1343. nvbuf_utils: NvReleaseFd Failed... Exiting...
  1344. nvbuf_utils: dmabuf_fd 1272 mapped entry NOT found
  1345. nvbuf_utils: NvReleaseFd Failed... Exiting...
  1346. nvbuf_utils: dmabuf_fd 1274 mapped entry NOT found
  1347. nvbuf_utils: NvReleaseFd Failed... Exiting...
  1348. nvbuf_utils: dmabuf_fd 1254 mapped entry NOT found
  1349. detected 0 objects in image
  1350. nvbuf_utils: NvReleaseFd Failed... Exiting...
  1351.  
  1352. [TRT]    ------------------------------------------------
  1353. [TRT]    Timing Report networks/SSD-Mobilenet-v2/ssd_mobilenet_v2_coco.uff
  1354. [TRT]    ------------------------------------------------
  1355. [TRT]    Pre-Process   CPU   0.11339ms  CUDA   1.59125ms
  1356. [TRT]    Network       CPU  48.08678ms  CUDA  42.68255ms
  1357. [TRT]    Post-Process  CPU   0.03208ms  CUDA   0.03234ms
  1358. [TRT]    Total         CPU  48.23226ms  CUDA  44.30615ms
  1359. [TRT]    ------------------------------------------------
  1360.  
  1361. nvbuf_utils: dmabuf_fd 1256 mapped entry NOT found
  1362. nvbuf_utils: NvReleaseFd Failed... Exiting...
  1363. nvbuf_utils: dmabuf_fd 1258 mapped entry NOT found
  1364. nvbuf_utils: NvReleaseFd Failed... Exiting...
  1365. nvbuf_utils: dmabuf_fd 1260 mapped entry NOT found
  1366. nvbuf_utils: NvReleaseFd Failed... Exiting...
  1367. nvbuf_utils: dmabuf_fd 1262 mapped entry NOT found
  1368. nvbuf_utils: NvReleaseFd Failed... Exiting...
  1369. nvbuf_utils: dmabuf_fd 1264 mapped entry NOT found
  1370. nvbuf_utils: NvReleaseFd Failed... Exiting...
  1371. nvbuf_utils: dmabuf_fd 1266 mapped entry NOT found
  1372. nvbuf_utils: NvReleaseFd Failed... Exiting...
  1373. nvbuf_utils: dmabuf_fd 1268 mapped entry NOT found
  1374. nvbuf_utils: NvReleaseFd Failed... Exiting...
  1375. nvbuf_utils: dmabuf_fd 1270 mapped entry NOT found
  1376. nvbuf_utils: NvReleaseFd Failed... Exiting...
  1377. nvbuf_utils: dmabuf_fd 1272 mapped entry NOT found
  1378. nvbuf_utils: NvReleaseFd Failed... Exiting...
  1379. nvbuf_utils: dmabuf_fd 1274 mapped entry NOT found
  1380. nvbuf_utils: NvReleaseFd Failed... Exiting...
  1381. nvbuf_utils: dmabuf_fd 1254 mapped entry NOT found
  1382. nvbuf_utils: NvReleaseFd Failed... Exiting...
  1383. nvbuf_utils: dmabuf_fd 1256 mapped entry NOT found
  1384. nvbuf_utils: NvReleaseFd Failed... Exiting...
  1385. nvbuf_utils: dmabuf_fd 1258 mapped entry NOT found
  1386. nvbuf_utils: NvReleaseFd Failed... Exiting...
  1387. nvbuf_utils: dmabuf_fd 1260 mapped entry NOT found
  1388. nvbuf_utils: NvReleaseFd Failed... Exiting...
  1389. nvbuf_utils: dmabuf_fd 1262 mapped entry NOT found
  1390. nvbuf_utils: NvReleaseFd Failed... Exiting...
  1391. nvbuf_utils: dmabuf_fd 1264 mapped entry NOT found
  1392. nvbuf_utils: NvReleaseFd Failed... Exiting...
  1393. nvbuf_utils: dmabuf_fd 1266 mapped entry NOT found
  1394. nvbuf_utils: NvReleaseFd Failed... Exiting...
  1395. nvbuf_utils: dmabuf_fd 1268 mapped entry NOT found
  1396. nvbuf_utils: NvReleaseFd Failed... Exiting...
  1397. detected 0 objects in image
  1398.  
  1399. [TRT]    ------------------------------------------------
  1400. [TRT]    Timing Report networks/SSD-Mobilenet-v2/ssd_mobilenet_v2_coco.uff
  1401. [TRT]    ------------------------------------------------
  1402. [TRT]    Pre-Process   CPU   0.10068ms  CUDA   1.06865ms
  1403. [TRT]    Network       CPU  47.12723ms  CUDA  42.29958ms
  1404. [TRT]    Post-Process  CPU   0.03099ms  CUDA   0.03073ms
  1405. [TRT]    Total         CPU  47.25890ms  CUDA  43.39896ms
  1406. [TRT]    ------------------------------------------------
  1407.  
  1408. nvbuf_utils: dmabuf_fd 1272 mapped entry NOT found
  1409. nvbuf_utils: NvReleaseFd Failed... Exiting...
  1410. nvbuf_utils: dmabuf_fd 1270 mapped entry NOT found
  1411. nvbuf_utils: NvReleaseFd Failed... Exiting...
  1412. nvbuf_utils: dmabuf_fd 1274 mapped entry NOT found
  1413. nvbuf_utils: NvReleaseFd Failed... Exiting...
  1414. nvbuf_utils: dmabuf_fd 1254 mapped entry NOT found
  1415. nvbuf_utils: NvReleaseFd Failed... Exiting...
  1416. detected 0 objects in image
  1417.  
  1418. [TRT]    ------------------------------------------------
  1419. [TRT]    Timing Report networks/SSD-Mobilenet-v2/ssd_mobilenet_v2_coco.uff
  1420. [TRT]    ------------------------------------------------
  1421. [TRT]    Pre-Process   CPU   0.08636ms  CUDA   1.12641ms
  1422. [TRT]    Network       CPU  45.39918ms  CUDA  40.39687ms
  1423. [TRT]    Post-Process  CPU   0.02802ms  CUDA   0.02786ms
  1424. [TRT]    Total         CPU  45.51356ms  CUDA  41.55114ms
  1425. [TRT]    ------------------------------------------------
  1426.  
  1427. detected 0 objects in image
  1428.  
  1429. [TRT]    ------------------------------------------------
  1430. [TRT]    Timing Report networks/SSD-Mobilenet-v2/ssd_mobilenet_v2_coco.uff
  1431. [TRT]    ------------------------------------------------
  1432. [TRT]    Pre-Process   CPU   0.09891ms  CUDA   0.86328ms
  1433. [TRT]    Network       CPU  42.71283ms  CUDA  37.91396ms
  1434. [TRT]    Post-Process  CPU   0.02974ms  CUDA   0.02932ms
  1435. [TRT]    Total         CPU  42.84147ms  CUDA  38.80656ms
  1436. [TRT]    ------------------------------------------------
  1437.  
  1438. nvbuf_utils: dmabuf_fd 1260 mapped entry NOT found
  1439. nvbuf_utils: NvReleaseFd Failed... Exiting...
  1440. nvbuf_utils: dmabuf_fd 1262 mapped entry NOT found
  1441. nvbuf_utils: NvReleaseFd Failed... Exiting...
  1442. nvbuf_utils: dmabuf_fd 1264 mapped entry NOT found
  1443. nvbuf_utils: NvReleaseFd Failed... Exiting...
  1444. nvbuf_utils: dmabuf_fd 1266 mapped entry NOT found
  1445. nvbuf_utils: NvReleaseFd Failed... Exiting...
  1446. nvbuf_utils: dmabuf_fd 1268 mapped entry NOT found
  1447. nvbuf_utils: NvReleaseFd Failed... Exiting...
  1448. nvbuf_utils: dmabuf_fd 1270 mapped entry NOT found
  1449. nvbuf_utils: NvReleaseFd Failed... Exiting...
  1450. nvbuf_utils: dmabuf_fd 1272 mapped entry NOT found
  1451. nvbuf_utils: NvReleaseFd Failed... Exiting...
  1452. nvbuf_utils: dmabuf_fd 1274 mapped entry NOT found
  1453. nvbuf_utils: NvReleaseFd Failed... Exiting...
  1454. nvbuf_utils: dmabuf_fd 1254 mapped entry NOT found
  1455. nvbuf_utils: NvReleaseFd Failed... Exiting...
  1456. nvbuf_utils: dmabuf_fd 1258 mapped entry NOT found
  1457. nvbuf_utils: NvReleaseFd Failed... Exiting...
  1458. nvbuf_utils: dmabuf_fd 1256 mapped entry NOT found
  1459. nvbuf_utils: NvReleaseFd Failed... Exiting...
  1460. nvbuf_utils: dmabuf_fd 1258 mapped entry NOT found
  1461. nvbuf_utils: NvReleaseFd Failed... Exiting...
  1462. nvbuf_utils: dmabuf_fd 1260 mapped entry NOT found
  1463. nvbuf_utils: NvReleaseFd Failed... Exiting...
  1464. nvbuf_utils: dmabuf_fd 1262 mapped entry NOT found
  1465. nvbuf_utils: NvReleaseFd Failed... Exiting...
  1466. nvbuf_utils: dmabuf_fd 1264 mapped entry NOT found
  1467. nvbuf_utils: NvReleaseFd Failed... Exiting...
  1468. nvbuf_utils: dmabuf_fd 1266 mapped entry NOT found
  1469. nvbuf_utils: NvReleaseFd Failed... Exiting...
  1470. nvbuf_utils: dmabuf_fd 1268 mapped entry NOT found
  1471. nvbuf_utils: NvReleaseFd Failed... Exiting...
  1472. nvbuf_utils: dmabuf_fd 1270 mapped entry NOT found
  1473. nvbuf_utils: NvReleaseFd Failed... Exiting...
  1474. nvbuf_utils: dmabuf_fd 1272 mapped entry NOT found
  1475. nvbuf_utils: NvReleaseFd Failed... Exiting...
  1476. nvbuf_utils: dmabuf_fd 1274 mapped entry NOT found
  1477. nvbuf_utils: NvReleaseFd Failed... Exiting...
  1478. nvbuf_utils: dmabuf_fd 1254 mapped entry NOT found
  1479. nvbuf_utils: NvReleaseFd Failed... Exiting...
  1480. nvbuf_utils: dmabuf_fd 1256 mapped entry NOT found
  1481. nvbuf_utils: NvReleaseFd Failed... Exiting...
  1482. nvbuf_utils: dmabuf_fd 1258 mapped entry NOT found
  1483. nvbuf_utils: NvReleaseFd Failed... Exiting...
  1484. nvbuf_utils: dmabuf_fd 1260 mapped entry NOT found
  1485. nvbuf_utils: NvReleaseFd Failed... Exiting...
  1486. nvbuf_utils: dmabuf_fd 1262 mapped entry NOT found
  1487. nvbuf_utils: NvReleaseFd Failed... Exiting...
  1488. nvbuf_utils: dmabuf_fd 1264 mapped entry NOT found
  1489. nvbuf_utils: NvReleaseFd Failed... Exiting...
  1490. nvbuf_utils: dmabuf_fd 1266 mapped entry NOT found
  1491. nvbuf_utils: NvReleaseFd Failed... Exiting...
  1492. detected 0 objects in image
  1493.  
  1494. [TRT]    ------------------------------------------------
  1495. [TRT]    Timing Report networks/SSD-Mobilenet-v2/ssd_mobilenet_v2_coco.uff
  1496. [TRT]    ------------------------------------------------
  1497. [TRT]    Pre-Process   CPU   0.06287ms  CUDA   1.16594ms
  1498. [TRT]    Network       CPU  47.24729ms  CUDA  42.46203ms
  1499. [TRT]    Post-Process  CPU   0.03042ms  CUDA   0.00047ms
  1500. [TRT]    Total         CPU  47.34057ms  CUDA  43.62844ms
  1501. [TRT]    ------------------------------------------------
  1502.  
  1503. nvbuf_utils: dmabuf_fd 1270 mapped entry NOT found
  1504. nvbuf_utils: NvReleaseFd Failed... Exiting...
  1505. nvbuf_utils: dmabuf_fd 1268 mapped entry NOT found
  1506. nvbuf_utils: NvReleaseFd Failed... Exiting...
  1507. nvbuf_utils: dmabuf_fd 1272 mapped entry NOT found
  1508. nvbuf_utils: NvReleaseFd Failed... Exiting...
  1509. nvbuf_utils: dmabuf_fd 1274 mapped entry NOT found
  1510. nvbuf_utils: NvReleaseFd Failed... Exiting...
  1511. nvbuf_utils: dmabuf_fd 1254 mapped entry NOT found
  1512. nvbuf_utils: NvReleaseFd Failed... Exiting...
  1513. nvbuf_utils: dmabuf_fd 1256 mapped entry NOT found
  1514. nvbuf_utils: NvReleaseFd Failed... Exiting...
  1515. nvbuf_utils: dmabuf_fd 1258 mapped entry NOT found
  1516. nvbuf_utils: NvReleaseFd Failed... Exiting...
  1517. nvbuf_utils: dmabuf_fd 1260 mapped entry NOT found
  1518. nvbuf_utils: NvReleaseFd Failed... Exiting...
  1519. nvbuf_utils: dmabuf_fd 1262 mapped entry NOT found
  1520. nvbuf_utils: NvReleaseFd Failed... Exiting...
  1521. nvbuf_utils: dmabuf_fd 1264 mapped entry NOT found
  1522. nvbuf_utils: NvReleaseFd Failed... Exiting...
  1523. nvbuf_utils: dmabuf_fd 1266 mapped entry NOT found
  1524. nvbuf_utils: NvReleaseFd Failed... Exiting...
  1525. nvbuf_utils: dmabuf_fd 1268 mapped entry NOT found
  1526. nvbuf_utils: NvReleaseFd Failed... Exiting...
  1527. nvbuf_utils: dmabuf_fd 1270 mapped entry NOT found
  1528. nvbuf_utils: NvReleaseFd Failed... Exiting...
  1529. nvbuf_utils: dmabuf_fd 1272 mapped entry NOT found
  1530. nvbuf_utils: NvReleaseFd Failed... Exiting...
  1531. nvbuf_utils: dmabuf_fd 1274 mapped entry NOT found
  1532. nvbuf_utils: NvReleaseFd Failed... Exiting...
  1533. nvbuf_utils: dmabuf_fd 1254 mapped entry NOT found
  1534. nvbuf_utils: NvReleaseFd Failed... Exiting...
  1535. nvbuf_utils: dmabuf_fd 1256 mapped entry NOT found
  1536. nvbuf_utils: NvReleaseFd Failed... Exiting...
  1537. nvbuf_utils: dmabuf_fd 1258 mapped entry NOT found
  1538. nvbuf_utils: NvReleaseFd Failed... Exiting...
  1539. nvbuf_utils: dmabuf_fd 1260 mapped entry NOT found
  1540. nvbuf_utils: NvReleaseFd Failed... Exiting...
  1541. nvbuf_utils: dmabuf_fd 1262 mapped entry NOT found
  1542. nvbuf_utils: NvReleaseFd Failed... Exiting...
  1543. detected 0 objects in image
  1544.  
  1545. [TRT]    ------------------------------------------------
  1546. [TRT]    Timing Report networks/SSD-Mobilenet-v2/ssd_mobilenet_v2_coco.uff
  1547. [TRT]    ------------------------------------------------
  1548. [TRT]    Pre-Process   CPU   0.09938ms  CUDA   1.05354ms
  1549. [TRT]    Network       CPU  47.40078ms  CUDA  42.57208ms
  1550. [TRT]    Post-Process  CPU   0.03068ms  CUDA   0.03000ms
  1551. [TRT]    Total         CPU  47.53083ms  CUDA  43.65562ms
  1552. [TRT]    ------------------------------------------------
  1553.  
  1554. nvbuf_utils: dmabuf_fd 1264 mapped entry NOT found
  1555. nvbuf_utils: NvReleaseFd Failed... Exiting...
  1556. nvbuf_utils: dmabuf_fd 1266 mapped entry NOT found
  1557. nvbuf_utils: NvReleaseFd Failed... Exiting...
  1558. detected 0 objects in image
  1559.  
  1560. [TRT]    ------------------------------------------------
  1561. [TRT]    Timing Report networks/SSD-Mobilenet-v2/ssd_mobilenet_v2_coco.uff
  1562. [TRT]    ------------------------------------------------
  1563. [TRT]    Pre-Process   CPU   0.12229ms  CUDA   1.07870ms
  1564. [TRT]    Network       CPU  45.30329ms  CUDA  40.73755ms
  1565. [TRT]    Post-Process  CPU   0.02865ms  CUDA   0.02823ms
  1566. [TRT]    Total         CPU  45.45423ms  CUDA  41.84448ms
  1567. [TRT]    ------------------------------------------------
  1568.  
  1569. detected 0 objects in image
  1570.  
  1571. [TRT]    ------------------------------------------------
  1572. [TRT]    Timing Report networks/SSD-Mobilenet-v2/ssd_mobilenet_v2_coco.uff
  1573. [TRT]    ------------------------------------------------
  1574. [TRT]    Pre-Process   CPU   0.08839ms  CUDA   0.79818ms
  1575. [TRT]    Network       CPU  44.98120ms  CUDA  40.76463ms
  1576. [TRT]    Post-Process  CPU   0.03500ms  CUDA   0.25839ms
  1577. [TRT]    Total         CPU  45.10459ms  CUDA  41.82119ms
  1578. [TRT]    ------------------------------------------------
  1579.  
  1580. nvbuf_utils: dmabuf_fd 1272 mapped entry NOT found
  1581. nvbuf_utils: NvReleaseFd Failed... Exiting...
  1582. nvbuf_utils: dmabuf_fd 1274 mapped entry NOT found
  1583. nvbuf_utils: NvReleaseFd Failed... Exiting...
  1584. nvbuf_utils: dmabuf_fd 1254 mapped entry NOT found
  1585. nvbuf_utils: NvReleaseFd Failed... Exiting...
  1586. nvbuf_utils: dmabuf_fd 1256 mapped entry NOT found
  1587. nvbuf_utils: NvReleaseFd Failed... Exiting...
  1588. nvbuf_utils: dmabuf_fd 1258 mapped entry NOT found
  1589. nvbuf_utils: NvReleaseFd Failed... Exiting...
  1590. nvbuf_utils: dmabuf_fd 1260 mapped entry NOT found
  1591. nvbuf_utils: NvReleaseFd Failed... Exiting...
  1592. nvbuf_utils: dmabuf_fd 1262 mapped entry NOT found
  1593. nvbuf_utils: NvReleaseFd Failed... Exiting...
  1594. nvbuf_utils: dmabuf_fd 1264 mapped entry NOT found
  1595. nvbuf_utils: NvReleaseFd Failed... Exiting...
  1596. nvbuf_utils: dmabuf_fd 1266 mapped entry NOT found
  1597. nvbuf_utils: NvReleaseFd Failed... Exiting...
  1598. nvbuf_utils: dmabuf_fd 1270 mapped entry NOT found
  1599. nvbuf_utils: NvReleaseFd Failed... Exiting...
  1600. nvbuf_utils: dmabuf_fd 1268 mapped entry NOT found
  1601. nvbuf_utils: NvReleaseFd Failed... Exiting...
  1602. nvbuf_utils: dmabuf_fd 1270 mapped entry NOT found
  1603. nvbuf_utils: NvReleaseFd Failed... Exiting...
  1604. nvbuf_utils: dmabuf_fd 1272 mapped entry NOT found
  1605. nvbuf_utils: NvReleaseFd Failed... Exiting...
  1606. nvbuf_utils: dmabuf_fd 1274 mapped entry NOT found
  1607. nvbuf_utils: NvReleaseFd Failed... Exiting...
  1608. nvbuf_utils: dmabuf_fd 1254 mapped entry NOT found
  1609. nvbuf_utils: NvReleaseFd Failed... Exiting...
  1610. nvbuf_utils: dmabuf_fd 1256 mapped entry NOT found
  1611. nvbuf_utils: NvReleaseFd Failed... Exiting...
  1612. nvbuf_utils: dmabuf_fd 1258 mapped entry NOT found
  1613. nvbuf_utils: NvReleaseFd Failed... Exiting...
  1614. nvbuf_utils: dmabuf_fd 1260 mapped entry NOT found
  1615. nvbuf_utils: NvReleaseFd Failed... Exiting...
  1616. nvbuf_utils: dmabuf_fd 1262 mapped entry NOT found
  1617. nvbuf_utils: NvReleaseFd Failed... Exiting...
  1618. nvbuf_utils: dmabuf_fd 1264 mapped entry NOT found
  1619. nvbuf_utils: NvReleaseFd Failed... Exiting...
  1620. nvbuf_utils: dmabuf_fd 1266 mapped entry NOT found
  1621. nvbuf_utils: NvReleaseFd Failed... Exiting...
  1622. nvbuf_utils: dmabuf_fd 1268 mapped entry NOT found
  1623. nvbuf_utils: NvReleaseFd Failed... Exiting...
  1624. nvbuf_utils: dmabuf_fd 1270 mapped entry NOT found
  1625. nvbuf_utils: NvReleaseFd Failed... Exiting...
  1626. nvbuf_utils: dmabuf_fd 1272 mapped entry NOT found
  1627. nvbuf_utils: NvReleaseFd Failed... Exiting...
  1628. nvbuf_utils: dmabuf_fd 1274 mapped entry NOT found
  1629. nvbuf_utils: NvReleaseFd Failed... Exiting...
  1630. nvbuf_utils: dmabuf_fd 1254 mapped entry NOT found
  1631. nvbuf_utils: NvReleaseFd Failed... Exiting...
  1632. nvbuf_utils: dmabuf_fd 1256 mapped entry NOT found
  1633. nvbuf_utils: NvReleaseFd Failed... Exiting...
  1634. detected 0 objects in image
  1635.  
  1636. [TRT]    ------------------------------------------------
  1637. [TRT]    Timing Report networks/SSD-Mobilenet-v2/ssd_mobilenet_v2_coco.uff
  1638. [TRT]    ------------------------------------------------
  1639. [TRT]    Pre-Process   CPU   0.10969ms  CUDA   1.18682ms
  1640. [TRT]    Network       CPU  46.79936ms  CUDA  42.46583ms
  1641. [TRT]    Post-Process  CPU   0.02714ms  CUDA   0.00052ms
  1642. [TRT]    Total         CPU  46.93618ms  CUDA  43.65318ms
  1643. [TRT]    ------------------------------------------------
  1644.  
  1645. nvbuf_utils: dmabuf_fd 1260 mapped entry NOT found
  1646. nvbuf_utils: NvReleaseFd Failed... Exiting...
  1647. nvbuf_utils: dmabuf_fd 1258 mapped entry NOT found
  1648. nvbuf_utils: NvReleaseFd Failed... Exiting...
  1649. nvbuf_utils: dmabuf_fd 1262 mapped entry NOT found
  1650. nvbuf_utils: NvReleaseFd Failed... Exiting...
  1651. nvbuf_utils: dmabuf_fd 1264 mapped entry NOT found
  1652. nvbuf_utils: NvReleaseFd Failed... Exiting...
  1653. nvbuf_utils: dmabuf_fd 1266 mapped entry NOT found
  1654. nvbuf_utils: NvReleaseFd Failed... Exiting...
  1655. nvbuf_utils: dmabuf_fd 1268 mapped entry NOT found
  1656. nvbuf_utils: NvReleaseFd Failed... Exiting...
  1657. nvbuf_utils: dmabuf_fd 1270 mapped entry NOT found
  1658. nvbuf_utils: NvReleaseFd Failed... Exiting...
  1659. nvbuf_utils: dmabuf_fd 1272 mapped entry NOT found
  1660. nvbuf_utils: NvReleaseFd Failed... Exiting...
  1661. nvbuf_utils: dmabuf_fd 1274 mapped entry NOT found
  1662. nvbuf_utils: NvReleaseFd Failed... Exiting...
  1663. nvbuf_utils: dmabuf_fd 1254 mapped entry NOT found
  1664. nvbuf_utils: NvReleaseFd Failed... Exiting...
  1665. nvbuf_utils: dmabuf_fd 1256 mapped entry NOT found
  1666. nvbuf_utils: NvReleaseFd Failed... Exiting...
  1667. nvbuf_utils: dmabuf_fd 1258 mapped entry NOT found
  1668. nvbuf_utils: NvReleaseFd Failed... Exiting...
  1669. nvbuf_utils: dmabuf_fd 1260 mapped entry NOT found
  1670. nvbuf_utils: NvReleaseFd Failed... Exiting...
  1671. nvbuf_utils: dmabuf_fd 1262 mapped entry NOT found
  1672. nvbuf_utils: NvReleaseFd Failed... Exiting...
  1673. nvbuf_utils: dmabuf_fd 1264 mapped entry NOT found
  1674. nvbuf_utils: NvReleaseFd Failed... Exiting...
  1675. nvbuf_utils: dmabuf_fd 1266 mapped entry NOT found
  1676. nvbuf_utils: NvReleaseFd Failed... Exiting...
  1677. nvbuf_utils: dmabuf_fd 1268 mapped entry NOT found
  1678. nvbuf_utils: NvReleaseFd Failed... Exiting...
  1679. nvbuf_utils: dmabuf_fd 1270 mapped entry NOT found
  1680. nvbuf_utils: NvReleaseFd Failed... Exiting...
  1681. nvbuf_utils: dmabuf_fd 1272 mapped entry NOT found
  1682. nvbuf_utils: NvReleaseFd Failed... Exiting...
  1683. detected 0 objects in image
  1684.  
  1685. [TRT]    ------------------------------------------------
  1686. [TRT]    Timing Report networks/SSD-Mobilenet-v2/ssd_mobilenet_v2_coco.uff
  1687. [TRT]    ------------------------------------------------
  1688. [TRT]    Pre-Process   CPU   0.25756ms  CUDA   1.07698ms
  1689. [TRT]    Network       CPU  46.92123ms  CUDA  42.68250ms
  1690. [TRT]    Post-Process  CPU   0.03495ms  CUDA   0.00083ms
  1691. [TRT]    Total         CPU  47.21374ms  CUDA  43.76031ms
  1692. [TRT]    ------------------------------------------------
  1693.  
  1694. nvbuf_utils: dmabuf_fd 1254 mapped entry NOT found
  1695. nvbuf_utils: NvReleaseFd Failed... Exiting...
  1696. nvbuf_utils: dmabuf_fd 1274 mapped entry NOT found
  1697. nvbuf_utils: NvReleaseFd Failed... Exiting...
  1698. nvbuf_utils: dmabuf_fd 1256 mapped entry NOT found
  1699. nvbuf_utils: NvReleaseFd Failed... Exiting...
  1700. detected 0 objects in image
  1701.  
  1702. [TRT]    ------------------------------------------------
  1703. [TRT]    Timing Report networks/SSD-Mobilenet-v2/ssd_mobilenet_v2_coco.uff
  1704. [TRT]    ------------------------------------------------
  1705. [TRT]    Pre-Process   CPU   0.08141ms  CUDA   1.19422ms
  1706. [TRT]    Network       CPU  45.43501ms  CUDA  40.54500ms
  1707. [TRT]    Post-Process  CPU   0.03047ms  CUDA   0.03057ms
  1708. [TRT]    Total         CPU  45.54689ms  CUDA  41.76979ms
  1709. [TRT]    ------------------------------------------------
  1710.  
  1711. detected 0 objects in image
  1712.  
  1713. [TRT]    ------------------------------------------------
  1714. [TRT]    Timing Report networks/SSD-Mobilenet-v2/ssd_mobilenet_v2_coco.uff
  1715. [TRT]    ------------------------------------------------
  1716. [TRT]    Pre-Process   CPU   0.05552ms  CUDA   0.82219ms
  1717. [TRT]    Network       CPU  45.01708ms  CUDA  40.58604ms
  1718. [TRT]    Post-Process  CPU   0.04901ms  CUDA   0.04943ms
  1719. [TRT]    Total         CPU  45.12162ms  CUDA  41.45766ms
  1720. [TRT]    ------------------------------------------------
  1721.  
  1722. nvbuf_utils: dmabuf_fd 1262 mapped entry NOT found
  1723. nvbuf_utils: NvReleaseFd Failed... Exiting...
  1724. nvbuf_utils: dmabuf_fd 1264 mapped entry NOT found
  1725. nvbuf_utils: NvReleaseFd Failed... Exiting...
  1726. nvbuf_utils: dmabuf_fd 1266 mapped entry NOT found
  1727. nvbuf_utils: NvReleaseFd Failed... Exiting...
  1728. nvbuf_utils: dmabuf_fd 1268 mapped entry NOT found
  1729. nvbuf_utils: NvReleaseFd Failed... Exiting...
  1730. nvbuf_utils: dmabuf_fd 1270 mapped entry NOT found
  1731. nvbuf_utils: NvReleaseFd Failed... Exiting...
  1732. nvbuf_utils: dmabuf_fd 1260 mapped entry NOT found
  1733. nvbuf_utils: NvReleaseFd Failed... Exiting...
  1734. nvbuf_utils: dmabuf_fd 1272 mapped entry NOT found
  1735. nvbuf_utils: NvReleaseFd Failed... Exiting...
  1736. nvbuf_utils: dmabuf_fd 1274 mapped entry NOT found
  1737. nvbuf_utils: NvReleaseFd Failed... Exiting...
  1738. nvbuf_utils: dmabuf_fd 1254 mapped entry NOT found
  1739. nvbuf_utils: NvReleaseFd Failed... Exiting...
  1740. nvbuf_utils: dmabuf_fd 1256 mapped entry NOT found
  1741. nvbuf_utils: NvReleaseFd Failed... Exiting...
  1742. nvbuf_utils: dmabuf_fd 1258 mapped entry NOT found
  1743. nvbuf_utils: NvReleaseFd Failed... Exiting...
  1744. nvbuf_utils: dmabuf_fd 1260 mapped entry NOT found
  1745. nvbuf_utils: NvReleaseFd Failed... Exiting...
  1746. nvbuf_utils: dmabuf_fd 1262 mapped entry NOT found
  1747. nvbuf_utils: NvReleaseFd Failed... Exiting...
  1748. nvbuf_utils: dmabuf_fd 1264 mapped entry NOT found
  1749. nvbuf_utils: NvReleaseFd Failed... Exiting...
  1750. nvbuf_utils: dmabuf_fd 1266 mapped entry NOT found
  1751. nvbuf_utils: NvReleaseFd Failed... Exiting...
  1752. nvbuf_utils: dmabuf_fd 1268 mapped entry NOT found
  1753. nvbuf_utils: NvReleaseFd Failed... Exiting...
  1754. nvbuf_utils: dmabuf_fd 1270 mapped entry NOT found
  1755. nvbuf_utils: NvReleaseFd Failed... Exiting...
  1756. nvbuf_utils: dmabuf_fd 1272 mapped entry NOT found
  1757. nvbuf_utils: NvReleaseFd Failed... Exiting...
  1758. nvbuf_utils: dmabuf_fd 1274 mapped entry NOT found
  1759. nvbuf_utils: NvReleaseFd Failed... Exiting...
  1760. nvbuf_utils: dmabuf_fd 1254 mapped entry NOT found
  1761. nvbuf_utils: NvReleaseFd Failed... Exiting...
  1762. nvbuf_utils: dmabuf_fd 1256 mapped entry NOT found
  1763. nvbuf_utils: NvReleaseFd Failed... Exiting...
  1764. nvbuf_utils: dmabuf_fd 1258 mapped entry NOT found
  1765. nvbuf_utils: NvReleaseFd Failed... Exiting...
  1766. nvbuf_utils: dmabuf_fd 1260 mapped entry NOT found
  1767. nvbuf_utils: NvReleaseFd Failed... Exiting...
  1768. nvbuf_utils: dmabuf_fd 1262 mapped entry NOT found
  1769. nvbuf_utils: NvReleaseFd Failed... Exiting...
  1770. nvbuf_utils: dmabuf_fd 1264 mapped entry NOT found
  1771. nvbuf_utils: NvReleaseFd Failed... Exiting...
  1772. nvbuf_utils: dmabuf_fd 1266 mapped entry NOT found
  1773. nvbuf_utils: NvReleaseFd Failed... Exiting...
  1774. detected 0 objects in image
  1775.  
  1776. [TRT]    ------------------------------------------------
  1777. [TRT]    Timing Report networks/SSD-Mobilenet-v2/ssd_mobilenet_v2_coco.uff
  1778. [TRT]    ------------------------------------------------
  1779. [TRT]    Pre-Process   CPU   0.09651ms  CUDA   1.16292ms
  1780. [TRT]    Network       CPU  47.57849ms  CUDA  43.16552ms
  1781. [TRT]    Post-Process  CPU   0.03229ms  CUDA   0.03229ms
  1782. [TRT]    Total         CPU  47.70729ms  CUDA  44.36073ms
  1783. [TRT]    ------------------------------------------------
  1784.  
  1785. nvbuf_utils: dmabuf_fd 1268 mapped entry NOT found
  1786. nvbuf_utils: NvReleaseFd Failed... Exiting...
  1787. nvbuf_utils: dmabuf_fd 1270 mapped entry NOT found
  1788. nvbuf_utils: NvReleaseFd Failed... Exiting...
  1789. nvbuf_utils: dmabuf_fd 1272 mapped entry NOT found
  1790. nvbuf_utils: NvReleaseFd Failed... Exiting...
  1791. nvbuf_utils: dmabuf_fd 1274 mapped entry NOT found
  1792. nvbuf_utils: NvReleaseFd Failed... Exiting...
  1793. nvbuf_utils: dmabuf_fd 1254 mapped entry NOT found
  1794. nvbuf_utils: NvReleaseFd Failed... Exiting...
  1795. nvbuf_utils: dmabuf_fd 1256 mapped entry NOT found
  1796. nvbuf_utils: NvReleaseFd Failed... Exiting...
  1797. nvbuf_utils: dmabuf_fd 1258 mapped entry NOT found
  1798. nvbuf_utils: NvReleaseFd Failed... Exiting...
  1799. nvbuf_utils: dmabuf_fd 1260 mapped entry NOT found
  1800. nvbuf_utils: NvReleaseFd Failed... Exiting...
  1801. nvbuf_utils: dmabuf_fd 1262 mapped entry NOT found
  1802. nvbuf_utils: NvReleaseFd Failed... Exiting...
  1803. nvbuf_utils: dmabuf_fd 1264 mapped entry NOT found
  1804. nvbuf_utils: NvReleaseFd Failed... Exiting...
  1805. nvbuf_utils: dmabuf_fd 1266 mapped entry NOT found
  1806. nvbuf_utils: NvReleaseFd Failed... Exiting...
  1807. nvbuf_utils: dmabuf_fd 1268 mapped entry NOT found
  1808. nvbuf_utils: NvReleaseFd Failed... Exiting...
  1809. nvbuf_utils: dmabuf_fd 1270 mapped entry NOT found
  1810. nvbuf_utils: NvReleaseFd Failed... Exiting...
  1811. nvbuf_utils: dmabuf_fd 1272 mapped entry NOT found
  1812. nvbuf_utils: NvReleaseFd Failed... Exiting...
  1813. nvbuf_utils: dmabuf_fd 1274 mapped entry NOT found
  1814. nvbuf_utils: NvReleaseFd Failed... Exiting...
  1815. nvbuf_utils: dmabuf_fd 1254 mapped entry NOT found
  1816. nvbuf_utils: NvReleaseFd Failed... Exiting...
  1817. nvbuf_utils: dmabuf_fd 1256 mapped entry NOT found
  1818. nvbuf_utils: NvReleaseFd Failed... Exiting...
  1819. nvbuf_utils: dmabuf_fd 1258 mapped entry NOT found
  1820. nvbuf_utils: NvReleaseFd Failed... Exiting...
  1821. nvbuf_utils: dmabuf_fd 1260 mapped entry NOT found
  1822. nvbuf_utils: NvReleaseFd Failed... Exiting...
  1823. nvbuf_utils: dmabuf_fd 1262 mapped entry NOT found
  1824. nvbuf_utils: NvReleaseFd Failed... Exiting...
  1825. detected 0 objects in image
  1826.  
  1827. [TRT]    ------------------------------------------------
  1828. [TRT]    Timing Report networks/SSD-Mobilenet-v2/ssd_mobilenet_v2_coco.uff
  1829. [TRT]    ------------------------------------------------
  1830. [TRT]    Pre-Process   CPU   0.13407ms  CUDA   1.03536ms
  1831. [TRT]    Network       CPU  48.88377ms  CUDA  44.65505ms
  1832. [TRT]    Post-Process  CPU   0.10964ms  CUDA   0.19068ms
  1833. [TRT]    Total         CPU  49.12748ms  CUDA  45.88109ms
  1834. [TRT]    ------------------------------------------------
  1835.  
  1836. nvbuf_utils: dmabuf_fd 1266 mapped entry NOT found
  1837. nvbuf_utils: NvReleaseFd Failed... Exiting...
  1838. nvbuf_utils: dmabuf_fd 1264 mapped entry NOT found
  1839. nvbuf_utils: NvReleaseFd Failed... Exiting...
  1840. nvbuf_utils: dmabuf_fd 1268 mapped entry NOT found
  1841. nvbuf_utils: NvReleaseFd Failed... Exiting...
  1842. detected 0 objects in image
  1843.  
  1844. [TRT]    ------------------------------------------------
  1845. [TRT]    Timing Report networks/SSD-Mobilenet-v2/ssd_mobilenet_v2_coco.uff
  1846. [TRT]    ------------------------------------------------
  1847. [TRT]    Pre-Process   CPU   0.10516ms  CUDA   1.18823ms
  1848. [TRT]    Network       CPU  45.31214ms  CUDA  40.94823ms
  1849. [TRT]    Post-Process  CPU   0.02807ms  CUDA   0.02766ms
  1850. [TRT]    Total         CPU  45.44537ms  CUDA  42.16412ms
  1851. [TRT]    ------------------------------------------------
  1852.  
  1853. detected 0 objects in image
  1854.  
  1855. [TRT]    ------------------------------------------------
  1856. [TRT]    Timing Report networks/SSD-Mobilenet-v2/ssd_mobilenet_v2_coco.uff
  1857. [TRT]    ------------------------------------------------
  1858. [TRT]    Pre-Process   CPU   0.09610ms  CUDA   0.80745ms
  1859. [TRT]    Network       CPU  45.55673ms  CUDA  41.49875ms
  1860. [TRT]    Post-Process  CPU   0.03026ms  CUDA   0.02990ms
  1861. [TRT]    Total         CPU  45.68309ms  CUDA  42.33609ms
  1862. [TRT]    ------------------------------------------------
  1863.  
  1864. nvbuf_utils: dmabuf_fd 1274 mapped entry NOT found
  1865. nvbuf_utils: NvReleaseFd Failed... Exiting...
  1866. nvbuf_utils: dmabuf_fd 1254 mapped entry NOT found
  1867. nvbuf_utils: NvReleaseFd Failed... Exiting...
  1868. nvbuf_utils: dmabuf_fd 1272 mapped entry NOT found
  1869. nvbuf_utils: NvReleaseFd Failed... Exiting...
  1870. nvbuf_utils: dmabuf_fd 1256 mapped entry NOT found
  1871. nvbuf_utils: NvReleaseFd Failed... Exiting...
  1872. nvbuf_utils: dmabuf_fd 1258 mapped entry NOT found
  1873. nvbuf_utils: NvReleaseFd Failed... Exiting...
  1874. nvbuf_utils: dmabuf_fd 1260 mapped entry NOT found
  1875. nvbuf_utils: NvReleaseFd Failed... Exiting...
  1876. nvbuf_utils: dmabuf_fd 1262 mapped entry NOT found
  1877. nvbuf_utils: NvReleaseFd Failed... Exiting...
  1878. nvbuf_utils: dmabuf_fd 1264 mapped entry NOT found
  1879. nvbuf_utils: NvReleaseFd Failed... Exiting...
  1880. nvbuf_utils: dmabuf_fd 1266 mapped entry NOT found
  1881. nvbuf_utils: NvReleaseFd Failed... Exiting...
  1882. nvbuf_utils: dmabuf_fd 1268 mapped entry NOT found
  1883. nvbuf_utils: NvReleaseFd Failed... Exiting...
  1884. nvbuf_utils: dmabuf_fd 1270 mapped entry NOT found
  1885. nvbuf_utils: NvReleaseFd Failed... Exiting...
  1886. nvbuf_utils: dmabuf_fd 1272 mapped entry NOT found
  1887. nvbuf_utils: NvReleaseFd Failed... Exiting...
  1888. nvbuf_utils: dmabuf_fd 1274 mapped entry NOT found
  1889. nvbuf_utils: NvReleaseFd Failed... Exiting...
  1890. nvbuf_utils: dmabuf_fd 1254 mapped entry NOT found
  1891. nvbuf_utils: NvReleaseFd Failed... Exiting...
  1892. nvbuf_utils: dmabuf_fd 1256 mapped entry NOT found
  1893. nvbuf_utils: NvReleaseFd Failed... Exiting...
  1894. nvbuf_utils: dmabuf_fd 1258 mapped entry NOT found
  1895. nvbuf_utils: NvReleaseFd Failed... Exiting...
  1896. nvbuf_utils: dmabuf_fd 1260 mapped entry NOT found
  1897. nvbuf_utils: NvReleaseFd Failed... Exiting...
  1898. nvbuf_utils: dmabuf_fd 1262 mapped entry NOT found
  1899. nvbuf_utils: NvReleaseFd Failed... Exiting...
  1900. nvbuf_utils: dmabuf_fd 1264 mapped entry NOT found
  1901. nvbuf_utils: NvReleaseFd Failed... Exiting...
  1902. nvbuf_utils: dmabuf_fd 1266 mapped entry NOT found
  1903. nvbuf_utils: NvReleaseFd Failed... Exiting...
  1904. nvbuf_utils: dmabuf_fd 1268 mapped entry NOT found
  1905. nvbuf_utils: NvReleaseFd Failed... Exiting...
  1906. nvbuf_utils: dmabuf_fd 1270 mapped entry NOT found
  1907. nvbuf_utils: NvReleaseFd Failed... Exiting...
  1908. nvbuf_utils: dmabuf_fd 1272 mapped entry NOT found
  1909. nvbuf_utils: NvReleaseFd Failed... Exiting...
  1910. nvbuf_utils: dmabuf_fd 1274 mapped entry NOT found
  1911. nvbuf_utils: NvReleaseFd Failed... Exiting...
  1912. nvbuf_utils: dmabuf_fd 1254 mapped entry NOT found
  1913. nvbuf_utils: NvReleaseFd Failed... Exiting...
  1914. nvbuf_utils: dmabuf_fd 1256 mapped entry NOT found
  1915. nvbuf_utils: NvReleaseFd Failed... Exiting...
  1916. detected 0 objects in image
  1917.  
  1918. [TRT]    ------------------------------------------------
  1919. [TRT]    Timing Report networks/SSD-Mobilenet-v2/ssd_mobilenet_v2_coco.uff
  1920. [TRT]    ------------------------------------------------
  1921. [TRT]    Pre-Process   CPU   0.06792ms  CUDA   1.18229ms
  1922. [TRT]    Network       CPU  46.81738ms  CUDA  41.93714ms
  1923. [TRT]    Post-Process  CPU   0.06271ms  CUDA   0.00047ms
  1924. [TRT]    Total         CPU  46.94800ms  CUDA  43.11990ms
  1925. [TRT]    ------------------------------------------------
  1926.  
  1927. nvbuf_utils: dmabuf_fd 1260 mapped entry NOT found
  1928. nvbuf_utils: NvReleaseFd Failed... Exiting...
  1929. nvbuf_utils: dmabuf_fd 1258 mapped entry NOT found
  1930. nvbuf_utils: NvReleaseFd Failed... Exiting...
  1931. nvbuf_utils: dmabuf_fd 1262 mapped entry NOT found
  1932. nvbuf_utils: NvReleaseFd Failed... Exiting...
  1933. nvbuf_utils: dmabuf_fd 1264 mapped entry NOT found
  1934. nvbuf_utils: NvReleaseFd Failed... Exiting...
  1935. nvbuf_utils: dmabuf_fd 1266 mapped entry NOT found
  1936. nvbuf_utils: NvReleaseFd Failed... Exiting...
  1937. nvbuf_utils: dmabuf_fd 1268 mapped entry NOT found
  1938. nvbuf_utils: NvReleaseFd Failed... Exiting...
  1939. nvbuf_utils: dmabuf_fd 1270 mapped entry NOT found
  1940. nvbuf_utils: NvReleaseFd Failed... Exiting...
  1941. nvbuf_utils: dmabuf_fd 1272 mapped entry NOT found
  1942. nvbuf_utils: NvReleaseFd Failed... Exiting...
  1943. nvbuf_utils: dmabuf_fd 1274 mapped entry NOT found
  1944. nvbuf_utils: NvReleaseFd Failed... Exiting...
  1945. nvbuf_utils: dmabuf_fd 1254 mapped entry NOT found
  1946. nvbuf_utils: NvReleaseFd Failed... Exiting...
  1947. nvbuf_utils: dmabuf_fd 1256 mapped entry NOT found
  1948. nvbuf_utils: NvReleaseFd Failed... Exiting...
  1949. nvbuf_utils: dmabuf_fd 1258 mapped entry NOT found
  1950. nvbuf_utils: NvReleaseFd Failed... Exiting...
  1951. nvbuf_utils: dmabuf_fd 1260 mapped entry NOT found
  1952. nvbuf_utils: NvReleaseFd Failed... Exiting...
  1953. nvbuf_utils: dmabuf_fd 1262 mapped entry NOT found
  1954. nvbuf_utils: NvReleaseFd Failed... Exiting...
  1955. nvbuf_utils: dmabuf_fd 1264 mapped entry NOT found
  1956. nvbuf_utils: NvReleaseFd Failed... Exiting...
  1957. nvbuf_utils: dmabuf_fd 1266 mapped entry NOT found
  1958. nvbuf_utils: NvReleaseFd Failed... Exiting...
  1959. nvbuf_utils: dmabuf_fd 1268 mapped entry NOT found
  1960. nvbuf_utils: NvReleaseFd Failed... Exiting...
  1961. nvbuf_utils: dmabuf_fd 1270 mapped entry NOT found
  1962. nvbuf_utils: NvReleaseFd Failed... Exiting...
  1963. nvbuf_utils: dmabuf_fd 1272 mapped entry NOT found
  1964. nvbuf_utils: NvReleaseFd Failed... Exiting...
  1965. nvbuf_utils: dmabuf_fd 1274 mapped entry NOT found
  1966. nvbuf_utils: NvReleaseFd Failed... Exiting...
  1967. detected 0 objects in image
  1968.  
  1969. [TRT]    ------------------------------------------------
  1970. [TRT]    Timing Report networks/SSD-Mobilenet-v2/ssd_mobilenet_v2_coco.uff
  1971. [TRT]    ------------------------------------------------
  1972. [TRT]    Pre-Process   CPU   0.11313ms  CUDA   1.07536ms
  1973. [TRT]    Network       CPU  48.42934ms  CUDA  43.66813ms
  1974. [TRT]    Post-Process  CPU   0.03464ms  CUDA   0.03490ms
  1975. [TRT]    Total         CPU  48.57710ms  CUDA  44.77839ms
  1976. [TRT]    ------------------------------------------------
  1977.  
  1978. nvbuf_utils: dmabuf_fd 1254 mapped entry NOT found
  1979. nvbuf_utils: NvReleaseFd Failed... Exiting...
  1980. nvbuf_utils: dmabuf_fd 1256 mapped entry NOT found
  1981. nvbuf_utils: NvReleaseFd Failed... Exiting...
  1982. nvbuf_utils: dmabuf_fd 1258 mapped entry NOT found
  1983. nvbuf_utils: NvReleaseFd Failed... Exiting...
  1984. detected 0 objects in image
  1985.  
  1986. [TRT]    ------------------------------------------------
  1987. [TRT]    Timing Report networks/SSD-Mobilenet-v2/ssd_mobilenet_v2_coco.uff
  1988. [TRT]    ------------------------------------------------
  1989. [TRT]    Pre-Process   CPU   0.06927ms  CUDA   1.13766ms
  1990. [TRT]    Network       CPU  45.44662ms  CUDA  40.67005ms
  1991. [TRT]    Post-Process  CPU   0.03047ms  CUDA   0.03052ms
  1992. [TRT]    Total         CPU  45.54636ms  CUDA  41.83823ms
  1993. [TRT]    ------------------------------------------------
  1994.  
  1995. detected 0 objects in image
  1996.  
  1997. [TRT]    ------------------------------------------------
  1998. [TRT]    Timing Report networks/SSD-Mobilenet-v2/ssd_mobilenet_v2_coco.uff
  1999. [TRT]    ------------------------------------------------
  2000. [TRT]    Pre-Process   CPU   0.05771ms  CUDA   0.81891ms
  2001. [TRT]    Network       CPU  43.67148ms  CUDA  39.37604ms
  2002. [TRT]    Post-Process  CPU   0.03042ms  CUDA   0.00057ms
  2003. [TRT]    Total         CPU  43.75961ms  CUDA  40.19552ms
  2004. [TRT]    ------------------------------------------------
  2005.  
  2006. nvbuf_utils: dmabuf_fd 1264 mapped entry NOT found
  2007. nvbuf_utils: NvReleaseFd Failed... Exiting...
  2008. nvbuf_utils: dmabuf_fd 1266 mapped entry NOT found
  2009. nvbuf_utils: NvReleaseFd Failed... Exiting...
  2010. nvbuf_utils: dmabuf_fd 1268 mapped entry NOT found
  2011. nvbuf_utils: NvReleaseFd Failed... Exiting...
  2012. nvbuf_utils: dmabuf_fd 1270 mapped entry NOT found
  2013. nvbuf_utils: NvReleaseFd Failed... Exiting...
  2014. nvbuf_utils: dmabuf_fd 1262 mapped entry NOT found
  2015. nvbuf_utils: NvReleaseFd Failed... Exiting...
  2016. nvbuf_utils: dmabuf_fd 1272 mapped entry NOT found
  2017. nvbuf_utils: NvReleaseFd Failed... Exiting...
  2018. nvbuf_utils: dmabuf_fd 1274 mapped entry NOT found
  2019. nvbuf_utils: NvReleaseFd Failed... Exiting...
  2020. nvbuf_utils: dmabuf_fd 1254 mapped entry NOT found
  2021. nvbuf_utils: NvReleaseFd Failed... Exiting...
  2022. nvbuf_utils: dmabuf_fd 1256 mapped entry NOT found
  2023. nvbuf_utils: NvReleaseFd Failed... Exiting...
  2024. nvbuf_utils: dmabuf_fd 1258 mapped entry NOT found
  2025. nvbuf_utils: NvReleaseFd Failed... Exiting...
  2026. nvbuf_utils: dmabuf_fd 1260 mapped entry NOT found
  2027. nvbuf_utils: NvReleaseFd Failed... Exiting...
  2028. nvbuf_utils: dmabuf_fd 1262 mapped entry NOT found
  2029. nvbuf_utils: NvReleaseFd Failed... Exiting...
  2030. nvbuf_utils: dmabuf_fd 1264 mapped entry NOT found
  2031. nvbuf_utils: NvReleaseFd Failed... Exiting...
  2032. nvbuf_utils: dmabuf_fd 1266 mapped entry NOT found
  2033. nvbuf_utils: NvReleaseFd Failed... Exiting...
  2034. nvbuf_utils: dmabuf_fd 1268 mapped entry NOT found
  2035. nvbuf_utils: NvReleaseFd Failed... Exiting...
  2036. nvbuf_utils: dmabuf_fd 1270 mapped entry NOT found
  2037. nvbuf_utils: NvReleaseFd Failed... Exiting...
  2038. nvbuf_utils: dmabuf_fd 1272 mapped entry NOT found
  2039. nvbuf_utils: NvReleaseFd Failed... Exiting...
  2040. nvbuf_utils: dmabuf_fd 1274 mapped entry NOT found
  2041. nvbuf_utils: NvReleaseFd Failed... Exiting...
  2042. nvbuf_utils: dmabuf_fd 1254 mapped entry NOT found
  2043. nvbuf_utils: NvReleaseFd Failed... Exiting...
  2044. nvbuf_utils: dmabuf_fd 1256 mapped entry NOT found
  2045. nvbuf_utils: NvReleaseFd Failed... Exiting...
  2046. nvbuf_utils: dmabuf_fd 1258 mapped entry NOT found
  2047. nvbuf_utils: NvReleaseFd Failed... Exiting...
  2048. nvbuf_utils: dmabuf_fd 1260 mapped entry NOT found
  2049. nvbuf_utils: NvReleaseFd Failed... Exiting...
  2050. nvbuf_utils: dmabuf_fd 1262 mapped entry NOT found
  2051. nvbuf_utils: NvReleaseFd Failed... Exiting...
  2052. nvbuf_utils: dmabuf_fd 1264 mapped entry NOT found
  2053. nvbuf_utils: NvReleaseFd Failed... Exiting...
  2054. nvbuf_utils: dmabuf_fd 1266 mapped entry NOT found
  2055. nvbuf_utils: NvReleaseFd Failed... Exiting...
  2056. nvbuf_utils: dmabuf_fd 1268 mapped entry NOT found
  2057. nvbuf_utils: NvReleaseFd Failed... Exiting...
  2058. detected 0 objects in image
  2059.  
  2060. [TRT]    ------------------------------------------------
  2061. [TRT]    Timing Report networks/SSD-Mobilenet-v2/ssd_mobilenet_v2_coco.uff
  2062. [TRT]    ------------------------------------------------
  2063. [TRT]    Pre-Process   CPU   0.09203ms  CUDA   1.14828ms
  2064. [TRT]    Network       CPU  46.36263ms  CUDA  41.51198ms
  2065. [TRT]    Post-Process  CPU   0.05667ms  CUDA   0.05891ms
  2066. [TRT]    Total         CPU  46.51133ms  CUDA  42.71917ms
  2067. [TRT]    ------------------------------------------------
  2068.  
  2069. nvbuf_utils: dmabuf_fd 1270 mapped entry NOT found
  2070. nvbuf_utils: NvReleaseFd Failed... Exiting...
  2071. nvbuf_utils: dmabuf_fd 1272 mapped entry NOT found
  2072. nvbuf_utils: NvReleaseFd Failed... Exiting...
  2073. nvbuf_utils: dmabuf_fd 1274 mapped entry NOT found
  2074. nvbuf_utils: NvReleaseFd Failed... Exiting...
  2075. nvbuf_utils: dmabuf_fd 1254 mapped entry NOT found
  2076. nvbuf_utils: NvReleaseFd Failed... Exiting...
  2077. nvbuf_utils: dmabuf_fd 1256 mapped entry NOT found
  2078. nvbuf_utils: NvReleaseFd Failed... Exiting...
  2079. nvbuf_utils: dmabuf_fd 1258 mapped entry NOT found
  2080. nvbuf_utils: NvReleaseFd Failed... Exiting...
  2081. nvbuf_utils: dmabuf_fd 1260 mapped entry NOT found
  2082. nvbuf_utils: NvReleaseFd Failed... Exiting...
  2083. nvbuf_utils: dmabuf_fd 1262 mapped entry NOT found
  2084. nvbuf_utils: NvReleaseFd Failed... Exiting...
  2085. nvbuf_utils: dmabuf_fd 1264 mapped entry NOT found
  2086. nvbuf_utils: NvReleaseFd Failed... Exiting...
  2087. nvbuf_utils: dmabuf_fd 1266 mapped entry NOT found
  2088. nvbuf_utils: NvReleaseFd Failed... Exiting...
  2089. nvbuf_utils: dmabuf_fd 1268 mapped entry NOT found
  2090. nvbuf_utils: NvReleaseFd Failed... Exiting...
  2091. nvbuf_utils: dmabuf_fd 1270 mapped entry NOT found
  2092. nvbuf_utils: NvReleaseFd Failed... Exiting...
  2093. nvbuf_utils: dmabuf_fd 1272 mapped entry NOT found
  2094. nvbuf_utils: NvReleaseFd Failed... Exiting...
  2095. nvbuf_utils: dmabuf_fd 1274 mapped entry NOT found
  2096. nvbuf_utils: NvReleaseFd Failed... Exiting...
  2097. nvbuf_utils: dmabuf_fd 1254 mapped entry NOT found
  2098. nvbuf_utils: NvReleaseFd Failed... Exiting...
  2099. nvbuf_utils: dmabuf_fd 1256 mapped entry NOT found
  2100. nvbuf_utils: NvReleaseFd Failed... Exiting...
  2101. nvbuf_utils: dmabuf_fd 1258 mapped entry NOT found
  2102. nvbuf_utils: NvReleaseFd Failed... Exiting...
  2103. nvbuf_utils: dmabuf_fd 1260 mapped entry NOT found
  2104. nvbuf_utils: NvReleaseFd Failed... Exiting...
  2105. detected 0 objects in image
  2106.  
  2107. [TRT]    ------------------------------------------------
  2108. [TRT]    Timing Report networks/SSD-Mobilenet-v2/ssd_mobilenet_v2_coco.uff
  2109. [TRT]    ------------------------------------------------
  2110. [TRT]    Pre-Process   CPU   0.12896ms  CUDA   1.03562ms
  2111. [TRT]    Network       CPU  47.02618ms  CUDA  42.47026ms
  2112. [TRT]    Post-Process  CPU   0.03141ms  CUDA   0.00052ms
  2113. [TRT]    Total         CPU  47.18654ms  CUDA  43.50641ms
  2114. [TRT]    ------------------------------------------------
  2115.  
  2116. nvbuf_utils: dmabuf_fd 1262 mapped entry NOT found
  2117. nvbuf_utils: NvReleaseFd Failed... Exiting...
  2118. nvbuf_utils: dmabuf_fd 1264 mapped entry NOT found
  2119. nvbuf_utils: NvReleaseFd Failed... Exiting...
  2120. nvbuf_utils: dmabuf_fd 1266 mapped entry NOT found
  2121. nvbuf_utils: NvReleaseFd Failed... Exiting...
  2122. nvbuf_utils: dmabuf_fd 1268 mapped entry NOT found
  2123. nvbuf_utils: NvReleaseFd Failed... Exiting...
  2124. nvbuf_utils: dmabuf_fd 1270 mapped entry NOT found
  2125. nvbuf_utils: NvReleaseFd Failed... Exiting...
  2126. detected 0 objects in image
  2127.  
  2128. [TRT]    ------------------------------------------------
  2129. [TRT]    Timing Report networks/SSD-Mobilenet-v2/ssd_mobilenet_v2_coco.uff
  2130. [TRT]    ------------------------------------------------
  2131. [TRT]    Pre-Process   CPU   0.09526ms  CUDA   1.12177ms
  2132. [TRT]    Network       CPU  45.21791ms  CUDA  40.14901ms
  2133. [TRT]    Post-Process  CPU   0.05302ms  CUDA   0.00120ms
  2134. [TRT]    Total         CPU  45.36619ms  CUDA  41.27198ms
  2135. [TRT]    ------------------------------------------------
  2136.  
  2137. detected 0 objects in image
  2138.  
  2139. [TRT]    ------------------------------------------------
  2140. [TRT]    Timing Report networks/SSD-Mobilenet-v2/ssd_mobilenet_v2_coco.uff
  2141. [TRT]    ------------------------------------------------
  2142. [TRT]    Pre-Process   CPU   0.08724ms  CUDA   0.84609ms
  2143. [TRT]    Network       CPU  44.35789ms  CUDA  39.82713ms
  2144. [TRT]    Post-Process  CPU   0.03250ms  CUDA   0.03250ms
  2145. [TRT]    Total         CPU  44.47764ms  CUDA  40.70573ms
  2146. [TRT]    ------------------------------------------------
  2147.  
  2148. nvbuf_utils: dmabuf_fd 1254 mapped entry NOT found
  2149. nvbuf_utils: NvReleaseFd Failed... Exiting...
  2150. nvbuf_utils: dmabuf_fd 1256 mapped entry NOT found
  2151. nvbuf_utils: NvReleaseFd Failed... Exiting...
  2152. nvbuf_utils: dmabuf_fd 1274 mapped entry NOT found
  2153. nvbuf_utils: NvReleaseFd Failed... Exiting...
  2154. nvbuf_utils: dmabuf_fd 1258 mapped entry NOT found
  2155. nvbuf_utils: NvReleaseFd Failed... Exiting...
  2156. nvbuf_utils: dmabuf_fd 1260 mapped entry NOT found
  2157. nvbuf_utils: NvReleaseFd Failed... Exiting...
  2158. nvbuf_utils: dmabuf_fd 1262 mapped entry NOT found
  2159. nvbuf_utils: NvReleaseFd Failed... Exiting...
  2160. nvbuf_utils: dmabuf_fd 1264 mapped entry NOT found
  2161. nvbuf_utils: NvReleaseFd Failed... Exiting...
  2162. nvbuf_utils: dmabuf_fd 1266 mapped entry NOT found
  2163. nvbuf_utils: NvReleaseFd Failed... Exiting...
  2164. nvbuf_utils: dmabuf_fd 1268 mapped entry NOT found
  2165. nvbuf_utils: NvReleaseFd Failed... Exiting...
  2166. nvbuf_utils: dmabuf_fd 1270 mapped entry NOT found
  2167. nvbuf_utils: NvReleaseFd Failed... Exiting...
  2168. nvbuf_utils: dmabuf_fd 1272 mapped entry NOT found
  2169. nvbuf_utils: NvReleaseFd Failed... Exiting...
  2170. nvbuf_utils: dmabuf_fd 1274 mapped entry NOT found
  2171. nvbuf_utils: NvReleaseFd Failed... Exiting...
  2172. nvbuf_utils: dmabuf_fd 1254 mapped entry NOT found
  2173. nvbuf_utils: NvReleaseFd Failed... Exiting...
  2174. nvbuf_utils: dmabuf_fd 1256 mapped entry NOT found
  2175. nvbuf_utils: NvReleaseFd Failed... Exiting...
  2176. nvbuf_utils: dmabuf_fd 1258 mapped entry NOT found
  2177. nvbuf_utils: NvReleaseFd Failed... Exiting...
  2178. nvbuf_utils: dmabuf_fd 1260 mapped entry NOT found
  2179. nvbuf_utils: NvReleaseFd Failed... Exiting...
  2180. nvbuf_utils: dmabuf_fd 1262 mapped entry NOT found
  2181. nvbuf_utils: NvReleaseFd Failed... Exiting...
  2182. nvbuf_utils: dmabuf_fd 1264 mapped entry NOT found
  2183. nvbuf_utils: NvReleaseFd Failed... Exiting...
  2184. nvbuf_utils: dmabuf_fd 1266 mapped entry NOT found
  2185. nvbuf_utils: NvReleaseFd Failed... Exiting...
  2186. nvbuf_utils: dmabuf_fd 1268 mapped entry NOT found
  2187. nvbuf_utils: NvReleaseFd Failed... Exiting...
  2188. nvbuf_utils: dmabuf_fd 1270 mapped entry NOT found
  2189. nvbuf_utils: NvReleaseFd Failed... Exiting...
  2190. nvbuf_utils: dmabuf_fd 1272 mapped entry NOT found
  2191. nvbuf_utils: NvReleaseFd Failed... Exiting...
  2192. nvbuf_utils: dmabuf_fd 1274 mapped entry NOT found
  2193. nvbuf_utils: NvReleaseFd Failed... Exiting...
  2194. nvbuf_utils: dmabuf_fd 1254 mapped entry NOT found
  2195. nvbuf_utils: NvReleaseFd Failed... Exiting...
  2196. nvbuf_utils: dmabuf_fd 1256 mapped entry NOT found
  2197. nvbuf_utils: NvReleaseFd Failed... Exiting...
  2198. nvbuf_utils: dmabuf_fd 1258 mapped entry NOT found
  2199. nvbuf_utils: NvReleaseFd Failed... Exiting...
  2200. detected 0 objects in image
  2201.  
  2202. [TRT]    ------------------------------------------------
  2203. [TRT]    Timing Report networks/SSD-Mobilenet-v2/ssd_mobilenet_v2_coco.uff
  2204. [TRT]    ------------------------------------------------
  2205. [TRT]    Pre-Process   CPU   0.06792ms  CUDA   1.12995ms
  2206. [TRT]    Network       CPU  46.90065ms  CUDA  41.98510ms
  2207. [TRT]    Post-Process  CPU   0.03271ms  CUDA   0.03307ms
  2208. [TRT]    Total         CPU  47.00127ms  CUDA  43.14812ms
  2209. [TRT]    ------------------------------------------------
  2210.  
  2211. nvbuf_utils: dmabuf_fd 1262 mapped entry NOT found
  2212. nvbuf_utils: NvReleaseFd Failed... Exiting...
  2213. nvbuf_utils: dmabuf_fd 1260 mapped entry NOT found
  2214. nvbuf_utils: NvReleaseFd Failed... Exiting...
  2215. nvbuf_utils: dmabuf_fd 1264 mapped entry NOT found
  2216. nvbuf_utils: NvReleaseFd Failed... Exiting...
  2217. nvbuf_utils: dmabuf_fd 1266 mapped entry NOT found
  2218. nvbuf_utils: NvReleaseFd Failed... Exiting...
  2219. nvbuf_utils: dmabuf_fd 1268 mapped entry NOT found
  2220. nvbuf_utils: NvReleaseFd Failed... Exiting...
  2221. nvbuf_utils: dmabuf_fd 1270 mapped entry NOT found
  2222. nvbuf_utils: NvReleaseFd Failed... Exiting...
  2223. nvbuf_utils: dmabuf_fd 1272 mapped entry NOT found
  2224. nvbuf_utils: NvReleaseFd Failed... Exiting...
  2225. nvbuf_utils: dmabuf_fd 1274 mapped entry NOT found
  2226. nvbuf_utils: NvReleaseFd Failed... Exiting...
  2227. nvbuf_utils: dmabuf_fd 1254 mapped entry NOT found
  2228. nvbuf_utils: NvReleaseFd Failed... Exiting...
  2229. nvbuf_utils: dmabuf_fd 1256 mapped entry NOT found
  2230. nvbuf_utils: NvReleaseFd Failed... Exiting...
  2231. nvbuf_utils: dmabuf_fd 1258 mapped entry NOT found
  2232. nvbuf_utils: NvReleaseFd Failed... Exiting...
  2233. nvbuf_utils: dmabuf_fd 1260 mapped entry NOT found
  2234. nvbuf_utils: NvReleaseFd Failed... Exiting...
  2235. nvbuf_utils: dmabuf_fd 1262 mapped entry NOT found
  2236. nvbuf_utils: NvReleaseFd Failed... Exiting...
  2237. nvbuf_utils: dmabuf_fd 1264 mapped entry NOT found
  2238. nvbuf_utils: NvReleaseFd Failed... Exiting...
  2239. nvbuf_utils: dmabuf_fd 1266 mapped entry NOT found
  2240. nvbuf_utils: NvReleaseFd Failed... Exiting...
  2241. nvbuf_utils: dmabuf_fd 1268 mapped entry NOT found
  2242. nvbuf_utils: NvReleaseFd Failed... Exiting...
  2243. nvbuf_utils: dmabuf_fd 1270 mapped entry NOT found
  2244. nvbuf_utils: NvReleaseFd Failed... Exiting...
  2245. nvbuf_utils: dmabuf_fd 1272 mapped entry NOT found
  2246. nvbuf_utils: NvReleaseFd Failed... Exiting...
  2247. detected 0 objects in image
  2248.  
  2249. [TRT]    ------------------------------------------------
  2250. [TRT]    Timing Report networks/SSD-Mobilenet-v2/ssd_mobilenet_v2_coco.uff
  2251. [TRT]    ------------------------------------------------
  2252. [TRT]    Pre-Process   CPU   0.09474ms  CUDA   0.99813ms
  2253. [TRT]    Network       CPU  47.21946ms  CUDA  43.09240ms
  2254. [TRT]    Post-Process  CPU   0.08781ms  CUDA   0.00052ms
  2255. [TRT]    Total         CPU  47.40202ms  CUDA  44.09104ms
  2256. [TRT]    ------------------------------------------------
  2257.  
  2258. nvbuf_utils: dmabuf_fd 1254 mapped entry NOT found
  2259. nvbuf_utils: NvReleaseFd Failed... Exiting...
  2260. nvbuf_utils: dmabuf_fd 1274 mapped entry NOT found
  2261. nvbuf_utils: NvReleaseFd Failed... Exiting...
  2262. nvbuf_utils: dmabuf_fd 1256 mapped entry NOT found
  2263. nvbuf_utils: NvReleaseFd Failed... Exiting...
  2264. nvbuf_utils: dmabuf_fd 1258 mapped entry NOT found
  2265. nvbuf_utils: NvReleaseFd Failed... Exiting...
  2266. nvbuf_utils: dmabuf_fd 1260 mapped entry NOT found
  2267. nvbuf_utils: NvReleaseFd Failed... Exiting...
  2268. detected 0 objects in image
  2269.  
  2270. [TRT]    ------------------------------------------------
  2271. [TRT]    Timing Report networks/SSD-Mobilenet-v2/ssd_mobilenet_v2_coco.uff
  2272. [TRT]    ------------------------------------------------
  2273. [TRT]    Pre-Process   CPU   0.08912ms  CUDA   1.10901ms
  2274. [TRT]    Network       CPU  45.83870ms  CUDA  41.30776ms
  2275. [TRT]    Post-Process  CPU   0.02745ms  CUDA   0.02745ms
  2276. [TRT]    Total         CPU  45.95527ms  CUDA  42.44421ms
  2277. [TRT]    ------------------------------------------------
  2278.  
  2279. detected 0 objects in image
  2280.  
  2281. [TRT]    ------------------------------------------------
  2282. [TRT]    Timing Report networks/SSD-Mobilenet-v2/ssd_mobilenet_v2_coco.uff
  2283. [TRT]    ------------------------------------------------
  2284. [TRT]    Pre-Process   CPU   0.10011ms  CUDA   0.82823ms
  2285. [TRT]    Network       CPU  43.25084ms  CUDA  39.17255ms
  2286. [TRT]    Post-Process  CPU   0.03125ms  CUDA   0.03182ms
  2287. [TRT]    Total         CPU  43.38219ms  CUDA  40.03260ms
  2288. [TRT]    ------------------------------------------------
  2289.  
  2290. nvbuf_utils: dmabuf_fd 1266 mapped entry NOT found
  2291. nvbuf_utils: NvReleaseFd Failed... Exiting...
  2292. nvbuf_utils: dmabuf_fd 1268 mapped entry NOT found
  2293. nvbuf_utils: NvReleaseFd Failed... Exiting...
  2294. nvbuf_utils: dmabuf_fd 1270 mapped entry NOT found
  2295. nvbuf_utils: NvReleaseFd Failed... Exiting...
  2296. nvbuf_utils: dmabuf_fd 1272 mapped entry NOT found
  2297. nvbuf_utils: NvReleaseFd Failed... Exiting...
  2298. nvbuf_utils: dmabuf_fd 1274 mapped entry NOT found
  2299. nvbuf_utils: NvReleaseFd Failed... Exiting...
  2300. nvbuf_utils: dmabuf_fd 1254 mapped entry NOT found
  2301. nvbuf_utils: NvReleaseFd Failed... Exiting...
  2302. nvbuf_utils: dmabuf_fd 1256 mapped entry NOT found
  2303. nvbuf_utils: NvReleaseFd Failed... Exiting...
  2304. nvbuf_utils: dmabuf_fd 1258 mapped entry NOT found
  2305. nvbuf_utils: NvReleaseFd Failed... Exiting...
  2306. nvbuf_utils: dmabuf_fd 1260 mapped entry NOT found
  2307. nvbuf_utils: NvReleaseFd Failed... Exiting...
  2308. nvbuf_utils: dmabuf_fd 1264 mapped entry NOT found
  2309. nvbuf_utils: NvReleaseFd Failed... Exiting...
  2310. nvbuf_utils: dmabuf_fd 1262 mapped entry NOT found
  2311. nvbuf_utils: NvReleaseFd Failed... Exiting...
  2312. nvbuf_utils: dmabuf_fd 1264 mapped entry NOT found
  2313. nvbuf_utils: NvReleaseFd Failed... Exiting...
  2314. nvbuf_utils: dmabuf_fd 1266 mapped entry NOT found
  2315. nvbuf_utils: NvReleaseFd Failed... Exiting...
  2316. nvbuf_utils: dmabuf_fd 1268 mapped entry NOT found
  2317. nvbuf_utils: NvReleaseFd Failed... Exiting...
  2318. nvbuf_utils: dmabuf_fd 1270 mapped entry NOT found
  2319. nvbuf_utils: NvReleaseFd Failed... Exiting...
  2320. nvbuf_utils: dmabuf_fd 1272 mapped entry NOT found
  2321. nvbuf_utils: NvReleaseFd Failed... Exiting...
  2322. nvbuf_utils: dmabuf_fd 1274 mapped entry NOT found
  2323. nvbuf_utils: NvReleaseFd Failed... Exiting...
  2324. nvbuf_utils: dmabuf_fd 1254 mapped entry NOT found
  2325. nvbuf_utils: NvReleaseFd Failed... Exiting...
  2326. nvbuf_utils: dmabuf_fd 1256 mapped entry NOT found
  2327. nvbuf_utils: NvReleaseFd Failed... Exiting...
  2328. nvbuf_utils: dmabuf_fd 1258 mapped entry NOT found
  2329. nvbuf_utils: NvReleaseFd Failed... Exiting...
  2330. nvbuf_utils: dmabuf_fd 1260 mapped entry NOT found
  2331. nvbuf_utils: NvReleaseFd Failed... Exiting...
  2332. nvbuf_utils: dmabuf_fd 1262 mapped entry NOT found
  2333. nvbuf_utils: NvReleaseFd Failed... Exiting...
  2334. nvbuf_utils: dmabuf_fd 1264 mapped entry NOT found
  2335. nvbuf_utils: NvReleaseFd Failed... Exiting...
  2336. nvbuf_utils: dmabuf_fd 1266 mapped entry NOT found
  2337. nvbuf_utils: NvReleaseFd Failed... Exiting...
  2338. nvbuf_utils: dmabuf_fd 1268 mapped entry NOT found
  2339. nvbuf_utils: NvReleaseFd Failed... Exiting...
  2340. nvbuf_utils: dmabuf_fd 1270 mapped entry NOT found
  2341. nvbuf_utils: NvReleaseFd Failed... Exiting...
  2342. nvbuf_utils: dmabuf_fd 1272 mapped entry NOT found
  2343. nvbuf_utils: NvReleaseFd Failed... Exiting...
  2344. detected 0 objects in image
  2345.  
  2346. [TRT]    ------------------------------------------------
  2347. [TRT]    Timing Report networks/SSD-Mobilenet-v2/ssd_mobilenet_v2_coco.uff
  2348. [TRT]    ------------------------------------------------
  2349. [TRT]    Pre-Process   CPU   0.10240ms  CUDA   1.14271ms
  2350. [TRT]    Network       CPU  46.65887ms  CUDA  42.11427ms
  2351. [TRT]    Post-Process  CPU   0.03354ms  CUDA   0.03318ms
  2352. [TRT]    Total         CPU  46.79481ms  CUDA  43.29015ms
  2353. [TRT]    ------------------------------------------------
  2354.  
  2355. nvbuf_utils: dmabuf_fd 1274 mapped entry NOT found
  2356. nvbuf_utils: NvReleaseFd Failed... Exiting...
  2357. nvbuf_utils: dmabuf_fd 1254 mapped entry NOT found
  2358. nvbuf_utils: NvReleaseFd Failed... Exiting...
  2359. nvbuf_utils: dmabuf_fd 1256 mapped entry NOT found
  2360. nvbuf_utils: NvReleaseFd Failed... Exiting...
  2361. nvbuf_utils: dmabuf_fd 1258 mapped entry NOT found
  2362. nvbuf_utils: NvReleaseFd Failed... Exiting...
  2363. nvbuf_utils: dmabuf_fd 1260 mapped entry NOT found
  2364. nvbuf_utils: NvReleaseFd Failed... Exiting...
  2365. nvbuf_utils: dmabuf_fd 1262 mapped entry NOT found
  2366. nvbuf_utils: NvReleaseFd Failed... Exiting...
  2367. nvbuf_utils: dmabuf_fd 1264 mapped entry NOT found
  2368. nvbuf_utils: NvReleaseFd Failed... Exiting...
  2369. nvbuf_utils: dmabuf_fd 1266 mapped entry NOT found
  2370. nvbuf_utils: NvReleaseFd Failed... Exiting...
  2371. nvbuf_utils: dmabuf_fd 1268 mapped entry NOT found
  2372. nvbuf_utils: NvReleaseFd Failed... Exiting...
  2373. nvbuf_utils: dmabuf_fd 1270 mapped entry NOT found
  2374. nvbuf_utils: NvReleaseFd Failed... Exiting...
  2375. nvbuf_utils: dmabuf_fd 1272 mapped entry NOT found
  2376. nvbuf_utils: NvReleaseFd Failed... Exiting...
  2377. nvbuf_utils: dmabuf_fd 1274 mapped entry NOT found
  2378. nvbuf_utils: NvReleaseFd Failed... Exiting...
  2379. nvbuf_utils: dmabuf_fd 1254 mapped entry NOT found
  2380. nvbuf_utils: NvReleaseFd Failed... Exiting...
  2381. nvbuf_utils: dmabuf_fd 1256 mapped entry NOT found
  2382. nvbuf_utils: NvReleaseFd Failed... Exiting...
  2383. nvbuf_utils: dmabuf_fd 1258 mapped entry NOT found
  2384. nvbuf_utils: NvReleaseFd Failed... Exiting...
  2385. nvbuf_utils: dmabuf_fd 1260 mapped entry NOT found
  2386. nvbuf_utils: NvReleaseFd Failed... Exiting...
  2387. nvbuf_utils: dmabuf_fd 1262 mapped entry NOT found
  2388. nvbuf_utils: NvReleaseFd Failed... Exiting...
  2389. nvbuf_utils: dmabuf_fd 1264 mapped entry NOT found
  2390. nvbuf_utils: NvReleaseFd Failed... Exiting...
  2391. nvbuf_utils: dmabuf_fd 1266 mapped entry NOT found
  2392. nvbuf_utils: NvReleaseFd Failed... Exiting...
  2393. detected 0 objects in image
  2394.  
  2395. [TRT]    ------------------------------------------------
  2396. [TRT]    Timing Report networks/SSD-Mobilenet-v2/ssd_mobilenet_v2_coco.uff
  2397. [TRT]    ------------------------------------------------
  2398. [TRT]    Pre-Process   CPU   0.12683ms  CUDA   1.11953ms
  2399. [TRT]    Network       CPU  47.09758ms  CUDA  44.38568ms
  2400. [TRT]    Post-Process  CPU   0.05729ms  CUDA   0.05651ms
  2401. [TRT]    Total         CPU  47.28170ms  CUDA  45.56172ms
  2402. [TRT]    ------------------------------------------------
  2403.  
  2404. nvbuf_utils: dmabuf_fd 1270 mapped entry NOT found
  2405. nvbuf_utils: NvReleaseFd Failed... Exiting...
  2406. nvbuf_utils: dmabuf_fd 1268 mapped entry NOT found
  2407. nvbuf_utils: NvReleaseFd Failed... Exiting...
  2408. nvbuf_utils: dmabuf_fd 1272 mapped entry NOT found
  2409. nvbuf_utils: NvReleaseFd Failed... Exiting...
  2410. detected 0 objects in image
  2411.  
  2412. [TRT]    ------------------------------------------------
  2413. [TRT]    Timing Report networks/SSD-Mobilenet-v2/ssd_mobilenet_v2_coco.uff
  2414. [TRT]    ------------------------------------------------
  2415. [TRT]    Pre-Process   CPU   0.09901ms  CUDA   1.11193ms
  2416. [TRT]    Network       CPU  44.87103ms  CUDA  40.43489ms
  2417. [TRT]    Post-Process  CPU   0.05870ms  CUDA   0.05750ms
  2418. [TRT]    Total         CPU  45.02874ms  CUDA  41.60432ms
  2419. [TRT]    ------------------------------------------------
  2420.  
  2421. detected 0 objects in image
  2422.  
  2423. [TRT]    ------------------------------------------------
  2424. [TRT]    Timing Report networks/SSD-Mobilenet-v2/ssd_mobilenet_v2_coco.uff
  2425. [TRT]    ------------------------------------------------
  2426. [TRT]    Pre-Process   CPU   0.09229ms  CUDA   0.81516ms
  2427. [TRT]    Network       CPU  44.06060ms  CUDA  40.10417ms
  2428. [TRT]    Post-Process  CPU   0.03260ms  CUDA   0.03521ms
  2429. [TRT]    Total         CPU  44.18549ms  CUDA  40.95453ms
  2430. [TRT]    ------------------------------------------------
  2431.  
  2432. nvbuf_utils: dmabuf_fd 1256 mapped entry NOT found
  2433. nvbuf_utils: NvReleaseFd Failed... Exiting...
  2434. nvbuf_utils: dmabuf_fd 1258 mapped entry NOT found
  2435. nvbuf_utils: NvReleaseFd Failed... Exiting...
  2436. nvbuf_utils: dmabuf_fd 1254 mapped entry NOT found
  2437. nvbuf_utils: NvReleaseFd Failed... Exiting...
  2438. nvbuf_utils: dmabuf_fd 1260 mapped entry NOT found
  2439. nvbuf_utils: NvReleaseFd Failed... Exiting...
  2440. nvbuf_utils: dmabuf_fd 1262 mapped entry NOT found
  2441. nvbuf_utils: NvReleaseFd Failed... Exiting...
  2442. nvbuf_utils: dmabuf_fd 1264 mapped entry NOT found
  2443. nvbuf_utils: NvReleaseFd Failed... Exiting...
  2444. nvbuf_utils: dmabuf_fd 1266 mapped entry NOT found
  2445. nvbuf_utils: NvReleaseFd Failed... Exiting...
  2446. nvbuf_utils: dmabuf_fd 1268 mapped entry NOT found
  2447. nvbuf_utils: NvReleaseFd Failed... Exiting...
  2448. nvbuf_utils: dmabuf_fd 1270 mapped entry NOT found
  2449. nvbuf_utils: NvReleaseFd Failed... Exiting...
  2450. nvbuf_utils: dmabuf_fd 1272 mapped entry NOT found
  2451. nvbuf_utils: NvReleaseFd Failed... Exiting...
  2452. nvbuf_utils: dmabuf_fd 1274 mapped entry NOT found
  2453. nvbuf_utils: NvReleaseFd Failed... Exiting...
  2454. nvbuf_utils: dmabuf_fd 1254 mapped entry NOT found
  2455. nvbuf_utils: NvReleaseFd Failed... Exiting...
  2456. nvbuf_utils: dmabuf_fd 1256 mapped entry NOT found
  2457. nvbuf_utils: NvReleaseFd Failed... Exiting...
  2458. nvbuf_utils: dmabuf_fd 1258 mapped entry NOT found
  2459. nvbuf_utils: NvReleaseFd Failed... Exiting...
  2460. nvbuf_utils: dmabuf_fd 1260 mapped entry NOT found
  2461. nvbuf_utils: NvReleaseFd Failed... Exiting...
  2462. nvbuf_utils: dmabuf_fd 1262 mapped entry NOT found
  2463. nvbuf_utils: NvReleaseFd Failed... Exiting...
  2464. nvbuf_utils: dmabuf_fd 1264 mapped entry NOT found
  2465. nvbuf_utils: NvReleaseFd Failed... Exiting...
  2466. nvbuf_utils: dmabuf_fd 1266 mapped entry NOT found
  2467. nvbuf_utils: NvReleaseFd Failed... Exiting...
  2468. nvbuf_utils: dmabuf_fd 1268 mapped entry NOT found
  2469. nvbuf_utils: NvReleaseFd Failed... Exiting...
  2470. nvbuf_utils: dmabuf_fd 1270 mapped entry NOT found
  2471. nvbuf_utils: NvReleaseFd Failed... Exiting...
  2472. nvbuf_utils: dmabuf_fd 1272 mapped entry NOT found
  2473. nvbuf_utils: NvReleaseFd Failed... Exiting...
  2474. nvbuf_utils: dmabuf_fd 1274 mapped entry NOT found
  2475. nvbuf_utils: NvReleaseFd Failed... Exiting...
  2476. nvbuf_utils: dmabuf_fd 1254 mapped entry NOT found
  2477. nvbuf_utils: NvReleaseFd Failed... Exiting...
  2478. nvbuf_utils: dmabuf_fd 1256 mapped entry NOT found
  2479. nvbuf_utils: NvReleaseFd Failed... Exiting...
  2480. nvbuf_utils: dmabuf_fd 1258 mapped entry NOT found
  2481. nvbuf_utils: NvReleaseFd Failed... Exiting...
  2482. nvbuf_utils: dmabuf_fd 1260 mapped entry NOT found
  2483. nvbuf_utils: NvReleaseFd Failed... Exiting...
  2484. detected 0 objects in image
  2485.  
  2486. [TRT]    ------------------------------------------------
  2487. [TRT]    Timing Report networks/SSD-Mobilenet-v2/ssd_mobilenet_v2_coco.uff
  2488. [TRT]    ------------------------------------------------
  2489. [TRT]    Pre-Process   CPU   0.11563ms  CUDA   1.13526ms
  2490. [TRT]    Network       CPU  46.14397ms  CUDA  41.70245ms
  2491. [TRT]    Post-Process  CPU   0.06979ms  CUDA   0.06828ms
  2492. [TRT]    Total         CPU  46.32939ms  CUDA  42.90599ms
  2493. [TRT]    ------------------------------------------------
  2494.  
  2495. nvbuf_utils: dmabuf_fd 1264 mapped entry NOT found
  2496. nvbuf_utils: NvReleaseFd Failed... Exiting...
  2497. nvbuf_utils: dmabuf_fd 1262 mapped entry NOT found
  2498. nvbuf_utils: NvReleaseFd Failed... Exiting...
  2499. nvbuf_utils: dmabuf_fd 1266 mapped entry NOT found
  2500. nvbuf_utils: NvReleaseFd Failed... Exiting...
  2501. nvbuf_utils: dmabuf_fd 1268 mapped entry NOT found
  2502. nvbuf_utils: NvReleaseFd Failed... Exiting...
  2503. nvbuf_utils: dmabuf_fd 1270 mapped entry NOT found
  2504. nvbuf_utils: NvReleaseFd Failed... Exiting...
  2505. nvbuf_utils: dmabuf_fd 1272 mapped entry NOT found
  2506. nvbuf_utils: NvReleaseFd Failed... Exiting...
  2507. nvbuf_utils: dmabuf_fd 1274 mapped entry NOT found
  2508. nvbuf_utils: NvReleaseFd Failed... Exiting...
  2509. nvbuf_utils: dmabuf_fd 1254 mapped entry NOT found
  2510. nvbuf_utils: NvReleaseFd Failed... Exiting...
  2511. nvbuf_utils: dmabuf_fd 1256 mapped entry NOT found
  2512. nvbuf_utils: NvReleaseFd Failed... Exiting...
  2513. nvbuf_utils: dmabuf_fd 1258 mapped entry NOT found
  2514. nvbuf_utils: NvReleaseFd Failed... Exiting...
  2515. nvbuf_utils: dmabuf_fd 1260 mapped entry NOT found
  2516. nvbuf_utils: NvReleaseFd Failed... Exiting...
  2517. nvbuf_utils: dmabuf_fd 1262 mapped entry NOT found
  2518. nvbuf_utils: NvReleaseFd Failed... Exiting...
  2519. nvbuf_utils: dmabuf_fd 1264 mapped entry NOT found
  2520. nvbuf_utils: NvReleaseFd Failed... Exiting...
  2521. nvbuf_utils: dmabuf_fd 1266 mapped entry NOT found
  2522. nvbuf_utils: NvReleaseFd Failed... Exiting...
  2523. nvbuf_utils: dmabuf_fd 1268 mapped entry NOT found
  2524. nvbuf_utils: NvReleaseFd Failed... Exiting...
  2525. nvbuf_utils: dmabuf_fd 1270 mapped entry NOT found
  2526. nvbuf_utils: NvReleaseFd Failed... Exiting...
  2527. nvbuf_utils: dmabuf_fd 1272 mapped entry NOT found
  2528. nvbuf_utils: NvReleaseFd Failed... Exiting...
  2529. nvbuf_utils: dmabuf_fd 1274 mapped entry NOT found
  2530. nvbuf_utils: NvReleaseFd Failed... Exiting...
  2531. nvbuf_utils: dmabuf_fd 1254 mapped entry NOT found
  2532. nvbuf_utils: NvReleaseFd Failed... Exiting...
  2533. detected 0 objects in image
  2534.  
  2535. [TRT]    ------------------------------------------------
  2536. [TRT]    Timing Report networks/SSD-Mobilenet-v2/ssd_mobilenet_v2_coco.uff
  2537. [TRT]    ------------------------------------------------
  2538. [TRT]    Pre-Process   CPU   0.17526ms  CUDA   1.02130ms
  2539. [TRT]    Network       CPU  47.22107ms  CUDA  43.20187ms
  2540. [TRT]    Post-Process  CPU   0.07156ms  CUDA   0.07229ms
  2541. [TRT]    Total         CPU  47.46790ms  CUDA  44.29547ms
  2542. [TRT]    ------------------------------------------------
  2543.  
  2544. nvbuf_utils: dmabuf_fd 1258 mapped entry NOT found
  2545. nvbuf_utils: NvReleaseFd Failed... Exiting...
  2546. nvbuf_utils: dmabuf_fd 1260 mapped entry NOT found
  2547. nvbuf_utils: NvReleaseFd Failed... Exiting...
  2548. nvbuf_utils: dmabuf_fd 1256 mapped entry NOT found
  2549. nvbuf_utils: NvReleaseFd Failed... Exiting...
  2550. nvbuf_utils: dmabuf_fd 1262 mapped entry NOT found
  2551. nvbuf_utils: NvReleaseFd Failed... Exiting...
  2552. detected 0 objects in image
  2553.  
  2554. [TRT]    ------------------------------------------------
  2555. [TRT]    Timing Report networks/SSD-Mobilenet-v2/ssd_mobilenet_v2_coco.uff
  2556. [TRT]    ------------------------------------------------
  2557. [TRT]    Pre-Process   CPU   0.22469ms  CUDA   1.15047ms
  2558. [TRT]    Network       CPU  44.34679ms  CUDA  40.53302ms
  2559. [TRT]    Post-Process  CPU   0.02807ms  CUDA   0.02854ms
  2560. [TRT]    Total         CPU  44.59956ms  CUDA  41.71203ms
  2561. [TRT]    ------------------------------------------------
  2562.  
  2563. detected 0 objects in image
  2564.  
  2565. [TRT]    ------------------------------------------------
  2566. [TRT]    Timing Report networks/SSD-Mobilenet-v2/ssd_mobilenet_v2_coco.uff
  2567. [TRT]    ------------------------------------------------
  2568. [TRT]    Pre-Process   CPU   0.10026ms  CUDA   0.82193ms
  2569. [TRT]    Network       CPU  45.63224ms  CUDA  41.50224ms
  2570. [TRT]    Post-Process  CPU   0.02896ms  CUDA   0.02844ms
  2571. [TRT]    Total         CPU  45.76146ms  CUDA  42.35260ms
  2572. [TRT]    ------------------------------------------------
  2573.  
  2574. ^Cnvbuf_utils: dmabuf_fd 1268 mapped entry NOT found
  2575. nvbuf_utils: NvReleaseFd Failed... Exiting...
  2576. nvbuf_utils: dmabuf_fd 1270 mapped entry NOT found
  2577. nvbuf_utils: NvReleaseFd Failed... Exiting...
  2578. nvbuf_utils: dmabuf_fd 1272 mapped entry NOT found
  2579. nvbuf_utils: NvReleaseFd Failed... Exiting...
  2580. nvbuf_utils: dmabuf_fd 1274 mapped entry NOT found
  2581. nvbuf_utils: NvReleaseFd Failed... Exiting...
  2582. nvbuf_utils: dmabuf_fd 1254 mapped entry NOT found
  2583. nvbuf_utils: NvReleaseFd Failed... Exiting...
  2584. nvbuf_utils: dmabuf_fd 1256 mapped entry NOT found
  2585. nvbuf_utils: NvReleaseFd Failed... Exiting...
  2586. nvbuf_utils: dmabuf_fd 1258 mapped entry NOT found
  2587. nvbuf_utils: NvReleaseFd Failed... Exiting...
  2588. nvbuf_utils: dmabuf_fd 1260 mapped entry NOT found
  2589. nvbuf_utils: NvReleaseFd Failed... Exiting...
  2590. nvbuf_utils: dmabuf_fd 1266 mapped entry NOT found
  2591. nvbuf_utils: NvReleaseFd Failed... Exiting...
  2592. Traceback (most recent call last):
  2593.  File "/usr/local/bin/detectnet.py", line 66, in <module>
  2594.    img = input.Capture()
  2595. KeyboardInterrupt
  2596. nvbuf_utils: dmabuf_fd 1262 mapped entry NOT found
  2597. nvbuf_utils: NvReleaseFd Failed... Exiting...
  2598. nvbuf_utils: dmabuf_fd 1264 mapped entry NOT found
  2599. nvbuf_utils: NvReleaseFd Failed... Exiting...
  2600. nvbuf_utils: dmabuf_fd 1266 mapped entry NOT found
  2601. nvbuf_utils: NvReleaseFd Failed... Exiting...
  2602. nvbuf_utils: dmabuf_fd 1268 mapped entry NOT found
  2603. nvbuf_utils: NvReleaseFd Failed... Exiting...
  2604. nvbuf_utils: dmabuf_fd 1270 mapped entry NOT found
  2605. nvbuf_utils: NvReleaseFd Failed... Exiting...
  2606. nvbuf_utils: dmabuf_fd 1272 mapped entry NOT found
  2607. nvbuf_utils: NvReleaseFd Failed... Exiting...
  2608. nvbuf_utils: dmabuf_fd 1274 mapped entry NOT found
  2609. nvbuf_utils: NvReleaseFd Failed... Exiting...
  2610. nvbuf_utils: dmabuf_fd 1254 mapped entry NOT found
  2611. nvbuf_utils: NvReleaseFd Failed... Exiting...
  2612. nvbuf_utils: dmabuf_fd 1256 mapped entry NOT found
  2613. nvbuf_utils: NvReleaseFd Failed... Exiting...
  2614. nvbuf_utils: dmabuf_fd 1258 mapped entry NOT found
  2615. nvbuf_utils: NvReleaseFd Failed... Exiting...
  2616. [gstreamer] gstDecoder -- stopping pipeline, transitioning to GST_STATE_NULL
  2617. [gstreamer] gstDecoder -- pipeline stopped
  2618.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement