We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hello, My yolov3-tiny always reports an error: ####### input args####### C=3; H=416; W=416; caffemodel=./yolov3-tiny.caffemodel; calib=; cam=0; class=80; classname=coco.name; display=1; evallist=; input=0; inputstream=cam; mode=fp32; nms=0.450000; outputs=yolo-det; prototxt=./yolov3-tiny-trt.prototxt; savefile=result; saveimg=0; videofile=sample.mp4; ####### end args####### init plugin proto: ./yolov3-tiny-trt.prototxt caffemodel: ./yolov3-tiny.caffemodel Begin parsing model... ERROR: layer21-route: all concat input tensors must have the same dimensions except on the concatenation axis runYolov3: ./parserHelper.h:97: nvinfer1::DimsCHW parserhelper::getCHW(const nvinfer1::Dims&): Assertion `d.nbDims >= 3' failed. Aborted (core dumped)
Can you give me your yolov3-tiny?
The text was updated successfully, but these errors were encountered:
I hit with the same problem when I parse a SSD model. Did you have idea now?
Sorry, something went wrong.
No branches or pull requests
Hello, My yolov3-tiny always reports an error:
####### input args#######
C=3;
H=416;
W=416;
caffemodel=./yolov3-tiny.caffemodel;
calib=;
cam=0;
class=80;
classname=coco.name;
display=1;
evallist=;
input=0;
inputstream=cam;
mode=fp32;
nms=0.450000;
outputs=yolo-det;
prototxt=./yolov3-tiny-trt.prototxt;
savefile=result;
saveimg=0;
videofile=sample.mp4;
####### end args#######
init plugin proto: ./yolov3-tiny-trt.prototxt caffemodel: ./yolov3-tiny.caffemodel
Begin parsing model...
ERROR: layer21-route: all concat input tensors must have the same dimensions except on the concatenation axis
runYolov3: ./parserHelper.h:97: nvinfer1::DimsCHW parserhelper::getCHW(const nvinfer1::Dims&): Assertion `d.nbDims >= 3' failed.
Aborted (core dumped)
Can you give me your yolov3-tiny?
The text was updated successfully, but these errors were encountered: