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?