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
===============getInfoFromCudaEngine==================
mEngine->getMaxBatchSize() = 8
mEngine->getDeviceMemorySize = 840704
Input tensor [0] name is:input.1
Input [0] data type is: float
input [0] nbDims = 4
input [ 0] shape = [1,3,224,224,]
Output tensor [0] name is:100
Output [1] data type is: float
output [1] nbDims = 2
output [ 1] shape = [1,2,]
Load model sucess
Read img finished!
terminate called after throwing an instance of 'cv::Exception'
what(): OpenCV(4.3.0-dev) /home/rzh/ncnn_test/opencv/modules/core/src/matrix.cpp:235: error: (-215:Assertion failed) s >= 0 in function 'setSize'
Aborted (core dumped)
The text was updated successfully, but these errors were encountered:
===============getInfoFromCudaEngine==================
mEngine->getMaxBatchSize() = 8
mEngine->getDeviceMemorySize = 840704
Input tensor [0] name is:input.1
Input [0] data type is: float
input [0] nbDims = 4
input [ 0] shape = [1,3,224,224,]
Output tensor [0] name is:100
Output [1] data type is: float
output [1] nbDims = 2
output [ 1] shape = [1,2,]
Load model sucess
Read img finished!
terminate called after throwing an instance of 'cv::Exception'
what(): OpenCV(4.3.0-dev) /home/rzh/ncnn_test/opencv/modules/core/src/matrix.cpp:235: error: (-215:Assertion failed) s >= 0 in function 'setSize'
Aborted (core dumped)
The text was updated successfully, but these errors were encountered: