-
Notifications
You must be signed in to change notification settings - Fork 56
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
when i on the step of sudo ./yolov5 -s, there has a error/ #17
Comments
I have meet the same error |
I got the same issue. my logs:
|
same here |
same issue .maybe yolov5 version should use V3.0 or V3.1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Loading weights: ../yolov5s.wts
[02/04/2021-12:51:45] [E] [TRT] (Unnamed Layer* 14) [Convolution]: second input must be provided if kernel weights are empty.
[02/04/2021-12:51:45] [E] [TRT] (Unnamed Layer* 14) [Convolution]: kernel weights has count 0 but 2048 was expected
[02/04/2021-12:51:45] [E] [TRT] (Unnamed Layer* 14) [Convolution]: count of 0 weights in kernel, but kernel dimensions (1,1) with 64 input channels, 32 output channels and 1 groups were specified. Expected Weights count is 64 * 11 * 32 / 1 = 2048
[02/04/2021-12:51:45] [E] [TRT] Parameter check failed at: ../builder/Network.cpp::addScale::434, condition: shift.count > 0 ? (shift.values != nullptr) : (shift.values == nullptr)
yolov5: /home/yupei/视频/code/pytorch/deepstream_yolov5/Yolov5-in-Deepstream-5.0/common.hpp:190: nvinfer1::IScaleLayer addBatchNorm2d(nvinfer1::INetworkDefinition*, std::map<std::__cxx11::basic_string, nvinfer1::Weights>&, nvinfer1::ITensor&, std::__cxx11::string, float): Assertion `scale_1' failed.
i can kown how to fix it!thx
The text was updated successfully, but these errors were encountered: