Ask Your Question

kkudryavtsev's profile - activity

2018-11-19 10:38:12 -0600 commented question Is there any plan to add a custom accelerator device support to OpenCV?

thank you for the link!

2018-11-14 11:12:04 -0600 commented question Is there any plan to add a custom accelerator device support to OpenCV?

Thank you, guys. I will take a look at OpenVX and custom OpenCV libraries.

2018-11-13 10:46:55 -0600 commented question Any future plan to add an audio input function (similar to blobFromImage ) to the DNN module?

Understood, thank you! I just thought that OpenCV::DNN is one of the best libraries in terms of speed and simplicity of

2018-11-13 10:39:49 -0600 commented question Is there any plan to add a custom accelerator device support to OpenCV?

Thank you, Eduardo. I was talking about a general solution like a "plug in". Adding a device in the way for example HAL

2018-11-13 10:31:48 -0600 commented answer What is the best way to get weights from a layer in DNN after loading some model?

Thanks a lot! I figured out yesterday a little bit different approach with ... for n in range( len( layer.blobs ) ):

2018-11-13 10:31:21 -0600 commented answer What is the best way to get weights from a layer in DNN after loading some model?

Thanks a lot! I figured out yesterday a little bit different approach with ... for n in range( len( layer.blobs

2018-11-13 10:30:14 -0600 commented answer What is the best way to get weights from a layer in DNN after loading some model?

Thanks a lot! I figured out yesterday a little bit different approach with for n in range( len( layer.blobs ) ):

2018-11-13 10:29:55 -0600 commented answer What is the best way to get weights from a layer in DNN after loading some model?

Thanks a lot! I figured out yesterday a little bit different approach with for n in range( len( layer.blobs ) ): blob_

2018-11-12 14:12:19 -0600 asked a question What is the best way to get weights from a layer in DNN after loading some model?

What is the best way to get weights from a layer in DNN after loading some model? There is a function to SetWeights, but

2018-11-12 12:32:32 -0600 commented question Is there any plan to add a custom accelerator device support to OpenCV?

We plan to make an SOC, which will do the job. Another case may be some FPGAs. I suppose we are not the only company wo

2018-11-12 12:25:09 -0600 edited question Any future plan to add an audio input function (similar to blobFromImage ) to the DNN module?

Any future plan to add an audio input function (like blobFromImage ) to the DNN module? So that would allow to run some

2018-11-12 12:24:12 -0600 asked a question Any future plan to add an audio input function (similar to blobFromImage ) to the DNN module?

Any future plan to add an audio input function (like blobFromImage ) to the DNN module? So that would allow to run some

2018-11-12 12:02:55 -0600 received badge  Editor (source)
2018-11-12 12:02:55 -0600 edited question Is there any plan to add a custom accelerator device support to OpenCV?

Is there any plan to add a custom accelerator device support to OpenCV? Some operations e.g. matrix multiplication or co

2018-11-12 12:02:46 -0600 asked a question Is there any plan to add a custom accelerator device support to OpenCV?

Is there any plan to add a custom accelerator device support to OpenCV? Some operations e.g. matrix multiplication or co