Ask Your Question

voo_doo's profile - activity

2020-09-12 07:59:55 -0600 received badge  Notable Question (source)
2020-03-02 05:16:50 -0600 received badge  Popular Question (source)
2018-11-15 19:29:53 -0600 asked a question .exe file fails to read a VideoStream from a camera connected via rtsp?

.exe file fails to read a VideoStream from a camera connected via rtsp? I have a little project that should read VideosS

2018-11-15 00:40:15 -0600 received badge  Self-Learner (source)
2018-11-14 23:19:55 -0600 answered a question How to use readNet (or readFromDarknet) instead of readNetFromCaffe?

If we look at the code closely we can see that everying is dependent on the outputs of detections, line 121, and we shou

2018-11-14 03:24:54 -0600 commented question How to use readNet (or readFromDarknet) instead of readNetFromCaffe?

@berak, I could solve the issue by looking at the different architectures as you referred to. Please visit this flow if

2018-11-08 01:32:34 -0600 commented answer OpenCV + Darknet - Error when initializing darknet

@Eduardo the link finds nothing, could you fix it?

2018-11-07 02:25:28 -0600 commented question How to use readNet (or readFromDarknet) instead of readNetFromCaffe?

@berak thank you for your time, let me work on that for some time and if I success I'll come and leave an answer.

2018-11-07 01:51:21 -0600 commented question How to use readNet (or readFromDarknet) instead of readNetFromCaffe?

I had a look, thank you for that reference, I do understand that. Since Darknet produces different output than Caffe, do

2018-11-07 00:59:19 -0600 commented question How to use readNet (or readFromDarknet) instead of readNetFromCaffe?

@berak, my cfg file is very similar to this and weights file is a pre-trained one of yolo-voc.weights. The reason I am u

2018-11-06 20:48:26 -0600 asked a question How to use readNet (or readFromDarknet) instead of readNetFromCaffe?

How to use readNet (or readFromDarknet) instead of readNetFromCaffe? I did an object detection using opencv by loading