Ask Your Question

Shay Weissman's profile - activity

2020-04-08 08:43:19 -0600 received badge  Popular Question (source)
2019-12-19 08:49:58 -0600 asked a question yolov3 optimized by model optimizer fail to do inference

yolov3 optimized by model optimizer fail to do inference OpenCv4.1.1 windows 10 Inference engin R3 2019 Visual studio 20

2019-12-11 00:50:35 -0600 commented question Does OpenCv 4.1.2 support darknet yolo xor presented by AlexeyAB

I was asked if I have a model that is using it - No. I am using opencv as inference engine. In case I know you do or wil

2019-12-10 08:52:37 -0600 asked a question Does OpenCv 4.1.2 support darknet yolo xor presented by AlexeyAB

Does OpenCv 4.1.2 support darknet yolo xor presented by AlexeyAB Opencv 4.1.2 C++ Windows 10 Visulal studio 2019 Recentl

2019-11-20 08:13:01 -0600 commented question OpenCv 4.1.2 Inference engin 2019 R3. readNetFromModelOptimizer crash

it is so strange. Sometimes response in minutes Sometime no response

2019-11-17 06:30:17 -0600 asked a question OpenCv 4.1.2 Inference engin 2019 R3. readNetFromModelOptimizer crash

OpenCv 4.1.2 Inference engin 2019 R3. readNetFromModelOptimizer crash Windows 10. OpenCv 4.1.2 visual studio 2019 Openv

2019-10-31 08:46:01 -0600 asked a question inference multile images with yolov3 model

inference multile images with yolov3 model Windows 10/7 opencv 4.1.1 vs 2019 tinyyolov3 model trained by darknet platfor

2019-10-31 03:38:52 -0600 commented question Opencv 4.1.1 can't find opencv_modules.h

I compared my windows 7 4.1.1 download to my windows 10 download. I found only one difference: modules/python/src2/__pyc

2019-10-29 06:56:50 -0600 commented question Opencv 4.1.1 can't find opencv_modules.h

I now do it on another computer with windows 7. opencv_modules.hpp was created under opencv2

2019-10-29 06:54:28 -0600 commented question Opencv 4.1.1 can't find opencv_modules.h

d:/Opencv411/install was not created. 3rdparty,apps,bin, ... all where created install did not.

2019-10-29 06:04:56 -0600 commented question Opencv 4.1.1 can't find opencv_modules.h

To berak : I edited and attached the file as .jpg although it is txt. To LBerger : Do I have to do something to use open

2019-10-29 06:02:30 -0600 received badge  Editor (source)
2019-10-29 06:02:30 -0600 edited question Opencv 4.1.1 can't find opencv_modules.h

Opencv 4.1.1 can't find opencv_modules.h OpenCv 4.1.1 Visual studio 2019 Windows 10 I downloaded and compiled successfu

2019-10-29 04:33:59 -0600 commented question Opencv 4.1.1 can't find opencv_modules.h

https://www.dropbox.com/s/iqkysbv3hf2vnzi/cmake411.txt?dl=0 Link to the output of cmake configure and generate

2019-10-29 04:26:20 -0600 commented question Opencv 4.1.1 can't find opencv_modules.h

Thanks for answering. I compiled opencv 3.x.x many times and used them succesfuly for years. I downloaded opencv-4.1.1.z

2019-10-29 03:40:29 -0600 asked a question Opencv 4.1.1 can't find opencv_modules.h

Opencv 4.1.1 can't find opencv_modules.h OpenCv 4.1.1 Visual studio 2019 Windows 10 I downloaded and compiled successfu

2019-10-29 03:40:26 -0600 asked a question Opencv 4.1.1 can't find opencv_modules.h

Opencv 4.1.1 can't find opencv_modules.h OpenCv 4.1.1 Visual studio 2019 Windows 10 I downloaded and compiled successfu

2019-10-24 06:30:35 -0600 answered a question I trained cifar example by darknet. How do I inference by Opencv

I successfully inferneced cifar with opencv.

2019-10-16 02:34:43 -0600 commented question DNN using multiple images works with tensorflow models but fail with darknet models

I think that darknet models do not work well with multiple images and there is a bug here!!!! Can anyone confirm?

2019-10-15 01:30:40 -0600 commented question How to use blobFromImages in c++

I think that opencv with darknet model is not working with multiple images !!!! Can someone confirm it please.

2019-10-13 04:37:45 -0600 commented question DNN using multiple images works with tensorflow models but fail with darknet models

I checked with opencv 3.4.7 it is the same.

2019-10-13 03:52:03 -0600 asked a question DNN using multiple images works with tensorflow models but fail with darknet models

DNN using multiple images works with tensorflow models but fail with darknet models OpenCV => :3.4.5 Operating System

2019-10-13 01:34:51 -0600 commented question How to use blobFromImages in c++

I have a 2 images sample program with tensorflow model that works just fine. I try to migrate it using my darknet model

2019-10-10 07:17:24 -0600 asked a question How to use blobFromImages in c++

How to use blobFromImages in c++ ##### System information (version) OpenCV => :3.4.5 Operating System / Platform =

2019-07-22 09:41:59 -0600 commented question dnn darknet cifar classifier[SOLVED]

After I hardcoded set to "softmax_10" the system with 2 networks work fine.

2019-07-22 09:38:54 -0600 commented question dnn darknet cifar classifier[SOLVED]

But there is a bug in opencv 345. didnt test 346 yet. I use 2 netowrks: 1) for car detection and model classification (

2019-07-22 09:32:22 -0600 commented question dnn darknet cifar classifier[SOLVED]

I solved it using cv::Mat inputBlob = cv::dnn::blobFromImage(img, 1.0 / 255.F, cv::Size(112, 112), cv::Scalar(), true,

2019-07-22 06:05:07 -0600 asked a question dnn darknet cifar classifier[SOLVED]

dnn darknet cifar classifier OpenCV => 3.4.5 Operating System / Platform => Windows 7/10 64 Bit Compiler => Vis

2019-06-23 09:23:44 -0600 received badge  Student (source)
2019-06-23 06:31:14 -0600 asked a question Dnn tiny yolo selecting between graylevel and color image c++

Dnn tiny yolo selecting between graylevel and color image c++ OpenCV => 3.4.5 Operating System / Platform => Win

2019-06-04 09:16:19 -0600 asked a question I trained cifar example by darknet. How do I inference by Opencv

I trained cifar example by darknet. How do I inference by Opencv ##### System information (version) - OpenCV => 3.4.5

2019-05-16 02:32:10 -0600 commented question TinyYolo Tiny gives long process time once in a while

Hi, I do not change the image size between images- always 416x416. I added the original tiny yolo v3 so you can compare

2019-05-15 06:30:20 -0600 asked a question TinyYolo Tiny gives long process time once in a while

TinyYolo Tiny gives long process time once in a while ##### System information (version) - OpenCV => 3.4.5 - Operatin

2019-04-03 09:54:38 -0600 asked a question DNN with tiny yolo 3

DNN with tiny yolo 3 ##### System information (version) Detailed description I am using tiny yolo 2 trained for car

2019-01-21 01:17:57 -0600 commented answer keras to tensorflow to opencv dnn

I scaled the image to 1.0/255 but still results are different from the keras inference and still confidence i always 100

2019-01-07 07:50:10 -0600 commented answer keras to tensorflow to opencv dnn

thanks again for the quick response. There really was RGB BGR issue all greens became yello. This was fixed before my la

2019-01-07 07:14:40 -0600 commented answer keras to tensorflow to opencv dnn

I fixed it but still get some difference between tensorflow and cv inference. With opencv the confidence I get is always

2019-01-07 03:16:05 -0600 commented answer keras to tensorflow to opencv dnn

Many thanks. It runs. The images I use are not full car images but roi around the front license plate. They exist at th

2019-01-07 03:11:01 -0600 received badge  Enthusiast
2019-01-06 06:23:36 -0600 asked a question tensorflow to opencv

tensorflow to opencv ##### System information (version) - OpenCV => 3.4.3 - Operating System / Platform => Windows

2019-01-06 05:51:06 -0600 asked a question keras to tensorflow to opencv dnn

keras to tensorflow to opencv dnn ##### System information (version) OpenCV => :grey_question: Operating System /

2018-05-14 02:06:56 -0600 asked a question Fail using MobileSSD caffe model

Fail using MobileSSD caffe model I downloaded MobileNetSSD_deploy.caffemodel from https://github.com/chuanqi305/MobileNe

2018-03-07 09:24:21 -0600 asked a question opencv 3.3.1 my trained tiny yolo Assert at region_layer.cpp line 87

opencv 3.3.1 my trained tiny yolo Assert at region_layer.cpp line 87 Hi, I am using c++. open cv 3.3.1 vs2015 on windows