Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

C:\opencv\opencv0703\opencv\modules\dnn\src\layers\prior_box_layer.cpp:242: error: (-215:Assertion failed) !params.has("step") in function 'cv::dnn::PriorBoxLayerImpl::PriorBoxLayerImpl'

I want to use https://github.com/MhLiao/TextBoxes_plusplus Pretrain model,

But the following message appears when loading.

opencv\modules\dnn\src\layers\prior_box_layer.cpp:242: error: (-215:Assertion failed) !params.has("step") in function 'cv::dnn::PriorBoxLayerImpl::PriorBoxLayerImpl'

Because the PriorityBox of TextBoxes_plusplus has a step parameter, how can I adjust it?

C:\opencv\opencv0703\opencv\modules\dnn\src\layers\prior_box_layer.cpp:242: error: (-215:Assertion failed) !params.has("step") in function 'cv::dnn::PriorBoxLayerImpl::PriorBoxLayerImpl'

I want to use https://github.com/MhLiao/TextBoxes_plusplus Pretrain model,

But the following message appears when loading.

opencv\modules\dnn\src\layers\prior_box_layer.cpp:242: error: (-215:Assertion failed) !params.has("step") in function 'cv::dnn::PriorBoxLayerImpl::PriorBoxLayerImpl'

Because the PriorityBox of TextBoxes_plusplus has a step parameter, how can I adjust it?