You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I tried loading the model using opencv and following error showed:
Traceback (most recent call last):
File "D:/work/video/TextBoxes++/TextBoxes++/run.py", line 31, in
density = net.forward()
cv2.error: OpenCV(4.0.0) C:\projects\opencv-python\opencv\modules\dnn\src\layers\prior_box_layer.cpp:242: error: (-215:Assertion failed) !params.has("step") in function 'cv::dnn::PriorBoxLayerImpl::PriorBoxLayerImpl'
what should i do to fix this problem? Anyone has some solutions?
I will appriciate your helps!
The text was updated successfully, but these errors were encountered:
Hi~MhLiao,
I tried loading the model using opencv and following error showed:
Traceback (most recent call last):
File "D:/work/video/TextBoxes++/TextBoxes++/run.py", line 31, in
density = net.forward()
cv2.error: OpenCV(4.0.0) C:\projects\opencv-python\opencv\modules\dnn\src\layers\prior_box_layer.cpp:242: error: (-215:Assertion failed) !params.has("step") in function 'cv::dnn::PriorBoxLayerImpl::PriorBoxLayerImpl'
what should i do to fix this problem? Anyone has some solutions?
I will appriciate your helps!
The text was updated successfully, but these errors were encountered: