Ask Your Question

ashr's profile - activity

2018-05-15 06:38:21 -0600 commented answer why does setting target as Opencl slow down DNN?

@dkurt Please find the details as follows: I have used mobilenet-ssd network on Intel core-i5 4590 CPU. It also has GPU

2018-05-09 05:11:52 -0600 commented answer why does setting target as Opencl slow down DNN?

Please find the details as follows: I have used mobilenet-ssd network on Intel core-i5 4590 CPU. It also has GPU device

2018-05-09 01:51:24 -0600 commented question OpenCV DNN on GPU

Where you able to figure out a solution for the poor performance on GPU?

2018-05-09 01:14:48 -0600 received badge  Student (source)
2018-05-09 01:11:52 -0600 asked a question why does setting target as Opencl slow down DNN?

why does setting target as Opencl slow down DNN? I have used OpenCV DNN module for object detection. It is seen that whi

2018-05-03 04:57:30 -0600 commented question OpenCV DNN module slower in C++ than in python

yes.. I think it was some conflict caused by the release and debug libs that was causing the issue. Thank you.

2018-05-02 01:00:57 -0600 commented question OpenCV DNN module slower in C++ than in python

switching from Debug to Release causes crash at 'blobfromimage' with assertion failure (_crtisvalidheappointer(block)).

2018-04-30 06:46:22 -0600 asked a question OpenCV DNN module slower in C++ than in python

OpenCV DNN module slower in C++ than in python I have implemented object detection with OpenCV (3.4.1)DNN module with bo