Ask Your Question
1

Some object detection methods doesn't detect anything

asked 2019-04-16 12:52:58 -0600

Jesuino Vieira gravatar image

Hello everybody,

I'm trying to test opencv tested dnn models. I downloaded all config and weights files from this code and got the blobFromImage input parameters for each method here. Also, I have based all my codes on this example.

I'm note sure if the parameters are correctly, the following methods didn't detect anything:

  • Tensor flow

ssd-inceptionv2-coco

ssd-mobilenetv1-coco

ssd-mobilenetv2-coco

  • Caffe

faster-rcnn-vgg16-voc

rfcn-resnet50-voc

ssd-vgg16-voc

  • Yolo

yolov2

tiny-yolov2

  • ONNX

tiny-yolov2

I made the codes available in my github. I'm not sure if the problem is in the parameters, in the manipulation of the vector that the forward method returns or something else. I'll be glad if somebody can help me. Thanks in advance.

Obs.: it was not possible upload the weight files because they are too big, but they are all in opencv repo.

edit retag flag offensive close merge delete

1 answer

Sort by ยป oldest newest most voted
1

answered 2019-05-07 08:37:21 -0600

Jesuino Vieira gravatar image

The parameter list has been changed for a new one, here.

The sdd from tensor flow methods were not working due to the erroneous parameters that were provided previously.

Now it looks okay, but some methods do not have parameters specified yet.

edit flag offensive delete link more

Question Tools

1 follower

Stats

Asked: 2019-04-16 12:52:58 -0600

Seen: 232 times

Last updated: May 07 '19