Skip to content
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

yolov3-tiny #3

Open
liteonandy opened this issue Dec 6, 2019 · 1 comment
Open

yolov3-tiny #3

liteonandy opened this issue Dec 6, 2019 · 1 comment

Comments

@liteonandy
Copy link

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?

@huiofficial
Copy link

I hit with the same problem when I parse a SSD model. Did you have idea now?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants