Ask Your Question

asobti's profile - activity

2017-06-20 01:06:57 -0600 asked a question Tensorflow YOLO module in OpenCV 3.2

I was trying to run the Tiny YOLO Model using the DNN Module. I'm getting the following error:

Pad:Pad(input)(Pad/paddings) Tpaddings:[ ] T:0 OpenCV Error: Unspecified error (Unknown layer type Pad in op Pad) in populateNet, file /home/asobti/opencv_contrib/modules/dnn/src/tensorflow/tf_importer.cpp, line 729 terminate called after throwing an instance of 'cv::Exception' what(): /home/asobti/opencv_contrib/modules/dnn/src/tensorflow/tf_importer.cpp:729: error: (-2) Unknown layer type Pad in op Pad in function populateNet

It seems like the layer "Pad" is not implemented in the importer. Is there a workaround for this?

2017-06-07 01:01:48 -0600 commented question Why isn't LK Tracker part of the Tracker Class?

Since we already have the infrastructure in place, may be I can port it into the Tracker class setup? That would enable it's use in MultiTracker as well..

2017-06-06 04:54:58 -0600 asked a question Why isn't LK Tracker part of the Tracker Class?

Hi

I see that Lucas Kanade is implemented, however the implementation is separate from the default Tracker implementation which makes it unusable for MultiTracker and as well default Tracker examples? Is there a specific reason for this or shall I create a request on the github repo?