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

asked 2019-08-22 05:21:08 -0600

NickKao gravatar image

updated 2019-08-22 05:22:30 -0600

I want to use https://github.com/MhLiao/TextBoxes_p... 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?

edit retag flag offensive close merge delete

Comments

Please delete all duplicated post

LBerger gravatar imageLBerger ( 2019-08-22 05:56:05 -0600 )edit

The duplicate posts have been deleted ... you posted 14 times the same question. In the future, please pay attention to this. It clogs up the clarity of the forum ...

StevenPuttemans gravatar imageStevenPuttemans ( 2019-08-22 07:57:40 -0600 )edit
2

^^ ppl usually are innocent, it's a flaw in the forum software, updating a post while in the moderation queue makes duplicates.

berak gravatar imageberak ( 2019-08-22 08:37:59 -0600 )edit

did not know that :D thanks for giving a heads up

StevenPuttemans gravatar imageStevenPuttemans ( 2019-08-22 09:53:02 -0600 )edit

?14times? I don't know.....

NickKao gravatar imageNickKao ( 2019-08-22 19:34:06 -0600 )edit

@NickKao, dont worry. I deleted them. Seems to be a system fault :)

StevenPuttemans gravatar imageStevenPuttemans ( 2019-08-23 07:54:29 -0600 )edit
1

thanks a lots.

NickKao gravatar imageNickKao ( 2019-08-23 23:21:28 -0600 )edit